Template:Template link with bold: Difference between revisions
meta>Redrose64 Undid revision 605077564 by 65.94.77.36 (talk) please don't nest documentation |
meta>SMcCandlish →Explanation: doc clarification |
||
Line 13: | Line 13: | ||
==Explanation== | ==Explanation== | ||
This template is a {{tlx|tl}}-style ''template-link'' tag that boldfaces the template name, and accepts parameters. It's the same as {{tlx|tlx}} except that it boldfaces the name of the template and uses Wikipedia's default font instead of a non-proptional, monospaced font, as used by the variant {{tlx|tlxb}}. Its main use is in highlighting to distinguish between multiple templates with similar names, on projectpages, in talk page discussions, etc. | |||
This template is a copy of {{tl|tlxb}} except that it uses normal text instead of non-proportional, monospaced text: | This template is a copy of {{tl|tlxb}} except that it uses normal text instead of non-proportional, monospaced text: | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 36: | Line 40: | ||
|} | |} | ||
I.e., it's a {{tl|tl}}-style ''template-link'' tag that boldfaces the template name, and accepts parameters | I.e., it's a {{tl|tl}}-style ''template-link'' tag that boldfaces the template name, and accepts parameters. | ||
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). | 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). |
Revision as of 12:22, 18 May 2014
Template:Template for discussion/dated{{[[Template:|]]}}
Explanation
This template is a {{tl}}
-style template-link tag that boldfaces the template name, and accepts parameters. It's the same as {{tlx}}
except that it boldfaces the name of the template and uses Wikipedia's default font instead of a non-proptional, monospaced font, as used by the variant {{tlxb}}
. Its main use is in highlighting to distinguish between multiple templates with similar names, on projectpages, in talk page discussions, etc.
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. |
I.e., it's a {{tl}}-style template-link tag that boldfaces the template name, and accepts parameters.
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).