Template:Template link with bold: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Patrick87
Default parameter value shouldn't be empty since tlg allows empty parameters now
meta>Patrick87
first parameter mustn't be empty
Line 1: Line 1:
<includeonly>{{Tlg|bold=yes|subst={{{subst|}}}|{{{1}}}<!--
<includeonly>{{Tlg|bold=yes|subst={{{subst|}}}<!--
-->{{#if:{{{1|}}}|&#124;{{{1}}}}}<!--
-->{{#ifeq:{{{2|}}}|{{{2|x}}}|&#124;{{{2}}}}}<!--
-->{{#ifeq:{{{2|}}}|{{{2|x}}}|&#124;{{{2}}}}}<!--
-->{{#ifeq:{{{3|}}}|{{{3|x}}}|&#124;{{{3}}}}}<!--
-->{{#ifeq:{{{3|}}}|{{{3|x}}}|&#124;{{{3}}}}}<!--

Revision as of 19:16, 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}} {{subst:Template:Template link with bold}}
{{tlb|Template name|parm1|parm2}} {{subst:Template:Template link with bold}}
{{tlb|Template name|parm1|parm2{{=}}foo}} {{subst:Template:Template link with bold}} Equal signs need to be escaped using {{=}}.
{{tlb}} {{Template: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).