Template:Template link general: Difference between revisions

From Mariopedia, a wiki on Mario, Yoshi, Wario, Donkey Kong, Super Smash Bros., and more!
Jump to navigationJump to search
Content added Content deleted
(one more try)
m (43 revisions imported from wikipedia:Template:Template_link_general)
 
(38 intermediate revisions by 19 users not shown)
Line 1: Line 1:
{{{{{|safesubst:}}}#Invoke:Template link general|main}}<noinclude>
__NOTOC__
{{Documentation}}
<includeonly><!--
-- begin tt face if tt=yes given
-->{{#if:{{{tt|}}}|<tt>}}<!--
-- opening brace unless braceinside=yes
-->{{#if:{{{braceinside|}}}||<nowiki>{{</nowiki>}}<!--
-- add subst prefix, if subst=yes given
-->{{#if:{{{subst|}}}|[[Help:Substitution|subst]]:}}<!--
-- begin boldface if bold=yes given
-->{{#if:{{{bold|}}}|'''}}<!--
-- begin link if not nolink=yes; add any LANG and SISTER prefixes
-->{{#if:{{{nolink|}}}||{{!(}}{{!(}}{{{LANG|}}}{{{SISTER|}}}<!--
-- specify page to link to (unless nolink=yes)
-->{{#if:{{{1|}}}|{{#if:{{{anypage|}}}||{{ns:Template}}:}}{{{1|}}}|{{FULLPAGENAME}}}}{{!}}}}<!--
-- opening brace if braceinside=yes
-->{{#if:{{{braceinside|}}}|<nowiki>{{</nowiki>}}<!--
-- surface text of link
-->{{{1|{{#ifeq:{{NAMESPACE}}|{{ns:Template}}|{{PAGENAME}}|{{FULLPAGENAME}}}}}}}<!--
-- closing brace if braceinside=yes
-->{{#if:{{{braceinside|}}}|<nowiki>}}</nowiki>}}<!--
-- end of link, unless nolink=yes
-->{{#if:{{{nolink|}}}||]]}}<!--
-- end boldface if bold=yes
-->{{#if:{{{bold|}}}|'''}}<!--
-- add the remaining parameters
-->{{#if:{{{2|}}}|
&#124;{{{2}}}
}}<!--
-->{{#if:{{{3|}}}|
&#124;{{{3}}}
}}<!--
-->{{#if:{{{4|}}}|
&#124;{{{4}}}
}}<!--
-->{{#if:{{{5|}}}|
&#124;{{{5}}}
}}<!--
-->{{#if:{{{6|}}}|
&#124;{{{6}}}
}}<!--
-->{{#if:{{{7|}}}|
&#124;{{{7}}}
}}<!--
-->{{#if:{{{8|}}}|
&#124;{{{8}}}
}}<!--
-->{{#if:{{{9|}}}|
&#124;{{{9}}}
}}<!--
-->{{#if:{{{10|}}}|
&#124;{{{10}}}
}}<!--
-->{{#if:{{{11|}}}|
&#124;{{{11}}}
}}<!--
-->{{#if:{{{12|}}}|
&#124;''...''
}}<!--
-- closing brace unless braceinside=yes
-->{{#if:{{{braceinside|}}}||<nowiki>}}</nowiki>}}<!--
-- end tt face if tt=yes given
-->{{#if:{{{tt|}}}|</tt>}}<!--
-- end
--></includeonly><noinclude>

==Explanation==
This template is a general template for inserting a template link.

copy of {{tl|tlb}} except that it uses a non-proportional, monospaced font instead of normal text:
{| class="wikitable"
! Code
! Result
! Remark
|-
| <code><nowiki>{{tlxb|Template name}}</nowiki></code>
| {{tlxb|Template name}}
|
|-
| <code><nowiki>{{tlxb|Template name|parameter1|parameter2}}</nowiki></code>
| {{tlxb|Template name|parameter1|parameter2}}
|
|-
| <code><nowiki>{{tlxb|Template name|parm1|parm2{{=}}foo}}</nowiki></code>
| {{tlxb|Template name|parm1|parm2{{=}}foo}}
| Equal signs need to be escaped using <code><nowiki>{{=}}</nowiki></code>.
|-
| <code><nowiki>{{tlxb}}</nowiki></code>
| {{tlxb}}
| This actually substitutes the current page name. Useful as a self-reference; won't be linked.
|-
| <code><nowiki>{{tlxb|SISTER=m:|3x}}</nowiki></code>
| {{tlxb|SISTER=m:|3x}}
| Link to page on another wiki.
|}

I.e., it's a {{tl|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 {{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>

Latest revision as of 12:29, April 30, 2022

{{Template:Template link general}}

Template documentation (for the above template, sometimes hidden or invisible)