Template:Template link with bold: Difference between revisions

Nothing to hide, but nothing to show you either.
Jump to navigation Jump to search
Content added Content deleted
(→‎Explanation: doc clarification)
(moving documentation to /doc page)
Line 12: Line 12:
-->|12{{#ifeq:{{{12}}}|{{{12|x}}}||x}}={{{12}}}}}<noinclude>
-->|12{{#ifeq:{{{12}}}|{{{12|x}}}||x}}={{{12}}}}}<noinclude>


{{Documetnation}}
==Explanation==


<!-- Add categories to the /doc subpage, not here! -->
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:
{| class="wikitable"
! 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.
|}

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).

{{Documentation|Template:Tlx/doc}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Revision as of 12:23, 18 May 2014