Template:Tlx: Difference between revisions

From PZwiki
m (added category to template. Transcluding from documentation not adding it to category??)
m (Automated Formatting for Infobox and Section Headers)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><code><nowiki>{{</nowiki>{{#if:{{{subst|}}}|[[Help:Substitution|subst]]:}}[[{{{LANG|}}}{{{SISTER|}}}{{ns:Template}}:{{{1|}}}|{{{1|}}}]]<!--
<noinclude>
-->{{#if:{{{2|}}}|
{{Documentation/sandbox|doc =
&#124;{{{2}}}
'''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.
}}<!--
-->{{#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;''...''
}}<nowiki>}}</nowiki></code></includeonly><noinclude>


{{documentation}}
==Usage==
[[Category:Metatemplates]]
===Parameters===
</noinclude>
;<code>1</code> {{sup|required}}
:The name of the template to be displayed.
;<code>2</code> - <code>12</code>
:Parameters to be displayed within the template.
;<code>subst</code>
:If not empty, will display a link to the template with the <code>subst:</code> prefix.
;<code>SISTER</code>
:Interwiki prefix for the template. e.g. <code>mw:</code>.
 
==Examples==
*{{tll|tlx|About}} -> {{tlx|About}}
*{{tll|tlx|About|Use1}} -> {{tlx|About|Use1}}
*{{tll|tlx|About|subst{{=}}1}} -> {{tlx|About|subst=1}}
*{{tll|tlx|About|SISTER{{=}}mw:}} -> {{tlx|About|SISTER=mw:}}
 
{{Translation guide}}
 
==See also==
*{{ll|Template:Localized link}}
*{{ll|Template:Tll}}
*[[mw:Template:Tlx]]
}}
{{ll|Category:Metatemplates}}
</noinclude><includeonly><code>{{<nowiki/>{{#if:{{{subst|}}}|[[mw:Help:Substitution|subst]]:}}[[{{{SISTER|}}}{{ns:Template}}:{{{1|[[Category:Incorrect template usage]]}}}|{{{1|}}}]]<!--
-->{{#if:{{{2|}}}|{{!}}{{{2}}}
}}{{#if:{{{3|}}}|{{!}}{{{3}}}
}}{{#if:{{{4|}}}|{{!}}{{{4}}}
}}{{#if:{{{5|}}}|{{!}}{{{5}}}
}}{{#if:{{{6|}}}|{{!}}{{{6}}}
}}{{#if:{{{7|}}}|{{!}}{{{7}}}
}}{{#if:{{{8|}}}|{{!}}{{{8}}}
}}{{#if:{{{9|}}}|{{!}}{{{9}}}
}}{{#if:{{{10|}}}|{{!}}{{{10}}}
}}{{#if:{{{11|}}}|{{!}}{{{11}}}
}}{{#if:{{{12|}}}|{{!}}''...''
}}<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.