Template:Tlb: Difference between revisions

1,755 bytes removed ,  2 years ago
m
1 revision imported from wikipedia:Template:Tlb
(copy doc from {{tl|tlxb}})
m (1 revision imported from wikipedia:Template:Tlb)
 
(20 intermediate revisions by 11 users not shown)
Line 1:
{{Tlg|bold=yes|subst={{{subst|}}}|{{{1|}}}<!--
<includeonly><nowiki>{{</nowiki>{{<!-- opening brace
-->|2{{#ififeq:{{{subst2}}}|{{{2|x}}}|[[Help:Substitution|subst]]:x}}={{{2}}}<!-- subst prefix, if called for
-->|3{{#ifeq:{{{3}}}|{{{3|x}}}||x}}={{{3}}}<!--
-->'''<!-- begin boldface
-->|4{{#ifeq:{{{4}}}|{{{4|x}}}||x}}={{{4}}}<!--
-->[[{{{LANG|}}}{{{SISTER|}}}<!-- begin link, add any LANG and SISTER prefixes
-->|5{{#ififeq:{{{1|5}}}|{{ns:Template}}:{{{15|x}}}||x}}={{FULLPAGENAME}{5}}}<!-- specify page to link to
-->|{{{1|6{{#ifeq:{{NAMESPACE{6}}}|{{ns:Template{6|x}}}|{{PAGENAME|x}}|={{FULLPAGENAME}}}}{6}}}]]<!-- surface text of link
-->|7{{#ifeq:{{{7}}}|{{{7|x}}}||x}}={{{7}}}<!--
-->'''<!-- end boldface; add the remaining parameters
-->|8{{#ififeq:{{{28}}}|{{{8|x}}}||x}}={{{8}}}<!--
-->|9{{#ifeq:{{{9}}}|{{{9|x}}}||x}}={{{9}}}<!--
&#124;{{{2}}}
-->|10{{#ifeq:{{{10}}}|{{{10|x}}}||x}}={{{10}}}<!--
}}<!--
-->|11{{#ififeq:{{{311}}}|{{{11|x}}}||x}}={{{11}}}<!--
-->|12{{#ifeq:{{{12}}}|{{{12|x}}}||x}}={{{12}}}}}<noinclude>
&#124;{{{3}}}
{{Documentation|Template:Tlx/doc}}
}}<!--
<!-- Add categories and interwikis to the /doc subpage, not here! -->
-->{{#if:{{{4|}}}|
{{En-WP attribution notice|Template:Tlb}}
&#124;{{{4}}}
}}<!--
-->{{#if:{{{5|}}}|
&#124;{{{5}}}
}}<!--
-->{{#if:{{{6|}}}|
&#124;{{{6}}}
}}<!--
-->{{#if:{{{7|}}}|
&#124;{{{7}}}
}}<!--
-->{{#if:{{{8|}}}|
&#124;{{{8}}}
}}<!--
-->{{#if:{{{9|}}}|
&#124;{{{9}}}
}}<!--
-->{{#if:{{{10|}}}|
&#124;{{{10}}}
}}<!--
-->{{#if:{{{11|}}}|
&#124;{{{11}}}
}}<!--
-->{{#if:{{{12|}}}|
&#124;''...''
}}<nowiki>}}</nowiki></includeonly><noinclude>
 
==Explanation==
This template is a copy of {{tl|tlxb}} except that it uses normal text instead of non-proportional, monospaced text:
{| class="wikitable"
! Code
! Result
! Remark
|-
| <code><nowiki>{{tlb|Template name}}</nowiki></code>
| {{tlb|Template name}}
|
|-
| <code><nowiki>{{tlb|Template name|parm1|parm2}}</nowiki></code>
| {{tlb|Template name|parm1|parm2}}
|
|-
| <code><nowiki>{{tlb|Template name|parm1|parm2{{=}}foo}}</nowiki></code>
| {{tlb|Template name|parm1|parm2{{=}}foo}}
| Equal signs need to be escaped using <code><nowiki>{{=}}</nowiki></code>.
|-
| <code><nowiki>{{tlb}}</nowiki></code>
| {{tlb}}
| This actually substitutes the current page name. Useful as a self-reference; won't be linked.
|-
| <code><nowiki>{{tlb|SISTER=m:|3x}}</nowiki></code>
| {{tlb|SISTER=m:|3x}}
| Link to page on another wiki.
|}
 
I.e., it's a {{tl|tl}}-style ''template-link'' tag that boldfaces the template name, and accepts parameters. It's main use is in distinguishing between multiple templates with similar names, in documentation, talk page discussions, etc.
 
The rest of the documentation is for {{tl|tlx}}, which works the same way (although it doesn't currently behave sanely when no parameters are given; use {{tl|tlu}} instead).
 
{{Documentation|Template:Tlx/doc}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>