Template:Template link with bold: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Benwing copy doc from {{tl|tlxb}} |
meta>Benwing rewrite using {{tlx|tlg}} |
||
Line 1: | Line 1: | ||
<includeonly | <includeonly>{{Tlg|bold=yes|subst={{{subst|}}}|LANG={{{LANG|}}}|SISTER={{{SISTER|}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}|{{{10|}}}|{{{11|}}}|{{{12|}}}}}</includeonly><noinclude> | ||
==Explanation== | ==Explanation== |
Revision as of 00:16, 11 May 2011
Explanation
This template is a copy of {{tlxb}} except that it uses normal text instead of non-proportional, monospaced text:
Code | Result | Remark |
---|---|---|
{{tlb|Template name}}
|
{{Template name}} | |
{{tlb|Template name|parm1|parm2}}
|
{{Template name|parm1|parm2}} | |
{{tlb|Template name|parm1|parm2{{=}}foo}}
|
{{Template name|parm1|parm2=foo}} | Equal signs need to be escaped using {{=}} .
|
{{tlb}}
|
{{[[Template:|]]}} | This actually substitutes the current page name. Useful as a self-reference; won't be linked. |
{{tlb|SISTER=m:|3x}}
|
{{3x}} | Link to page on another wiki. |
I.e., it's a {{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 {{tlx}}, which works the same way (although it doesn't currently behave sanely when no parameters are given; use {{tlu}} instead).