Template:Tl
Jump to navigation
Jump to search
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. Links to parser function documentation are stored in Template:Tl/parser function links.
- code
Set this parameter to wrap the output in <code> tags.
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|nl=y|stub|1|2}} |
{{stub|1|2}}
|
{{tl|code=y|stub|1|2}} |
{{stub|1|2}}
|
{{tl|nl=y|code=y|stub|1|2}} |
{{stub|1|2}}
|
{{tl|#if}} |
{{[[Template:#if|
|
{{tl|#if:}} |
{{
|
{{tl|#if:condition}} |
{{
|
{{tl|#if:condition|then|else}} |
{{
|
{{tl|#listmap:|list{{=}}1, 2, 3}} |
{{
|
[view | edit | history | purge]The above documentation is transcluded from Template:Tl/doc.