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
(remove unused parameters SISTER and LANG. Tlg is able to link to any article on every project by default now.)
(Default parameter value shouldn't be empty since tlg allows empty parameters now)
Line 1: Line 1:
<includeonly>{{Tlg|bold=yes|subst={{{subst|}}}|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}|{{{5|}}}|{{{6|}}}|{{{7|}}}|{{{8|}}}|{{{9|}}}|{{{10|}}}|{{{11|}}}|{{{12|}}}}}</includeonly><noinclude>
<includeonly>{{Tlg|bold=yes|subst={{{subst|}}}|{{{1}}}<!--
-->{{#ifeq:{{{2|}}}|{{{2|x}}}|&#124;{{{2}}}}}<!--
-->{{#ifeq:{{{3|}}}|{{{3|x}}}|&#124;{{{3}}}}}<!--
-->{{#ifeq:{{{4|}}}|{{{4|x}}}|&#124;{{{4}}}}}<!--
-->{{#ifeq:{{{5|}}}|{{{5|x}}}|&#124;{{{5}}}}}<!--
-->{{#ifeq:{{{6|}}}|{{{6|x}}}|&#124;{{{6}}}}}<!--
-->{{#ifeq:{{{7|}}}|{{{7|x}}}|&#124;{{{7}}}}}<!--
-->{{#ifeq:{{{8|}}}|{{{8|x}}}|&#124;{{{8}}}}}<!--
-->{{#ifeq:{{{9|}}}|{{{9|x}}}|&#124;{{{9}}}}}<!--
-->{{#ifeq:{{{10|}}}|{{{10|x}}}|&#124;{{{10}}}}}<!--
-->{{#ifeq:{{{11|}}}|{{{11|x}}}|&#124;{{{11}}}}}<!--
-->{{#ifeq:{{{12|}}}|{{{12|x}}}|&#124;{{{12}}}}}}}</includeonly><noinclude>


==Explanation==
==Explanation==

Revision as of 19:06, 19 May 2013


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