You are not currently logged in. Are you accessing the unsecure (http) portal? Click here to switch to the secure portal. |
Template:Tn/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:Tn. It contains usage information, categories, interlanguage links and other content that is not part of the original template page. |
This template is used similarly to {{tl}}, to show the name of a template with the open and close braces around it. But this macro makes the inner braces part of the link, whereas {{tl}} does not make the braces part of the link. This is to allow shorter template names to be easier to click on. The "Tn" name is short for Template name.
Usage
{{tn|name}}
It will render this:
- {{name}}
Compare with:
{{tl|name}}
Which renders this:
- {{name}}
See also
There are several similar templates, these two lists most of them with some examples:
Template linking templates
Link Style | Linked | Unlinked | Linked with subst: | Linked including braces | Linked with alternative text | |
---|---|---|---|---|---|---|
Text Style | {{tlg}} option
|
-- | nolink=yes
|
subst=yes
|
braceinside=yes
|
alttext=FOO
|
Normal | -- | {{tl}} , {{tlp}} ; {{tlg}}
|
{{tlf}}
|
{{tls}} , {{tlsp}}
|
{{tn}}
|
{{tla}}
|
Teletype | tt=yes
|
{{tlx}}
|
{{tld}}
|
{{tlxs}}
|
||
Bold | bold=yes
|
{{tlb}}
|
||||
Bold Teletype | bold=yes|tt=yes
|
{{tlxb}}
|
||||
Italic Teletype | italic=yes|tt=yes
|
{{tlxi}}
|
||||
Code
|
code=yes
|
{{tlc}}
|
NOTE:
{{tlg}}
is the most general, allowing any combination of the above options.