Template:Tlb: Difference between revisions

From TestWiki
Content added Content deleted
(remove unused parameters SISTER and LANG. Tlg is able to link to any article on every project by default now.)
m (20 revisions imported: needed for policy template)
 
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
<includeonly>{{Tlg|bold=yes|subst={{{subst|}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}|{{{10|}}}|{{{11|}}}|{{{12|}}}}}</includeonly><noinclude>
{{Tlg|bold=yes|subst={{{subst|}}}|{{{1|}}}<!--
-->|2{{#ifeq:{{{2}}}|{{{2|x}}}||x}}={{{2}}}<!--

-->|3{{#ifeq:{{{3}}}|{{{3|x}}}||x}}={{{3}}}<!--
==Explanation==
-->|4{{#ifeq:{{{4}}}|{{{4|x}}}||x}}={{{4}}}<!--
This template is a copy of {{tl|tlxb}} except that it uses normal text instead of non-proportional, monospaced text:
-->|5{{#ifeq:{{{5}}}|{{{5|x}}}||x}}={{{5}}}<!--
{| class="wikitable"
-->|6{{#ifeq:{{{6}}}|{{{6|x}}}||x}}={{{6}}}<!--
! Code
-->|7{{#ifeq:{{{7}}}|{{{7|x}}}||x}}={{{7}}}<!--
! Result
-->|8{{#ifeq:{{{8}}}|{{{8|x}}}||x}}={{{8}}}<!--
! Remark
-->|9{{#ifeq:{{{9}}}|{{{9|x}}}||x}}={{{9}}}<!--
|-
-->|10{{#ifeq:{{{10}}}|{{{10|x}}}||x}}={{{10}}}<!--
| <code><nowiki>{{tlb|Template name}}</nowiki></code>
-->|11{{#ifeq:{{{11}}}|{{{11|x}}}||x}}={{{11}}}<!--
| {{tlb|Template name}}
-->|12{{#ifeq:{{{12}}}|{{{12|x}}}||x}}={{{12}}}}}<noinclude>
|
{{Documentation}}
|-
<!-- Add categories to the /doc subpage, not here! -->
| <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>
</noinclude>

Latest revision as of 10:51, 16 August 2019

{{[[Template:|]]}}