Template:Tlb: Difference between revisions

1,169 bytes removed ,  2 years ago
m
1 revision imported from wikipedia:Template:Tlb
(Default parameter value shouldn't be empty since tlg allows empty parameters now)
m (1 revision imported from wikipedia:Template:Tlb)
 
(17 intermediate revisions by 10 users not shown)
Line 1:
<includeonly>{{Tlg|bold=yes|subst={{{subst|}}}|{{{1|}}}<!--
-->|2{{#ifeq:{{{2|}}}|{{{2|x}}}|&#124;|x}}={{{2}}}}}<!--
-->|3{{#ifeq:{{{3|}}}|{{{3|x}}}|&#124;|x}}={{{3}}}}}<!--
-->|4{{#ifeq:{{{4|}}}|{{{4|x}}}|&#124;|x}}={{{4}}}}}<!--
-->|5{{#ifeq:{{{5|}}}|{{{5|x}}}|&#124;|x}}={{{5}}}}}<!--
-->|6{{#ifeq:{{{6|}}}|{{{6|x}}}|&#124;|x}}={{{6}}}}}<!--
-->|7{{#ifeq:{{{7|}}}|{{{7|x}}}|&#124;|x}}={{{7}}}}}<!--
-->|8{{#ifeq:{{{8|}}}|{{{8|x}}}|&#124;|x}}={{{8}}}}}<!--
-->|9{{#ifeq:{{{9|}}}|{{{9|x}}}|&#124;|x}}={{{9}}}}}<!--
-->|10{{#ifeq:{{{10|}}}|{{{10|x}}}|&#124;|x}}={{{10}}}}}<!--
-->|11{{#ifeq:{{{11|}}}|{{{11|x}}}|&#124;|x}}={{{11}}}}}<!--
-->|12{{#ifeq:{{{12|}}}|{{{12|x}}}|&#124;|x}}={{{12}}}}}}}</includeonly><noinclude>
{{Documentation|Template:Tlx/doc}}
 
<!-- Add categories and interwikis to the /doc subpage, not here! -->
==Explanation==
{{En-WP attribution notice|Template:Tlb}}
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.
|}
 
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>