Template:Tlx: Difference between revisions

From PZwiki
(use documentation/sandbox)
m (minor)
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 withoutactually using the template itself. The code generated will be displayed inline.
'''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.
==Usage==
==Usage==
===Parameters===
===Parameters===

Revision as of 15:30, 29 December 2023

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

  • {{tlx|tlx|About}} -> {{About}}
  • {{tlx|tlx|About|Use1}} -> {{About|Use1}}
  • {{tlx|tlx|About|subst=1}} -> {{subst:About}}
  • {{tlx|tlx|About|SISTER=mw:}} -> {{About}}

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.