Template:Template-linking templates: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
No edit summary |
meta>Eyesnore m Reverted edits by 66.87.135.28 (talk) (HG) (3.1.21) |
||
Line 3: | Line 3: | ||
--> | --> | ||
===General-purpose formatting=== | ===General-purpose formatting=== | ||
{| class="wikitable navbox collapsible" style="width:auto;font-size:90%;margin:1.0em auto 1.0em auto;vertical-align:top;text-align | {| 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 | |||
|- | |||
!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 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 | |style="background:#eef;"| Normal | ||
| {{ | | {{n/a}} | ||
| {{nowrap|{{tlx|tlg}}<sup>1, 2</sup>}}<br />{{tlx|tl}}<br />{{tlx|tlp}}<sup>2</sup><br />{{tlx|tlu}}<sup>4</sup> | |||
| {{tlx|tlf}}<sup>2</sup> | |||
| {{tlx|tls}}<br />{{tlx|tlsp}} | |||
| {{tlx|tn}} | |||
| {{tlx|tla}} | |||
|- | |||
!style="background:#eef;"| <code>Code</code> | |||
| {{code|code{{=}}yes}} or<br />{{code|tt{{=}}yes}} | |||
| {{tlx|tlx}}<br />{{tlx|tltt}}<br />{{tlx|tltt2}} | |||
| {{tlx|tlc}}<sup>2</sup><br />{{tlx|tld}}<sup>2</sup><br />{{tlx|tnull}} | |||
| {{tlx|tlxs}}<br />{{tlx|tltts}}<br />{{tlx|tltts3}}<br />{{tlx|tltss}}<sup>3</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}} | {{clear}} | ||
Line 12: | Line 55: | ||
*<sup>2</sup> Prevents wrapping of text by placing it inside {{tag|span|params=class="nowrap"}} tags. | *<sup>2</sup> Prevents wrapping of text by placing it inside {{tag|span|params=class="nowrap"}} tags. | ||
*<sup>3</sup> Uses monospace font but not {{tag|code}}. | *<sup>3</sup> Uses monospace font but not {{tag|code}}. | ||
*<sup>4 | *<sup>4</sup> Allows links to templates in any namespace. | ||
}} | |||
===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| | | {{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|demo|<nowiki><nowiki>{{Hatnote|lang=fr|Some text}}</nowiki></nowiki>}} || {{demo|<nowiki>{{hatnote|lang=fr|Some text}}</nowiki>}} || Shows code and example | ||
Line 21: | Line 71: | ||
|- | |- | ||
<!-- Yes, I know this isn't actually a template-linking template, but it's a heck of a lot easier to find if it's listed in the docs for e.g. {{tl}} --> | <!-- Yes, I know this isn't actually a template-linking template, but it's a heck of a lot easier to find if it's listed in the docs for e.g. {{tl}} --> | ||
| {{tlx|para|<nowiki>title|< or without values | | {{tlx|para|<nowiki>title|<var>book title</var></nowiki>}} || {{para|title|<var>book title</var>}} || Formats template parameters for display, with or without values | ||
|} | |} | ||
Revision as of 15:43, 31 July 2016
General-purpose formatting
Link style → | Linked | Unlinked | Linked with subst | Linked including braces | Linked with alternative text | |
---|---|---|---|---|---|---|
Text style ↓ | ↓ {{tlg}} options1 →
|
N/A | nolink=yes
|
subst=yes
|
braceinside=yes
|
alttext=Foo 2=Foo
|
Normal | N/A | {{tlg}} 1, 2{{tl}} {{tlp}} 2{{tlu}} 4
|
{{tlf}} 2
|
{{tls}} {{tlsp}}
|
{{tn}}
|
{{tla}}
|
Code
|
code=yes ortt=yes
|
{{tlx}} {{tltt}} {{tltt2}}
|
{{tlc}} 2{{tld}} 2{{tnull}}
|
{{tlxs}} {{tltts}} {{tltts3}} {{tltss}} 3
|
N/A | |
Bold | bold=yes
|
{{tlb}}
|
N/A | |||
Bold code
|
code=yes | {{tlxb}}
| ||||
Italic code
|
code=yes | {{tlxi}}
|
- 1
{{tlg}}
is the most general, allowing any combination of text style and/or link style options. - 2 Prevents wrapping of text by placing it inside
<span class="nowrap">...</span>
tags. - 3 Uses monospace font but not
<code>...</code>
. - 4 Allows links to templates in any namespace.
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 |
{{para|title|<var>book title</var>}} |
|title=book title |
Formats template parameters for display, with or without values |
With utility links
Code example | Effect |
---|---|
{{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) |
{{tiw|Hatnote}} |
Template:hatnote (backlinks edit) |
{{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) |
{{tiw|Hatnote}} |
Template:Hatnote (backlinks edit) |
{{tlt|Hatnote}} |
{{Hatnote}} (talk) |
{{ttl|Hatnote}} |
{{Hatnote}} (t/l) |
{{twlh|Hatnote}} |
Template:Hatnote (links, talk) |