Terraria Mods Wiki
Register
Advertisement

This template returns an exemplary use of a template while linking to the template description page, if the template exists. It can also handle parser functions.

Usage[]

All parameters are optional.

  • Templates: {{ tl | <template name> | <template parameter 1> | ... | <template parameter n> | nl = y }}
  • Parser functions: {{ tl | #<parser function name>: | <parser function parameter 1> | ... | <parser function parameter n> | nl = y }}


First unnamed parameter

Template (without the Template: prefix) or parser function name. The colon at the end of the parser function's name may be omitted, or it may immediately be followed by the parser function's first parameter.

Unnamed parameters

Other parameters, ad infinitum.

nl

Set this parameter to suppress the link to the template/parser function documentation (see also {{t}}). Links to parser function documentation are stored in Template:Tl/parser function links.

Notes[]

  • To display named parameters or to otherwise include equals signs, use {{=}}. Unescaped equals signs will cause the entire parameter to be hidden.

Examples[]

Code Result
{{tl|stub}} {{stub}}
{{tl|stub|1}} {{stub|1}}
{{tl|stub|1|2}} {{stub|1|2}}
{{tl|#if}} {{#if:}}
{{tl|#if:}} {{#if:}}
{{tl|#if:condition}} {{#if:condition}}
{{tl|#if:condition|then|else}} {{#if:condition|then|else}}
{{tl|#listmap:|list{{=}}1, 2, 3}} {{#listmap:|list=1, 2, 3}}

See also[]

  • Template:Tlc, which behaves identically to this template but wraps its output in <code>.
  • Template:T, which is a shortcut for {{tl|nl=y}}.
Advertisement