|
|
(16 intermediate revisions by 11 users not shown) |
Line 1: |
Line 1: |
| __NOTOC__
| | {{Tlg|bold=yes|tt=yes|subst={{{subst|}}}|{{{1|}}}<!-- |
| <includeonly><tt><nowiki>{{</nowiki>{{<!-- opening brace, begin tt face
| | -->|2{{#ifeq:{{{2}}}|{{{2|x}}}||x}}={{{2}}}<!-- |
| -->#if:{{{subst|}}}|[[Help:Substitution|subst]]:}}<!-- 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{{#ifeq:{{{5}}}|{{{5|x}}}||x}}={{{5}}}<!-- |
| -->{{#if:{{{1|}}}|{{ns:Template}}:{{{1|}}}|{{FULLPAGENAME}}}}<!-- specify page to link to | | -->|6{{#ifeq:{{{6}}}|{{{6|x}}}||x}}={{{6}}}<!-- |
| -->|{{{1|{{#ifeq:{{NAMESPACE}}|{{ns:Template}}|{{PAGENAME}}|{{FULLPAGENAME}}}}}}}]]<!-- surface text of link | | -->|7{{#ifeq:{{{7}}}|{{{7|x}}}||x}}={{{7}}}<!-- |
| -->'''<!-- end boldface; add the remaining parameters
| | -->|8{{#ifeq:{{{8}}}|{{{8|x}}}||x}}={{{8}}}<!-- |
| -->{{#if:{{{2|}}}| | | -->|9{{#ifeq:{{{9}}}|{{{9|x}}}||x}}={{{9}}}<!-- |
| |{{{2}}}
| | -->|10{{#ifeq:{{{10}}}|{{{10|x}}}||x}}={{{10}}}<!-- |
| }}<!--
| | -->|11{{#ifeq:{{{11}}}|{{{11|x}}}||x}}={{{11}}}<!-- |
| -->{{#if:{{{3|}}}|
| | -->|12{{#ifeq:{{{12}}}|{{{12|x}}}||x}}={{{12}}}}}<noinclude> |
| |{{{3}}}
| | {{Documentation}} |
| }}<!-- | | <!-- Please add this template's categories to the /doc subpage and language links to Wikidata - thanks! --> |
| -->{{#if:{{{4|}}}| | |
| |{{{4}}}
| |
| }}<!--
| |
| -->{{#if:{{{5|}}}|
| |
| |{{{5}}}
| |
| }}<!-- | |
| -->{{#if:{{{6|}}}| | |
| |{{{6}}}
| |
| }}<!-- | |
| -->{{#if:{{{7|}}}| | |
| |{{{7}}}
| |
| }}<!-- | |
| -->{{#if:{{{8|}}}| | |
| |{{{8}}}
| |
| }}<!-- | |
| -->{{#if:{{{9|}}}| | |
| |{{{9}}}
| |
| }}<!-- | |
| -->{{#if:{{{10|}}}| | |
| |{{{10}}}
| |
| }}<!-- | |
| -->{{#if:{{{11|}}}| | |
| |{{{11}}}
| |
| }}<!-- | |
| -->{{#if:{{{12|}}}| | |
| |''...''
| |
| }}<nowiki>}}</nowiki></tt></includeonly><noinclude>
| |
| | |
| ==Explanation==
| |
| This template is a copy of {{tl|tlb}} except that it uses a non-proportional, monospaced font instead of normal text:
| |
| {| class="wikitable" | |
| ! Code
| |
| ! Result
| |
| ! Remark
| |
| |-
| |
| | <code><nowiki>{{tlxb|Template name}}</nowiki></code>
| |
| | {{tlxb|Template name}}
| |
| |
| |
| |-
| |
| | <code><nowiki>{{tlxb|Template name|parameter1|parameter2}}</nowiki></code> | |
| | {{tlxb|Template name|parameter1|parameter2}}
| |
| |
| |
| |-
| |
| | <code><nowiki>{{tlxb|Template name|parm1|parm2{{=}}foo}}</nowiki></code>
| |
| | {{tlxb|Template name|parm1|parm2{{=}}foo}}
| |
| | Equal signs need to be escaped using <code><nowiki>{{=}}</nowiki></code>.
| |
| |-
| |
| | <code><nowiki>{{tlxb}}</nowiki></code>
| |
| | {{tlxb}}
| |
| | This actually substitutes the current page name. Useful as a self-reference; won't be linked.
| |
| |-
| |
| | <code><nowiki>{{tlxb|SISTER=m:|3x}}</nowiki></code>
| |
| | {{tlxb|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> | | </noinclude> |