Difference between revisions of "Template:Template-linking templates"

From MINR.ORG WIKI
m (162 revisions imported: Import Template Tlx and subtemplates)
 
(155 intermediate revisions by 36 users not shown)
Line 1: Line 1:
{{navbox
+
{{navbar|Template-linking templates|plain=1}}<!--
|state = {{{state|uncollapsed}}}
+
--><noinclude>{{float|{{template shortcut|tl-nav|tl templates}}}}</noinclude><!--
|name= tl-nav
+
-->
|title = TemplateLinking Templates
+
===General-purpose formatting===
|group1 = TL
+
{| class="wikitable navbox collapsible" style="width:auto;font-size:90%;margin:1.0em auto 1.0em auto;vertical-align:top;text-align:center;"
|list1 = * {{tl|tl}} – Template link, no parameters and normal text style.
+
|+ Comparison of template-linking templates according to their style
* {{tl|tlc}} – Not linked, several parameters and text in <code>&lt;code&gt;&lt;/code&gt;</code> style.
+
|-
* {{tl|tld}} – Not linked, several parameters and <tt>teletype</tt> text style.
+
! style=*" |
 +
! style="background:#fcc;" | Link style →
 +
! style="background:#fee;" | Linked
 +
! style="background:#fee;" | Unlinked
 +
! style="background:#fee;" | Linked with subst
 +
! style="background:#fee;" | Linked including braces
 +
! style="background:#fee;" | Linked with alternative&nbsp;text
 +
|-
 +
! style="background:#ccf;" | Text style ↓
 +
| '''↓ {{tlx|tlg}} options<sup>1</sup> →'''
 +
| {{n/a}}
 +
| {{code|nolink{{=}}yes}}
 +
| {{code|subst{{=}}yes}}
 +
| {{code|braceinside{{=}}yes}}
 +
| {{code|alttext{{=}}Foo}}<br />{{code|2{{=}}Foo}}
 +
|-
 +
| style="background:#eef;" | normal
 +
| {{n/a|DEFAULT}}
 +
| {{nowrap|{{tlx|tlg}}<sup>1</sup>}}<br />{{tlx|tl}}<br />{{tlx|tlp}}<sup>2</sup><br />{{tlx|tlu}}<sup>3</sup>
 +
| {{tlx|tlf}}<sup>2</sup>
 +
| {{tlx|tls}}<br />{{tlx|tlsp}}
 +
| {{tlx|tn}}
 +
| {{tlx|tla}}
 +
|-
 +
| style="background:#eef;" | <code>code</code>
 +
| {{code|code{{=}}yes}}<br />{{code|plaincode{{=}}yes}}<sup>4</sup>
 +
| {{tlx|tl2}}<br />{{tlx|tlx}}
 +
| {{tlx|tlc}}<sup>2</sup><br />{{tlx|tld}}<sup>2</sup><br />{{tlx|tnull}}
 +
| {{tlx|tlxs}}
 +
| colspan="2" {{n/a}}
 +
|-
 +
| style="background:#eef;" | <kbd>kbd</kbd><br /><span style="font-family:monospace; font-size:larger;">monospace</span>
 +
| {{code|kbd{{=}}yes}}
 +
| {{tlx|tltt}}<sup>5</sup><br />{{tlx|tltt2}}<sup>5</sup>
 +
| {{n/a}}
 +
| {{tlx|tltts}}<sup>5</sup><br />{{tlx|tltts3}}<sup>5</sup><br />{{tlx|tltss}}<sup>6</sup>
 +
| colspan="2" {{n/a}}
 +
|-
 +
| style="background:#eef;" | '''bold'''
 +
| {{code|bold{{=}}yes}}
 +
| {{tlx|tlb}}
 +
| rowspan="3" colspan="4" {{n/a}}
 +
|-
 +
| style="background:#eef;" | '''<code>bold+code</code>'''
 +
| {{code|bold{{=}}yes{{!}}code{{=}}yes}}
 +
| {{tlx|tlxb}}
 +
|-
 +
| style="background:#eef;" | ''<code>italic+code</code>''
 +
| {{code|italic{{=}}yes{{!}}code{{=}}yes}}
 +
| {{tlx|tlxi}}
 +
|}
 +
{{clear}}
 +
{{plainlist |style=font-size:90% |
 +
* <sup>1</sup> {{tlx|tlg}} is the most general, allowing any combination of text style and/or link style options.
 +
* <sup>2</sup> Prevents wrapping of text by placing it inside {{tag|span|params=class="nowrap"}} tags.
 +
* <sup>3</sup> Allows links to templates in any namespace.
 +
* <sup>4</sup> {{tld|tlg|plaincode{{=}}yes}} uses [[HTML element#code|{{tag|code|params=style="border:none; background:transparent;"}}]].
 +
* <sup>5</sup> Displays [[monospaced font]] using [[HTML element#kbd|{{tag|kbd}}]] tags (changed from [[HTML element#tt|{{tag|tt}}]] for [[HTML5]] compliance).
 +
* <sup>6</sup> Displays monospaced font using {{tag|span|params=style="font-family:monospace;"}}.
 +
}}
  
* {{tl|tlf}} – Not linked, several parameters and normal text style.
+
===Other formatting templates===
* {{tl|tlx}} – Template link, several parameters and interwiki links, <tt>teletype</tt> text style.
+
{| class="wikitable sortable" style="vertical-align:top;"
* {{tl|tn}} – Same as {{tlf|tl}}, but shows the braces as part of the link.
+
! Code example !! Effect !! Notes
 +
|-
 +
| {{tlx|tl2|<nowiki>Hatnote|lang=fr</nowiki>}} || {{tl2|hatnote|lang=fr}} || Supports linking to sister projects (e.g., fr:Hatnote)
 +
|-
 +
| {{tlx|tlu|User:Ahunt/SSHFS}} || {{tlu|User:Ahunt/SSHFS}} || Supports linking to any namespace
 +
|-
 +
| {{tlx|demo|<nowiki><nowiki>{{Hatnote|lang=fr|Some text}}</nowiki></nowiki>}} || {{demo|<nowiki>{{hatnote|lang=fr|Some text}}</nowiki>}} || Shows code and example
 +
|-
 +
| {{tlx|xpd|<nowiki>Hatnote|Some hatnote text</nowiki>}} || {{xpd|hatnote|Some hatnote text}} || Shows code, example and a link to expand the template code
 +
|-
 +
<!-- Yes, I know these two aren't actually template-linking templates, but they're a heck of a lot easier to find if listed in the docs for e.g. {{tl}} -->
 +
| {{tlx|para|<nowiki>title|<var>book title</var></nowiki>}} || {{para|title|<var>book title</var>}} || Formats template parameters for display, with or without values
 +
|-
 +
| {{tlx|elc|Template:Hatnote}}<br/>{{tlx|elc|<nowiki>Template:Hatnote|Hatnote</nowiki>}} || {{elc|Template:Hatnote}}<br/>{{elc|<nowiki>Template:Hatnote|Hatnote</nowiki>}} || Formats wikilink, with optional piped link text and blended suffix
 +
|}
  
* {{tl|tla}} - Same as {{tlf|tl}}, but it allows you to give display different text than you are linking to.
+
===With utility links===
|below = See also: {{tl|lts}}, {{tl|tlxb}}, {{tl|para}}
+
{| class="wikitable sortable" style="vertical-align:top;"
}}
+
! Code example !! Effect
 +
|-
 +
| {{tlx|lts|Hatnote}} || {{lts|hatnote}}
 +
|-
 +
| {{tlx|t links|Hatnote}} || {{t links|hatnote}}
 +
|-
 +
| {{tlx|tfd links|Hatnote}} || {{tfd links|hatnote}}
 +
|-
 +
| {{tlx|tiw|Hatnote}} || {{tiw|hatnote}}
 +
|-
 +
| {{tlx|tltt|Hatnote}} || {{tltt|Hatnote}}
 +
|-
 +
| {{tlx|tetl|Hatnote}} || {{tetl|Hatnote}}
 +
|-
 +
| {{tlx|tsetl|Hatnote}} || {{tsetl|Hatnote}}
 +
|-
 +
| {{tlx|ti|Hatnote}} || {{ti|Hatnote}}
 +
|-
 +
| {{tlx|tic|Hatnote}} || {{tic|Hatnote}}
 +
|-
 +
| {{tlx|tiw|Hatnote}} || {{tiw|Hatnote}}
 +
|-
 +
| {{tlx|tlt|Hatnote}} || {{tlt|Hatnote}}
 +
|-
 +
| {{tlx|ttl|Hatnote}} || {{ttl|Hatnote}}
 +
|-
 +
| {{tlx|twlh|Hatnote}} || {{twlh|Hatnote}}
 +
|}
 +
<noinclude>
 +
{{documentation}}
 +
</noinclude>

Latest revision as of 20:26, 11 August 2017

Template:NavbarTemplate:Float

General-purpose formatting[edit]

Other formatting templates[edit]

Code example Effect Notes
{{tl2|Hatnote|lang=fr}} {{hatnote}} Supports linking to sister projects (e.g., fr:Hatnote)
{{tlu|User:Ahunt/SSHFS}} {{User:Ahunt/SSHFS}} Supports linking to any namespace
{{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}} Template:Demo Shows code and example
{{xpd|Hatnote|Some hatnote text}} Template:If Shows code, example and a link to expand the template code
{{para|title|<var>book title</var>}} |title=book title Formats template parameters for display, with or without values
{{elc|Template:Hatnote}}
{{elc|Template:Hatnote|Hatnote}}
Template:Elc
Template:Elc
Formats wikilink, with optional piped link text and blended suffix

With utility links[edit]

Code example Effect
{{lts|Hatnote}} Template:Lts
{{t links|Hatnote}} Hatnote (edit talk history links # /subpages /doc /doc edit /sbox /sbox diff /test) · Module:hatnote
{{tfd links|Hatnote}} Template:Hatnote (edit · talk · history · links · logs · subpages · delete)
{{tiw|Hatnote}} Template:hatnote (backlinks edit)
{{tltt|Hatnote}} {{Hatnote}}
{{tetl|Hatnote}} {{Hatnote}}
links talk view
{{tsetl|Hatnote}} {{subst:Hatnote}}
 links talk view
{{ti|Hatnote}} Template:Hatnote (talk⧼dot-separator⧽links⧼dot-separator⧽edit)
{{tic|Hatnote}} Template:Hatnote (talk links edit)
{{tiw|Hatnote}} Template:Hatnote (backlinks edit)
{{tlt|Hatnote}} {{Hatnote}} (talk)
{{ttl|Hatnote}} Template:Main other{{Hatnote}} (t/l)
{{twlh|Hatnote}} Template:Hatnote (links, talk)
Template documentation[create]