Template:T0
The {{T}} template creates a formatted link to a Template.
The T0 template creates a formatted link to a template without surrounding braces.
Usage
{{T0 |1= }}
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | template name (any namespace is ignored) | T0 | optional | |
2 | display name (displayed as-it-is) | parameter 1 | optional | |
3lang | interwiki language code (ISO 639), if the template is in another Wikipedia can also be specified with lang= | empty | optional | |
4 | +/- to precede the template name with the namespace Template:
(when both signs are specified, "+" has precedence). | empty | optional | |
incli | i or incl is a one-digit formatting option:
| 8 | optional | |
code | any value, for a surrounding <code> tag (like {{Tl2}}).With code=tt also the surrounding brackets are in teletype style. | empty | optional | |
link | returns plain text instead of a link when set to link=no | empty | optional | |
case | for formatting of the namespace prefix:
| empty | optional | |
i18n | another language than {{int:lang}} for namespace translation (when case=i or case=n) | en | optional | |
parm | to display templates parameters (like {{Tlx}}) Usage e.g.
| empty | optional | |
full | expanded display: Template:{{Example}} (like {{Lts}}) request this expansion with either full=5 or 5=full. | empty | optional | |
Additional information
The template is intended to be used in the following namespaces: all namespaces
The template is intended to be used by the following user groups: all users
Localization
This template is not intended to be localized.
The template does not generate any localizable text;
with + or - always the namespace in English: "Template" is displayed;
only in combination with case=i or case=n the namespace can be translated using the {{LangSwitch}} construct (according to i18n).
[ subpage]
Note: The templates T, T0, T1, T2, Tl, T9 use the same main template with the only difference of the default value for the parameter incl=.
| Template | i | appearance |
|---|---|---|
| T | 2 | {{T}} |
| T0 | 8 | T0 |
| T1 | 1 | {{T1}} |
| T2 | 0 | {{T2}} |
| Tl | 3 | {{Tl}} |
| T9 | 9 | T9 |
| This means that each of them can be converted into each one of the others by just replacing that parameter: | |||
| T | {{T0|1={{{1|}}}|2={{{2|}}}|3={{{3|{{{lang|}}}}}}|i={{{i|{{{incl|2}}}}}}|code={{{code|}}}}} | T0 | |
| T0 | {{T0|1={{{1|}}}|2={{{2|}}}|3={{{3|{{{lang|}}}}}}|i={{{i|{{{incl|8}}}}}}|code={{{code|}}}}} | T0 | |
| T1 | {{T0|1={{{1|}}}|2={{{2|}}}|3={{{3|{{{lang|}}}}}}|i={{{i|{{{incl|1}}}}}}|code={{{code|}}}}} | T0 | |
| T2 | {{T0|1={{{1|}}}|2={{{2|}}}|3={{{3|{{{lang|}}}}}}|i={{{i|{{{incl|0}}}}}}|code={{{code|}}}}} | T0 | |
Tl | {{T0|1={{{1|}}}|2={{{2|}}}|3={{{3|{{{lang|}}}}}}|i={{{i|{{{incl|3}}}}}}|code={{{code|}}}}}}} | T0 | |
| T9 | {{T0|1={{{1|}}}|2={{{2|}}}|3={{{3|{{{lang|}}}}}}|i={{{i|{{{incl|9}}}}}}|code={{{code|}}}}} | T0 | |
Examples
- {{T0|information}} → Information
- {{T0}} → T0
- {{T0|coltit}} → Coltit
- {{T0|Coltit|incl=0}} → Coltit
- {{T0|Coltit|incl=1}} → Coltit
- {{T0|Coltit|incl=2}} → Coltit
- {{T0|Coltit|incl=3}} → {{Coltit}}
- {{T0|Coltit|incl=4}} → Coltit
- {{T0|Coltit|incl=5}} → Coltit
- {{T0|Coltit|incl=6}} → Coltit
- {{T0|Coltit|incl=8}} → Coltit
- {{T0|Coltit|incl=9}} → Coltit
- {{T0|Coltit|coltit}} → coltit
- {{T0|Coltit|test|it}} → test
- {{T0|Coltit|3=de}} → Coltit
- {{T0|{U|parm=user name}} → U|user name
- {{T0|U|parm=1=user name}} → U|1=user name
with code=y
- {{T0|user|code=y|parm=|1=|2=|parameter=}} →
User|1=|2=|parameter= - {{T0|user|code=y|parm=1=|2=|parameter=}} →
User|1=|2=|parameter=no pipe - {{T0|coltit|code=y}} →
Coltit - {{T0|Coltit|coltit|code=y}} →
coltit - {{T0|Coltit|color titling|en|code=y}} →
color titling - {{T0|Coltit|3=de|code=y}} →
Coltit
with namespace
- {{ T0 | Tle | - }} → Template:Tle
- {{ T0 | Tle | + }} → Template:Tle
The parameter case (with the other parameters supporting it) intends to be rarely used, but when in a textual environment a special appearance is desired, with the namespace prefix in different formats, the following concealed tables shows the possibilities. All combinations are possible but not every one is useful.
| Table: different displays for {{T0}} with the namespace option | |
|---|---|
| {{ T0 | example }} this is the standard | Example |
| {{ T0 | example | - }} | Template:Example |
| {{ T0 | example | - | case = l }} | template:Example |
| {{ T0 | example | - | case = i }} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:Example |
| {{ T0 | example | - | case = n }} | template:Example |
| {{ T0 | Example | + }} | Template:Example |
| {{ T0 | example | + | case = l }} | template:Example |
| {{ T0 | example | + | case = i }} | template:Example |
| {{ T0 | example | + | case = n }} | template:Example |
| {{ T0 | Example | link = n }} | Example |
| {{ T0 | Example | - | link = n }} | Template:Example |
| {{ T0 | example | - | link = n | case = l }} | template:Example |
| {{ T0 | example | - | link = n | case = i }} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:Example |
| {{ T0 | example | - | link = n | case = n }} | template:Example |
| {{ T0 | example | + | link = n }} | Template:Example |
| {{ T0 | example | + | link = n | case = l }} | template:Example |
| {{ T0 | example | + | link = n | case = i }} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:Example |
| {{ T0 | example | + | link = n | case = n }} | template:Example |
| Large table with displays for {{T0}} with the namespace option | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| link | ns | case | i= | i=0 | i=1 | i=2 | i=3 | i=4 | i=5 | i=6 | i=8 | i=9 |
| T0 | {{T0}} | {{T0}} | {{T0}} | {{T0}} | {{T0}} | {{T0}} | {{T0}} | T0 | T0 | |||
| + | Template:T0 | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:T0 | Template:T0 | ||
| + | l | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 | |
| + | i | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 | |
| + | n | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 | |
| - | Template:T0 | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:T0 | Template:T0 | ||
| - | l | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 | |
| - | i | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 | |
| - | n | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 | |
| no | T0 | {{T0}} | {{T0}} | {{T0}} | {{T0}} | {{T0}} | {{T0}} | {{T0}} | T0 | T0 | ||
| no | + | Template:T0 | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:T0 | Template:T0 | |
| no | + | l | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 |
| no | + | i | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 |
| no | + | n | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 |
| no | - | Template:T0 | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:{{T0}} | Template:T0 | Template:T0 | |
| no | - | l | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 |
| no | - | i | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:{{T0}} | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 | LangSwitch Error: no defaultCategory:LangSwitch template without default version:T0 |
| no | - | n | template:T0 | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:{{T0}} | template:T0 | template:T0 |
[ subpage]
Template links
| Code | Result | Notes | lock |
|---|---|---|---|
|
{{T|example}} |
{{Example}} | makes brackets part of the link | |
|
{{T0|example}} |
Example | just link, without the brackets | |
|
{{T1|example}} |
{{Example}} | inner brackets are part of the link | |
|
{{T2|example}} |
{{Example}} | brackets are not a part of the link | |
|
{{Tl|example}} |
{{Example}} | makes brackets around the link | |
|
{{Tlr|User:Example}} |
{{User:Example}} | like {{tl}} but for any namespace | |
|
{{Tls|example}} |
{{subst:example}} | no parameters, adds "subst:" | |
| Templates showing parameters Meta template {{Tle}} is easiest to parametrize. | |||
|
{{Tle|T=F|p1=1|v1|p2=2|v2|p3=3|v3}} |
{{ F | 1 = v1 | 2 = v2 | 3 = v3 }} | describes template parameters by names and values | |
|
{{Tlx|example|1|2|3|4|5||7|8|9}} |
{{example|1|2|3|4|5|7|8|...}} | up to 8 parameters | |
|
{{Tlf|example|1|2|3|...up to 8}} |
{{example|1|2|3|...up to 8}} | up to 8 parameters, no link | |
|
{{Tlc|example|1|2|3|4|||7|up to 8|9 is ignored.}} |
{{example|1|2|3|4|||7|up to 8}} | up to 8 parameters, no link, <code> style | |
|
{{Tld|example|1|2||3||}} |
{{example|1||2|3||}} | up to 8 parameters, <code> style[clarification needed] | |
|
{{Tlsu|User:Example}} |
{{subst:User:Example}} | like {{Tls}}, but supporting parameters | |
| Alternative forms These ignore empty parameters. | |||
|
{{Tlp|example|1|2|3|4|5||7|8|9 is ignored.}} |
{{example|1|2|3|4|5|7|8}} | up to 8 parameters; ignores empty parms | |
|
{{Tl2|example|p1|p2}} |
{{example|p1|p2}} | up to 2 parameters, <code> style | |
|
{{Tlsp|example|1|2|3|4|5|6|7|8|9}} |
{{subst:example|1|2|3|4|5|6|7|8|...}} | up to 8 parameters, adds linked "subst:" | |
|
{{Tlsx|example|1|2|3|4|5|6 and above are ignored.|7}} |
{{subst:example|1|2|3|4|5|...}} | up to 5 parameters, adds linked "subst:", <code> style | |
General-purpose formatting
| Text style ↓ | {{tlg}} options[note 1] to achieve text style |
Link style | ||||
|---|---|---|---|---|---|---|
| Linked | Unlinked | Linked with subst | Unlinked with subst | Linked including braces | ||
| {{tlg}} options[note 1] to achieve link style |
N/A | DEFAULT | nolink=yes |
subst=yes |
nolink=yes |
braceinside=yes |
| normal | DEFAULT |
|
|
N/A | ||
code |
code=yes |
|
|
N/A | ||
| monospace | mono=yes |
N/A | N/A | |||
plaincode |
plaincode=yes | |||||
| kbd[clarification needed] | kbd=yes | |||||
- 1 2 3
{{tlg}}is the most general template, allowing any combination of text style and/or link style options. - 1 2 3 4 5 Prevents wrapping of text by placing it inside
<span class="nowrap">...</span>tags. - 1 2 3 Allows links to templates in any namespace.
- 1 2 3 4 Displays monospaced font using
<span style="font-family: monospace;">...</span>. - ↑
{{tlg|plaincode=yes}}uses<code style="border: none; background-color: transparent;">...</code>. - ↑
{{tlg|kbd=yes}}uses<kbd>...</kbd>.