Template:Template link with bold

Nothing to hide, but nothing to show you either.
Revision as of 19:38, 19 May 2013 by wikipedia>Patrick87 (Undid revision 555829915 by Patrick87 (talk) Changed tlg so first parameter actually can be empty)
Jump to navigation Jump to search


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 link with bold}} 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. 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).