Template:Template-linking templates: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>DePiep |
m 209 revisions imported |
||
(98 intermediate revisions by 32 users not shown) | |||
Line 1: | Line 1: | ||
{{ | <includeonly>{{navbar|Template-linking templates|text=These tables:|style=float: right;}}</includeonly> | ||
===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|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|DEFAULT}} | ||
| {{nowrap|{{ | | {{nowrap|{{tlg|tlg}}<sup>1</sup>}}<br />{{tl|tl}}<br />{{tlp|tlp|1|2|...}}<sup>2</sup><br />{{tlu|Template:tlu}}<sup>3</sup> | ||
| {{ | | {{tlf|tlf}}<sup>2</sup> | ||
| {{ | | {{tls|tls}}<br />{{tlsp|tlsp|1|2|...}}<br />{{tlsu|Template:tlsu}}<sup>3</sup> | ||
| {{ | | {{tn|tn}} | ||
| {{ | | {{tla|tla}} | ||
|- | |- | ||
| style="background-color: #eef;" | <code>code</code> | |||
| {{code|code{{=}}yes}} | | {{code|code{{=}}yes}} | ||
| {{tl2|tl2}}<br />{{tlx|tlx}}<br />{{tlxu|Template:tlxu}}<sup>3</sup> | |||
| {{ | | {{tlc|tlc}}<sup>2</sup><br />{{tld|tld}}<sup>2</sup><br />{{tnull|tnull}} | ||
| {{ | | {{tlxs|tlxs}} | ||
| colspan="2" {{ | | 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> | |||
| colspan=2 {{n/a}} | |||
| {{tltss|tltss}}<sup>5</sup> | |||
|- | |||
| style="background-color: #eef;" | '''bold''' | |||
| {{code|bold{{=}}yes}} | | {{code|bold{{=}}yes}} | ||
| {{ | | {{tlb|tlb}} | ||
| rowspan="3" colspan="4" {{ | | 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}} | ||
| {{ | | {{tlxb|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|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 [[HTML element#code|{{tag|code|params=style="border:none; background-color:transparent;"}}]]. | |||
* <sup>5</sup> Displays monospaced font using {{tag|span|params=style="font-family:monospace;"}}. | |||
}} | |||
|} | |} | ||
{{clear}} | {{clear}} | ||
=== | ===Other formatting templates=== | ||
{| class="wikitable sortable | {| class="wikitable sortable" | ||
! | ! 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 | |||
|- | |- | ||
| {{tlx| | | {{tlx|tln|Hatnote}} || {{tln|Hatnote}} || Produces a normal link to the template | ||
| | |||
| | |||
|- | |- | ||
| {{tlx| | <!-- 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| | | {{tlx|ml|Example|hello}} || {{ml|Example|hello}} || Counterpart to {{tl|tl}} for linking to Lua modules | ||
| | |||
| | |||
|- | |- | ||
| {{tlx| | | {{tlx|mlx|Example|hello}} || {{mlx|Example|hello}} || Counterpart to {{tl|tlx}} for linking to Lua modules | ||
| | |||
| | |||
|- | |- | ||
| {{tlx| | | {{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| | | {{tlx|sclx|LASTING}} || {{sclx|LASTING}} || Takes a shortcut suffix in project namespace and displays it with brackets and the [[WP:ALIAS|WP: alias]] in a [[WP:CODE|{{tag|code}}]] tag. | ||
| | |||
| | |||
|- | |- | ||
| {{tlx| | | {{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| | | {{tlx|dtl|Ping project}} || {{dtl|Ping project}} || Wikidata counterpart to {{tl|tl}} | ||
| | |||
| | |||
|- | |- | ||
| {{tlx| | | {{tlx|pf|if}}<br />{{tlx|pf|if|<nowiki>{{{1}}}</nowiki>|true|false}} || {{pf|if}}<br />{{pf|if|<nowiki>{{{1}}}</nowiki>|true|false}} || [[Help:Parser functions|Parser function]] equivalent to {{tl|tl}} | ||
| | |} | ||
| | |||
===With utility links=== | |||
{| class="wikitable sortable" | |||
! Code example !! Effect | |||
|- | |- | ||
| {{tlx| | | {{tlx|lt|Hatnote}} || {{lt|hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|lts|Hatnote}} || {{lts|hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|t links|Hatnote}} || {{t links|hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|tfd links|Hatnote}} || {{tfd links|hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|tltt|Hatnote}} || {{tltt|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|tetl|Hatnote}} || {{tetl|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|tsetl|Hatnote}} || {{tsetl|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|ti|Hatnote}} || {{ti|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|tic|Hatnote}} || {{tic|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|tim|Hatnote}} || {{tim|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|tiw|Hatnote}} || {{tiw|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|tlt|Hatnote}} || {{tlt|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|ttl|Hatnote}} || {{ttl|Hatnote}} | ||
|- | |- | ||
| {{tlx| | | {{tlx|twlh|Hatnote}} || {{twlh|Hatnote}} | ||
| | |}<noinclude> | ||
| | {{Documentation | ||
|} | | content = | ||
{{template shortcut|tl-nav|tl templates}} | |||
==Usage== | |||
Use this {{tl|Template-linking templates}} on /doc pages for related templates. | |||
[[Category:Documentation see also templates]] | |||
}}</noinclude> |
Latest revision as of 05:16, 3 September 2020
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|1|2|...}}2 {{Template:tlu}}3 |
{{tlf}}2 | {{subst:tls}} {{subst:tlsp|1|2|...}} {{subst:Template:tlsu}}3 |
{{tn}} | {{tla}} |
code
|
code=yes
|
{{tl2}} {{tlx}} {{Template:tlxu}} 3
|
{{tlc}} 2{{tld}} 2{{tnull}}
|
{{subst:tlxs}}
|
N/A | |
monospace kbd |
plaincode=yes 4kbd=yes 5
|
N/A | {{subst:tltss}}5 | |||
bold | bold=yes
|
{{tlb}} | N/A | |||
bold+code
|
code=yes | {{tlxb}}
| ||||
italic+code
|
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>}} |
{{hatnote|lang=fr|Some text}} Some text |
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:Hatnote | Produces a normal link to the template |
{{elc|Template:Hatnote}} {{elc|Template:Hatnote|Hatnote}} |
[[Template:Hatnote]] [[Template:Hatnote|Hatnote]] |
Formats wikilink, with optional piped link text and blended suffix |
{{ml|Example|hello}} |
{{#invoke:Example|hello}} | Counterpart to {{tl}} for linking to Lua modules |
{{mlx|Example|hello}} |
{{#invoke:Example|hello}} |
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}} |
[[WP:LASTING]] |
Takes a shortcut suffix in project namespace and displays it with brackets and the WP: alias in a <code>...</code> tag.
|
{{tag|ref}} {{xtag|templatedata}} |
<ref>...</ref> <templatedata> |
Formats [X]HTML tags; can add content, choose opening, closing, or self-closing |
{{dtl|Ping project}} |
{{d:Ping project}} | Wikidata counterpart to {{tl}} |
{{pf|if}} {{pf|if|{{{1}}}|true|false}} |
{{#if}} {{#if:{{{1}}}|true|false}} |
Parser function equivalent to {{tl}} |
With utility links
Code example | Effect |
---|---|
{{lt|Hatnote}} |
Template:Hatnote (edit | talk | history | links | watch | logs) |
{{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}} |
Template:Hatnote (edit · talk · history · links · transclusions · logs · subpages · delete) |
{{tltt|Hatnote}} |
{{Hatnote}}
|
{{tetl|Hatnote}} |
{{Hatnote}} |
{{tsetl|Hatnote}} |
{{subst:Hatnote}} |
{{ti|Hatnote}} |
Template:Hatnote (talk⧼dot-separator⧽links⧼dot-separator⧽edit) |
{{tic|Hatnote}} |
Template:Hatnote (talk links edit) |
{{tim|Hatnote}} |
m:Template:Hatnote (backlinks edit) |
{{tiw|Hatnote}} |
Template:Hatnote (backlinks edit) |
{{tlt|Hatnote}} |
{{Hatnote}} (talk) |
{{ttl|Hatnote}} |
{{Hatnote}} (t/l) |
{{twlh|Hatnote}} |
Template:Hatnote (links, talk) |
Template documentation
Usage
Use this {{Template-linking templates}} on /doc pages for related templates.