|
|
(18 intermediate revisions by 10 users not shown) |
Line 1: |
Line 1: |
| <includeonly>{{Tlg|bold=yes|subst={{{subst|}}}|LANG={{{LANG|}}}|SISTER={{{SISTER|}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}|{{{10|}}}|{{{11|}}}|{{{12|}}}}}</includeonly><noinclude>
| | {{#Invoke:Template link general|main|bold=on}}<noinclude> |
| | | {{Documentation|1=Template:Tlg/doc |
| ==Explanation==
| | |content = {{tlg/doc|tlb}} |
| This template is a copy of {{tl|tlxb}} except that it uses normal text instead of non-proportional, monospaced text:
| | }} |
| {| class="wikitable"
| | <!-- Add categories to the /doc subpage, not here! --> |
| ! 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> | | </noinclude> |