Difference between revisions of "Template:Template-linking templates"
From Kerbal Space Program Wiki
m (add {{En-WP attribution notice}}) |
m |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{navbar|Template-linking templates| | + | <includeonly>{{navbar|Template-linking templates|text=These tables:|style=float: right;}}</includeonly><!-- |
− | <noinclude>{{En-WP attribution notice}}</noinclude> | + | --><noinclude>{{En-WP attribution notice}}</noinclude><!-- |
− | + | --> | |
===General-purpose formatting=== | ===General-purpose formatting=== | ||
− | {| class="wikitable | + | {| class="wikitable" |
|+ Comparison of template-linking templates according to their style | |+ Comparison of template-linking templates according to their style | ||
|- | |- | ||
− | !style=*"| | + | ! style=*" | |
− | !style="background:#fcc;"| Link style → | + | ! style="background-color: #fcc;" | Link style → |
− | !style="background:#fee;"| Linked | + | ! style="background-color: #fee;" | Linked |
− | !style="background:#fee;"| Unlinked | + | ! style="background-color: #fee;" | Unlinked |
− | !style="background:#fee;"| Linked with subst | + | ! style="background-color: #fee;" | Linked with subst |
− | !style="background:#fee;"| Linked including braces | + | ! style="background-color: #fee;" | Linked including braces |
− | !style="background:#fee;"| Linked with alternative text | + | ! style="background-color: #fee;" | Linked with alternative text |
|- | |- | ||
− | !style="background:#ccf;"| Text style ↓ | + | ! style="background-color: #ccf;" | Text style ↓ |
− | |'''↓ {{tlx|tlg}} options<sup>1</sup> →''' | + | | '''↓ {{tlx|tlg}} options<sup>1</sup> →''' |
− | |{{n/a}} | + | | {{n/a|DEFAULT}} |
− | |{{code|nolink{{=}}yes}} | + | | {{code|nolink{{=}}yes}} |
− | |{{code|subst{{=}}yes}} | + | | {{code|subst{{=}}yes}} |
− | |{{code|braceinside{{=}}yes}} | + | | {{code|braceinside{{=}}yes}} |
− | |{{code|alttext{{=}}Foo}}<br />{{code|2{{=}}Foo}} | + | | {{code|alttext{{=}}Foo}}<br />{{code|2{{=}}Foo}} |
|- | |- | ||
− | |style="background:#eef;"| | + | | style="background-color: #eef;" | normal |
− | | {{n/a}} | + | | {{n/a|DEFAULT}} |
− | | {{nowrap|{{tlx|tlg}}<sup>1 | + | | {{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|tlf}}<sup>2</sup> | ||
− | | {{tlx|tls}}<br />{{tlx|tlsp}} | + | | {{tlx|tls}}<br />{{tlx|tlsp}}<br />{{tlx|tlsu}}<sup>3</sup> |
| {{tlx|tn}} | | {{tlx|tn}} | ||
| {{tlx|tla}} | | {{tlx|tla}} | ||
|- | |- | ||
− | + | | style="background-color: #eef;" | <code>code</code> | |
− | | {{code|code | + | | {{code|code{{=}}yes}} |
− | | {{tlx| | + | | {{tlx|tl2}}<br />{{tlx|tlx}}<br />{{tlx|tlxu}}<sup>3</sup> |
| {{tlx|tlc}}<sup>2</sup><br />{{tlx|tld}}<sup>2</sup><br />{{tlx|tnull}} | | {{tlx|tlc}}<sup>2</sup><br />{{tlx|tld}}<sup>2</sup><br />{{tlx|tnull}} | ||
− | | {{tlx|tlxs}} | + | | {{tlx|tlxs}} |
− | | colspan="2" {{n/a}} | + | | colspan="2" rowspan="2" {{n/a}} |
|- | |- | ||
− | |style="background:#eef;"| ''' | + | | style="background-color: #eef;" | <span style="font-family:monospace; font-size:larger;">monospace</span><br /><kbd>kbd</kbd> |
+ | | {{code|plaincode{{=}}yes}}<sup>4</sup><br />{{code|kbd{{=}}yes}}<sup>5</sup> | ||
+ | | {{tlx|tltt}}<sup>5</sup><br />{{tlx|tltt2}}<sup>5</sup> | ||
+ | | {{n/a}} | ||
+ | | {{tlx|tltts}}<sup>5</sup><br />{{tlx|tltss}}<sup>6</sup> | ||
+ | |- | ||
+ | | style="background-color: #eef;" | '''bold''' | ||
| {{code|bold{{=}}yes}} | | {{code|bold{{=}}yes}} | ||
| {{tlx|tlb}} | | {{tlx|tlb}} | ||
| rowspan="3" colspan="4" {{n/a}} | | rowspan="3" colspan="4" {{n/a}} | ||
|- | |- | ||
− | |style="background:#eef;"| '''<code> | + | | style="background-color: #eef;" | '''<code>bold+code</code>''' |
| {{code|bold{{=}}yes{{!}}code{{=}}yes}} | | {{code|bold{{=}}yes{{!}}code{{=}}yes}} | ||
| {{tlx|tlxb}} | | {{tlx|tlxb}} | ||
|- | |- | ||
− | |style="background:#eef;" | ''<code> | + | | style="background-color: #eef;" | ''<code>italic+code</code>'' |
| {{code|italic{{=}}yes{{!}}code{{=}}yes}} | | {{code|italic{{=}}yes{{!}}code{{=}}yes}} | ||
| {{tlx|tlxi}} | | {{tlx|tlxi}} | ||
+ | |- | ||
+ | | colspan="7" style="background-color:#eee; padding-left:1em;" | {{plainlist | | ||
+ | * <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 [[w:HTML element#code|{{tag|code|params=style="border:none; background-color:transparent;"}}]]. | ||
+ | * <sup>5</sup> Displays [[w:monospaced font]] using [[w:HTML element#kbd|{{tag|kbd}}]] tags (changed from [[w:HTML element#tt|{{tag|tt}}]] for [[w:HTML5|HTML 5]] compliance). | ||
+ | * <sup>6</sup> Displays monospaced font using {{tag|span|params=style="font-family:monospace;"}}. | ||
+ | }} | ||
|} | |} | ||
{{clear}} | {{clear}} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===Other formatting templates=== | ===Other formatting templates=== | ||
− | {| class="wikitable sortable | + | {| class="wikitable sortable" |
! Code example !! Effect !! Notes | ! Code example !! Effect !! Notes | ||
|- | |- | ||
Line 65: | Line 74: | ||
|- | |- | ||
| {{tlx|tlu|User:Ahunt/SSHFS}} || {{tlu|User:Ahunt/SSHFS}} || Supports linking to any namespace | | {{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 | | {{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|tln|Hatnote}} || {{tln|Hatnote}} || Produces a normal link to the template | ||
+ | |- | ||
+ | <!-- 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|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|ml|Example|hello}} || {{ml|Example|hello}} || Counterpart to {{tl|tl}} for linking to Lua modules | ||
+ | |- | ||
+ | | {{tlx|mlx|Example|hello}} || {{mlx|Example|hello}} || Counterpart to {{tl|tlx}} for linking to Lua modules | ||
+ | |- | ||
+ | | {{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|sclx|LASTING}} || {{sclx|LASTING}} || Takes a shortcut suffix in project namespace and displays it with brackets. | ||
+ | |- | ||
+ | | {{tlx|tag|ref}}<br />{{tlx|xtag|templatedata}} || {{tag|ref}}<br />{{xtag|templatedata}} || Formats [X]HTML tags; can add content, choose opening, closing, or self-closing | ||
+ | |- | ||
+ | | {{tlx|dtl|Ping project}} || {{dtl|Ping project}} || Wikidata counterpart to {{tl|tl}} | ||
|} | |} | ||
===With utility links=== | ===With utility links=== | ||
− | {| class="wikitable sortable | + | {| class="wikitable sortable" |
! Code example !! Effect | ! Code example !! Effect | ||
+ | |- | ||
+ | | {{tlx|lt|Hatnote}} || {{lt|hatnote}} | ||
|- | |- | ||
| {{tlx|lts|Hatnote}} || {{lts|hatnote}} | | {{tlx|lts|Hatnote}} || {{lts|hatnote}} | ||
Line 78: | Line 108: | ||
|- | |- | ||
| {{tlx|tfd links|Hatnote}} || {{tfd links|hatnote}} | | {{tlx|tfd links|Hatnote}} || {{tfd links|hatnote}} | ||
− | |||
− | |||
|- | |- | ||
| {{tlx|tltt|Hatnote}} || {{tltt|Hatnote}} | | {{tlx|tltt|Hatnote}} || {{tltt|Hatnote}} | ||
Line 90: | Line 118: | ||
|- | |- | ||
| {{tlx|tic|Hatnote}} || {{tic|Hatnote}} | | {{tlx|tic|Hatnote}} || {{tic|Hatnote}} | ||
+ | |- | ||
+ | | {{tlx|tim|Hatnote}} || {{tim|Hatnote}} | ||
|- | |- | ||
| {{tlx|tiw|Hatnote}} || {{tiw|Hatnote}} | | {{tlx|tiw|Hatnote}} || {{tiw|Hatnote}} | ||
Line 99: | Line 129: | ||
| {{tlx|twlh|Hatnote}} || {{twlh|Hatnote}} | | {{tlx|twlh|Hatnote}} || {{twlh|Hatnote}} | ||
|} | |} | ||
+ | <noinclude> | ||
+ | [[Category:Documentation see also templates]] | ||
+ | </noinclude> |
Latest revision as of 09:46, 7 March 2020
This template uses material from the Wikipedia template Template:Template-linking templates, which is released under the Creative Commons Attribution-ShareAlike 3.0 Unported License (view authors). | Error creating thumbnail: /bin/bash: rsvg-convert: command not found |
General-purpose formatting
Link style → | Linked | Unlinked | Linked with subst | Linked including braces | Linked with alternative text | |
---|---|---|---|---|---|---|
Text style ↓ | ↓ {{tlg}} options1 →
|
DEFAULT | nolink=yes
|
subst=yes
|
braceinside=yes
|
alttext=Foo 2=Foo
|
normal | DEFAULT | {{tlg}} 1{{tl}} {{tlp}} 2{{tlu}} 3
|
{{tlf}} 2
|
{{tls}} {{tlsp}} {{tlsu}} 3
|
{{tn}}
|
{{tla}}
|
code
|
code=yes
|
{{tl2}} {{tlx}} {{tlxu}} 3
|
{{tlc}} 2{{tld}} 2{{tnull}}
|
{{tlxs}}
|
N/A | |
monospace kbd |
plaincode=yes 4kbd=yes 5
|
{{tltt}} 5{{tltt2}} 5
|
N/A | {{tltts}} 5{{tltss}} 6
| ||
bold | bold=yes
|
{{tlb}}
|
N/A | |||
bold+code
|
bold=yes|code=yes
|
{{tlxb}}
| ||||
italic+code
|
italic=yes|code=yes
|
{{tlxi}}
| ||||
|
Other formatting templates
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}} |
"{{hatnote|Some hatnote text}}" gives "Some hatnote text " [1] |
Shows code, example and a link to expand the template code |
{{tln|Hatnote}} |
Template:Tln | Produces a normal link to the template |
{{elc|Template:Hatnote}} {{elc|Template:Hatnote|Hatnote}} |
Template:Elc Template:Elc |
Formats wikilink, with optional piped link text and blended suffix |
{{ml|Example|hello}} |
Template:Ml | Counterpart to {{tl}} for linking to Lua modules |
{{mlx|Example|hello}} |
Template:Mlx | Counterpart to {{tlx}} for linking to Lua modules |
{{para|title|<var>book title</var>}} |
|title=book title |
Formats template parameters for display, with or without values |
{{sclx|LASTING}} |
Template:Sclx | Takes a shortcut suffix in project namespace and displays it with brackets. |
{{tag|ref}} {{xtag|templatedata}} |
ref Template:Xtag |
Formats [X]HTML tags; can add content, choose opening, closing, or self-closing |
{{dtl|Ping project}} |
Template:Dtl | Wikidata counterpart to {{tl}} |
With utility links
Code example | Effect |
---|---|
{{lt|Hatnote}} |
Template:Lt |
{{lts|Hatnote}} |
Template:Hatnote(edit talk links history) |
{{t links|Hatnote}} |
Hatnote (edit talk history links /subpages /doc /doc edit /sbox /sbox diff /test) |
{{tfd links|Hatnote}} |
main}} |
{{tltt|Hatnote}} |
{{Hatnote}}
|
{{tetl|Hatnote}} |
{{Hatnote}} |
{{tsetl|Hatnote}} |
{{subst:Hatnote}} |
{{ti|Hatnote}} |
Template:Hatnote (talk • links • edit) |
{{tic|Hatnote}} |
Template:Hatnote (talk links edit) |
{{tim|Hatnote}} |
Template:Tim |
{{tiw|Hatnote}} |
Template:Hatnote (backlinks edit) |
{{tlt|Hatnote}} |
{{Hatnote}} (talk) |
{{ttl|Hatnote}} |
{{Hatnote}} (t/l) |
{{twlh|Hatnote}} |
Template:Hatnote (links, talk) |