Template:Tlxb: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Meteor sandwich yum
m suppress table of contents with __NOTOC__ & remove mention of interwikis (now that Wikidata is used)
meta>Redrose64
move __NOTOC__ inside the <noinclude></noinclude> otherwise it kills the TOC on every page it's used on, e.g. Wikipedia talk:WikiProject Yorkshire
Line 11: Line 11:
-->|11{{#ifeq:{{{11}}}|{{{11|x}}}||x}}={{{11}}}<!--
-->|11{{#ifeq:{{{11}}}|{{{11|x}}}||x}}={{{11}}}<!--
-->|12{{#ifeq:{{{12}}}|{{{12|x}}}||x}}={{{12}}}}}</includeonly><noinclude>
-->|12{{#ifeq:{{{12}}}|{{{12|x}}}||x}}={{{12}}}}}</includeonly><noinclude>
 
__NOTOC__
==Explanation==
==Explanation==
This template is a copy of {{tl|tlb}} except that it uses a non-proportional, monospaced font instead of normal text:
This template is a copy of {{tl|tlb}} except that it uses a non-proportional, monospaced font instead of normal text:
Line 43: Line 43:
<!-- Please add this template's categories to the /doc subpage and language links to Wikidata - thanks! -->
<!-- Please add this template's categories to the /doc subpage and language links to Wikidata - thanks! -->
</noinclude>
</noinclude>
__NOTOC__

Revision as of 10:56, 16 April 2014


Explanation

This template is a copy of {{tlb}} except that it uses a non-proportional, monospaced font instead of normal text:

Code Result Remark
{{tlxb|Template name}} {{Template name}}
{{tlxb|Template name|parameter1|parameter2}} {{Template name|parameter1|parameter2}}
{{tlxb|Template name|parm1|parm2{{=}}foo}} {{Template name|parm1|parm2=foo}} Equal signs need to be escaped using {{=}}.
{{tlxb}} {{[[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. Its 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).