Editing Template:Template-linking templates

From MINR.ORG WIKI

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
{{navbar|Template-linking templates|plain=1}}<!--
+
{{Navbar-header|{{lower|0.5em|{{resize|120%|'''Template-linking templates'''}}}}|Tl-nav|plain=1}}
--><noinclude>{{float|{{template shortcut|tl-nav|tl templates}}}}</noinclude><!--
+
<noinclude>{{float|{{template shortcut|Tl-nav|Tl templates}}}}</noinclude>
-->
+
 
===General-purpose formatting===
+
==Template linking, overview==
{| class="wikitable navbox collapsible" style="width:auto;font-size:90%;margin:1.0em auto 1.0em auto;vertical-align:top;text-align:center;"
+
''This overview may be incomplete and miss certain features. See the documentation of individual templates.''
|+ Comparison of template-linking templates according to their style
+
{| class="wikitable sortable" style="vertical-align:top;"
 +
! code example !! effect !! essence !! supports<br>params? !! note !! transc's<!--April 2014-->
 +
|-
 +
| {{tlx|tl|Hatnote}}
 +
| {{tlx|hatnote}}
 +
| base
 +
| no
 +
|
 +
| 2.5M
 +
|-
 +
| {{tlx|lts|Hatnote}}
 +
| {{lts|hatnote}}
 +
| base
 +
| ?
 +
|
 +
| 14k
 +
|-
 +
| {{tlx|t links|Hatnote}}
 +
| {{t links|hatnote}}
 +
| base
 +
| no
 +
| For intensive template editing
 +
|
 
|-
 
|-
! style=*" |
+
| {{tlx|tfd links|Hatnote}}
! style="background:#fcc;" | Link style →
+
| {{tfd links|hatnote}}
! style="background:#fee;" | Linked
+
| base
! style="background:#fee;" | Unlinked
+
| ?
! style="background:#fee;" | Linked with subst
+
| Used in heading of a [[WP:TfD]]
! style="background:#fee;" | Linked including braces
+
|
! style="background:#fee;" | Linked with alternative&nbsp;text
 
 
|-
 
|-
! style="background:#ccf;" | Text style ↓
+
| {{tlx|tiw|Hatnote}}
| '''↓ {{tlx|tlg}} options<sup>1</sup> →'''
+
| {{tiw|hatnote}}
| {{n/a}}
+
| unk
| {{code|nolink{{=}}yes}}
+
| ?
| {{code|subst{{=}}yes}}
+
|
| {{code|braceinside{{=}}yes}}
+
| 300
| {{code|alttext{{=}}Foo}}<br />{{code|2{{=}}Foo}}
 
 
|-
 
|-
| style="background:#eef;" | normal
+
| {{tlx|tla|Hatnote|some&nbsp;label}}
| {{n/a|DEFAULT}}
+
| {{tla|hatnote|2=some label}}
| {{nowrap|{{tlx|tlg}}<sup>1</sup>}}<br />{{tlx|tl}}<br />{{tlx|tlp}}<sup>2</sup><br />{{tlx|tlu}}<sup>3</sup>
+
| fmt
| {{tlx|tlf}}<sup>2</sup>
+
| ?
| {{tlx|tls}}<br />{{tlx|tlsp}}
+
| To add a wikilabel
| {{tlx|tn}}
+
| 1000
| {{tlx|tla}}
 
 
|-
 
|-
| style="background:#eef;" | <code>code</code>
+
| {{tlx|tlb|Hatnote}}
| {{code|code{{=}}yes}}<br />{{code|plaincode{{=}}yes}}<sup>4</sup>
+
| {{tlb|hatnote}}
| {{tlx|tl2}}<br />{{tlx|tlx}}
+
| fmt
| {{tlx|tlc}}<sup>2</sup><br />{{tlx|tld}}<sup>2</sup><br />{{tlx|tnull}}
+
| ?
| {{tlx|tlxs}}
+
| [[Wikipedia:Templates_for_discussion#Template:Tlb|TfD]]
| colspan="2" {{n/a}}
+
| 82
 
|-
 
|-
| style="background:#eef;" | <kbd>kbd</kbd><br /><span style="font-family:monospace; font-size:larger;">monospace</span>
+
| {{tlx|tlc|Hatnote}}
| {{code|kbd{{=}}yes}}
+
| {{tlc|hatnote}}
| {{tlx|tltt}}<sup>5</sup><br />{{tlx|tltt2}}<sup>5</sup>
+
| unk
| {{n/a}}
+
| ?
| {{tlx|tltts}}<sup>5</sup><br />{{tlx|tltts3}}<sup>5</sup><br />{{tlx|tltss}}<sup>6</sup>
+
|
| colspan="2" {{n/a}}
+
| 200k
 
|-
 
|-
| style="background:#eef;" | '''bold'''
+
| {{tlx|tld|Hatnote}}
| {{code|bold{{=}}yes}}
+
| {{tld|hatnote}}
| {{tlx|tlb}}
+
| unk
| rowspan="3" colspan="4" {{n/a}}
+
| ?
 +
|
 +
| 14k
 
|-
 
|-
| style="background:#eef;" | '''<code>bold+code</code>'''
+
| {{tlx|tlf|Hatnote}}
| {{code|bold{{=}}yes{{!}}code{{=}}yes}}
+
| {{tlf|hatnote}}
| {{tlx|tlxb}}
+
| unk
 +
| ?
 +
|
 +
| 8000
 
|-
 
|-
| style="background:#eef;" | ''<code>italic+code</code>''
+
| {{tlx|tlg|Hatnote}}
| {{code|italic{{=}}yes{{!}}code{{=}}yes}}
+
| {{tlg|hatnote}}
| {{tlx|tlxi}}
+
| unk
|}
+
| ?
{{clear}}
+
|
{{plainlist |style=font-size:90% |
+
| 14k
* <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;"}}.
 
}}
 
 
 
===Other formatting templates===
 
{| class="wikitable sortable" style="vertical-align:top;"
 
! 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|tlp|Hatnote}}
 +
| {{tlp|hatnote}}
 +
| unk
 +
| ?
 +
|
 +
| 194k
 
|-
 
|-
| {{tlx|tlu|User:Ahunt/SSHFS}} || {{tlu|User:Ahunt/SSHFS}} || Supports linking to any namespace
+
| {{tlx|tlx|Hatnote}}
 +
| {{tlx|hatnote}}
 +
| fmt
 +
| ?
 +
|
 +
| 850k
 
|-
 
|-
| {{tlx|demo|<nowiki><nowiki>{{Hatnote|lang=fr|Some text}}</nowiki></nowiki>}} || {{demo|<nowiki>{{hatnote|lang=fr|Some text}}</nowiki>}} || Shows code and example
+
| {{tlx|tlxb|Hatnote}}
 +
| {{tlxb|hatnote}}
 +
| fmt
 +
| ?
 +
| [[Wikipedia:Templates_for_discussion/Log/2014_April_20#Template:Tlxb|TfD]]
 +
| 22
 
|-
 
|-
| {{tlx|xpd|<nowiki>Hatnote|Some hatnote text</nowiki>}} || {{xpd|hatnote|Some hatnote text}} || Shows code, example and a link to expand the template code
+
| {{tlx|tlxi|Hatnote}}
 +
| {{tlxi|hatnote}}
 +
| fmt
 +
| ?
 +
| Italicises params. [[Wikipedia:Templates_for_discussion/Log/2014_April_20#Template:Tlxi|TfD]]
 +
| 8
 
|-
 
|-
<!-- 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|tn|Hatnote}}
| {{tlx|para|<nowiki>title|<var>book title</var></nowiki>}} || {{para|title|<var>book title</var>}} || Formats template parameters for display, with or without values
+
| {{tn|hatnote}}
 +
| fmt
 +
| ?
 +
| [[Wikipedia:Templates_for_discussion/Log/2014_April_20#Template:Tn|TfD]]
 +
| 12k
 
|-
 
|-
| {{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
+
| {{tlx|tnull|Hatnote}}
|}
+
| {{tnull|hatnote}}
 
+
| unk
===With utility links===
+
| ?
{| class="wikitable sortable" style="vertical-align:top;"
+
|
! Code example !! Effect
+
| 4000
 
|-
 
|-
| {{tlx|lts|Hatnote}} || {{lts|hatnote}}
+
| {{tlx|xpd|<nowiki>Hatnote|Some hatnote text</nowiki>}}
 +
| {{xpd|hatnote|Some hatnote text}}
 +
| unk
 +
| ?
 +
| Show expanded text
 +
| 64
 
|-
 
|-
| {{tlx|t links|Hatnote}} || {{t links|hatnote}}
+
| {{tlx|tls|Hatnote}}
 +
| {{tls|hatnote}}
 +
| subst
 +
| ?
 +
|
 +
| 21k
 
|-
 
|-
| {{tlx|tfd links|Hatnote}} || {{tfd links|hatnote}}
+
| {{tlx|tlsp|<nowiki>Hatnote|Some text</nowiki>}}
 +
| {{tlsp|Hatnote|2=Some text}}
 +
| subst
 +
| ?
 +
|
 +
| 4500
 
|-
 
|-
| {{tlx|tiw|Hatnote}} || {{tiw|hatnote}}
+
| {{tlx|tlxs|Hatnote}}
 +
| {{tlxs|hatnote}}
 +
| subst, fmt
 +
| ?
 +
|
 +
|
 
|-
 
|-
| {{tlx|tltt|Hatnote}} || {{tltt|Hatnote}}
+
| {{tlx|tlu|User:Ahunt/SSHFS}}
 +
| {{tlu|User:Ahunt/SSHFS}}
 +
| ns
 +
| ?
 +
| Any namespace
 +
| 4600
 
|-
 
|-
| {{tlx|tetl|Hatnote}} || {{tetl|Hatnote}}
+
| {{tlx|tl2|<nowiki>Hatnote|lang=fr</nowiki>}}
 +
| {{tl2|hatnote|lang=fr}}
 +
| iw
 +
| ?
 +
| Sister and other language wikis (e.g., fr:Hatnote)
 +
| 2600
 +
|}
 +
 
 +
===Templates by syntax===
 +
{| class="wikitable navbox collapsible" style="width:auto;font-size:90%;margin:1.0em auto 1.0em auto;vertical-align:top;text-align:center;"
 +
|+ Comparison of template-linking templates according to their style
 
|-
 
|-
| {{tlx|tsetl|Hatnote}} || {{tsetl|Hatnote}}
+
!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
 
|-
 
|-
| {{tlx|ti|Hatnote}} || {{ti|Hatnote}}
+
!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}}
 
|-
 
|-
| {{tlx|tic|Hatnote}} || {{tic|Hatnote}}
+
|style="background:#eef;"| Normal
 +
| {{N/A}}
 +
| {{nowrap|{{tlx|tlg}}<sup>1, 2</sup>}}<br>{{tlx|tl}}<br><code>{{tla|t links|2=t&nbsp;links}}</code><br>{{tlx|tlp}}<sup>2</sup>
 +
| {{tlx|tlf}}<sup>2</sup>
 +
| {{tlx|tls}}<br>{{tlx|tlsp}}
 +
| {{tlx|tn}}
 +
| {{tlx|tla}}
 
|-
 
|-
| {{tlx|tiw|Hatnote}} || {{tiw|Hatnote}}
+
!style="background:#eef;"| <code>Code</code>
 +
| {{code|code{{=}}yes}} or<br />{{code|tt{{=}}yes}}
 +
| {{tlx|tlx}}
 +
| {{tlx|tlc}}<sup>2</sup><br>{{tlx|tld}}<sup>2</sup><br>{{tlx|tnull}}
 +
| {{tlx|tlxs}}
 +
| colspan="2" {{N/A}}
 
|-
 
|-
| {{tlx|tlt|Hatnote}} || {{tlt|Hatnote}}
+
|style="background:#eef;"| '''Bold'''
 +
| {{code|bold{{=}}yes}}
 +
| {{tlx|tlb}}
 +
| rowspan="3" colspan="4" {{N/A}}
 
|-
 
|-
| {{tlx|ttl|Hatnote}} || {{ttl|Hatnote}}
+
|style="background:#eef;"| '''<code>Bold code</code>'''
 +
| {{code|bold{{=}}yes{{!}}code{{=}}yes}}
 +
| {{tlx|tlxb}}
 
|-
 
|-
| {{tlx|twlh|Hatnote}} || {{twlh|Hatnote}}
+
|style="background:#eef;" | ''<code>Italic code</code>''
 +
| {{code|italic{{=}}yes{{!}}code{{=}}yes}}
 +
| {{tlx|tlxi}}
 
|}
 
|}
<noinclude>
+
{{clear}}
{{documentation}}
+
<div align=left style="font-size:90%; text-align:left;"><sup>1</sup> = {{tlx|tlg}} is the most general, allowing any combination of text style and/or link style options.<br />
</noinclude>
+
<sup>2</sup> = Prevents wrapping of text by placing it inside {{tag|span|params=class="nowrap"}} tags.</div>

Please note that all contributions to MINR.ORG WIKI may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see MINR.ORG WIKI:Copyrights for details). Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)