Difference between revisions of "Template:Tlxb"
Jump to navigation
Jump to search
Template documentation[create]
blackwiki>Patrick87 (temporary fix) |
blackwiki>Patrick87 (complete fix for empty parameters) |
||
| Line 1: | Line 1: | ||
| − | <includeonly>{{Tlg|bold=yes|tt=yes|subst={{{subst|}}}|{{{1|}}} | + | <includeonly>{{Tlg|bold=yes|tt=yes|subst={{{subst|}}}|{{{1|}}}<!-- |
| − | -->{{#ifeq:{{{2 | + | -->|2{{#ifeq:{{{2}}}|{{{2|x}}}||x}}={{{2}}}<!-- |
| − | -->{{#ifeq:{{{3 | + | -->|3{{#ifeq:{{{3}}}|{{{3|x}}}||x}}={{{3}}}<!-- |
| − | -->{{#ifeq:{{{4 | + | -->|4{{#ifeq:{{{4}}}|{{{4|x}}}||x}}={{{4}}}<!-- |
| − | -->{{#ifeq:{{{5 | + | -->|5{{#ifeq:{{{5}}}|{{{5|x}}}||x}}={{{5}}}<!-- |
| − | -->{{#ifeq:{{{6 | + | -->|6{{#ifeq:{{{6}}}|{{{6|x}}}||x}}={{{6}}}<!-- |
| − | -->{{#ifeq:{{{7 | + | -->|7{{#ifeq:{{{7}}}|{{{7|x}}}||x}}={{{7}}}<!-- |
| − | -->{{#ifeq:{{{8 | + | -->|8{{#ifeq:{{{8}}}|{{{8|x}}}||x}}={{{8}}}<!-- |
| − | -->{{#ifeq:{{{9 | + | -->|9{{#ifeq:{{{9}}}|{{{9|x}}}||x}}={{{9}}}<!-- |
| − | -->{{#ifeq:{{{10 | + | -->|10{{#ifeq:{{{10}}}|{{{10|x}}}||x}}={{{10}}}<!-- |
| − | -->{{#ifeq:{{{11 | + | -->|11{{#ifeq:{{{11}}}|{{{11|x}}}||x}}={{{11}}}<!-- |
| − | -->{{#ifeq:{{{12 | + | -->|12{{#ifeq:{{{12}}}|{{{12|x}}}||x}}={{{12}}}}}</includeonly><noinclude> |
==Explanation== | ==Explanation== | ||
Revision as of 01:34, 21 May 2013
Explanation
This template is a copy of {{tlb}} except that it uses a non-proportional, monospaced font instead of normal text:
| Code | Result | Remark |
|---|---|---|
{{tlxb|Template name}}
|
{{Template name}}
|
|
{{tlxb|Template name|parameter1|parameter2}}
|
{{Template name|parameter1|parameter2}}
|
|
{{tlxb|Template name|parm1|parm2{{=}}foo}}
|
{{Template name|parm1|parm2=foo}}
|
Equal signs need to be escaped using {{=}}.
|
{{tlxb}}
|
{{[[Template:|]]}}
|
This actually substitutes the current page name. Useful as a self-reference; won't be linked. |
I.e., it's a {{tl}}-style template-link tag that boldfaces the template name, and accepts parameters. Its main use is in distinguishing between multiple templates with similar names, in documentation, talk page discussions, etc.
The rest of the documentation is for {{tlx}}, which works the same way (although it doesn't currently behave sanely when no parameters are given; use {{tlu}} instead).
| Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Subpages of this template. |