Шаблон:Tl
Перейти до навігації
Перейти до пошуку
Документація Наведена нижче документація запозичена з «Шаблон:Tl/doc». (редагувати | історія)
[оновити]
Для більш повної чи актуальної інформації ви можете переглянути документацію англійською.
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
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.
Template:
- 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}} |
{{#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}} |