Template Documentation (sometimes hidden or invisible)
Template tools: purge • what links here • what transclude this • subpages |
Contents
![]() |
Lua}} This template makes use of the following Lua modules: Module:T |
This template creates a template link with a variable number of example parameters (0-infinite), which can be used to show example inputs.
Usage
The following parameters are supported:
- (Any number >= 2)
- Will be shown as a parameter for the template.
- prefix
- Will be added as a prefix before the template name.
- style
- If set to code, will be wrapped in
<code></code>
tags.
Examples
{{t|welcome}}
→ {{welcome}}{{t|:Main Page}}
→ {{:Main Page}}{{t|welcome|Item1|Item2|Item3|Item4|Item5|...}}
→ {{welcome|<Item1>|<Item2>|<Item3>|<Item4>|<Item5>|<...>}}{{t|welcome|Item1|3=someparam=value}}
→ {{welcome|<Item1>|someparam=<value>}}{{t|welcome|prefix=subst}}
→ {{subst:welcome}}{{t|T|prefix=#invoke}}
→ {{#invoke:T}}{{t|welcome|style=code}}
→{{welcome}}
Visit Template:T/doc to edit this text! (How does this work?) (Refresh this text - why?)
Community content is available under CC-BY-SA unless otherwise noted.