Template:Tlx: Difference between revisions

From PZwiki
m (minor)
m (Automated Formatting for Infobox and Section Headers)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{Documentation/sandbox|doc =
{{Documentation/sandbox|doc =
'''Template link expanded''', shortened to {{tlx|tlx}}, is used to provide stylized formatting to template displays without actually using the template itself. The code generated will be displayed inline.
'''Template link expanded''', shortened to {{tll|tlx}}, is used to provide stylized formatting to template displays without actually using the template itself. The code generated will be displayed inline.
 
==Usage==
==Usage==
===Parameters===
===Parameters===
;<code>1</code> <sup>(required)</sup>
;<code>1</code> {{sup|required}}
:The name of the template to be displayed.
:The name of the template to be displayed.
;<code>2</code> - <code>12</code>
;<code>2</code> - <code>12</code>
Line 14: Line 15:


==Examples==
==Examples==
*<code><nowiki>{{tlx|tlx|About}}</nowiki></code> -> {{tlx|About}}
*{{tll|tlx|About}} -> {{tlx|About}}
*<code><nowiki>{{tlx|tlx|About|Use1}}</nowiki></code> -> {{tlx|About|Use1}}
*{{tll|tlx|About|Use1}} -> {{tlx|About|Use1}}
*<code><nowiki>{{tlx|tlx|About|subst=1}}</nowiki></code> -> {{tlx|About|subst=1}}
*{{tll|tlx|About|subst{{=}}1}} -> {{tlx|About|subst=1}}
*<code><nowiki>{{tlx|tlx|About|SISTER=mw:}}</nowiki></code> -> {{tlx|About|SISTER=mw:}}
*{{tll|tlx|About|SISTER{{=}}mw:}} -> {{tlx|About|SISTER=mw:}}


{{Translation guide}}
{{Translation guide}}
Line 23: Line 24:
==See also==
==See also==
*{{ll|Template:Localized link}}
*{{ll|Template:Localized link}}
*{{ll|Template:Tll}}
*[[mw:Template:Tlx]]
*[[mw:Template:Tlx]]
}}
}}
{{ll|Category:Metatemplates}}
{{ll|Category:Metatemplates}}
</noinclude><includeonly><code><nowiki>{{</nowiki>{{#if:{{{subst|}}}|[[mw:Help:Substitution|subst]]:}}[[{{{SISTER|}}}{{ns:Template}}:{{{1|[[Category:Incorrect template usage]]}}}|{{{1|}}}]]<!--
</noinclude><includeonly><code>{{<nowiki/>{{#if:{{{subst|}}}|[[mw:Help:Substitution|subst]]:}}[[{{{SISTER|}}}{{ns:Template}}:{{{1|[[Category:Incorrect template usage]]}}}|{{{1|}}}]]<!--
-->{{#if:{{{2|}}}|{{!}}{{{2}}}
-->{{#if:{{{2|}}}|{{!}}{{{2}}}
}}{{#if:{{{3|}}}|{{!}}{{{3}}}
}}{{#if:{{{3|}}}|{{!}}{{{3}}}
Line 38: Line 40:
}}{{#if:{{{11|}}}|{{!}}{{{11}}}
}}{{#if:{{{11|}}}|{{!}}{{{11}}}
}}{{#if:{{{12|}}}|{{!}}''...''
}}{{#if:{{{12|}}}|{{!}}''...''
}}<nowiki>}}</nowiki></code></includeonly>
}}<nowiki/>}}</code></includeonly>

Latest revision as of 11:37, 7 March 2024

Notebook.pngTemplate Documentation

Template link expanded, shortened to {{tlx}}, is used to provide stylized formatting to template displays without actually using the template itself. The code generated will be displayed inline.

Usage

Parameters

1 Required
The name of the template to be displayed.
2 - 12
Parameters to be displayed within the template.
subst
If not empty, will display a link to the template with the subst: prefix.
SISTER
Interwiki prefix for the template. e.g. mw:.

Examples

How to translate

This template doesn't need to/shouldn't be translated, but you can translate the documentation of this template with the following steps:

  1. Create a subpage of this template with the language code of the language you want to translate to.
  2. Copy the code wrapped in the <noinclude> tag in this template into the page you created.
    {{Translation guide}} template should be removed from the translated documentation.
  3. Translate the page according to the translation requirements of normal pages.

See also

Editors can experiment in this template's sandbox.