Template:Template link/doc: Difference between revisions
Page last edited 5 months ago by Xeverything11
Sections
mhdev>Pppery m 243 revisions imported from wikipedia:Template:Template_link/doc |
mhdev>Pppery No edit summary |
||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). --> | <!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). --> | ||
The '''template link''' (or "tl") template is a simple [[w:Macro (computer science)|macro]] [[m:Help:template|template]] used to display a template name as a link surrounded by braces, thus showing the template name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a template by name without invoking it. | |||
The '''template link''' template is a simple [[w:Macro (computer science)|macro]] [[m:Help:template|template]] used to display a template name as a link surrounded by braces, thus showing the template name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a template by name without invoking it | |||
==Examples== | ==Examples== | ||
An example of its use is: | |||
::<code><nowiki>{{tl|Example}}</nowiki></code> | ::<code><nowiki>{{tl|Example}}</nowiki></code> | ||
Line 16: | Line 10: | ||
::{{tl|Example}} | ::{{tl|Example}} | ||
== TemplateData == | == TemplateData == | ||
<templatedata>{ | <templatedata>{ | ||
"description": "This template displays a template name as a link surrounded by braces, thus showing how the template name would be used in code. Its primary use is in instruction and documentation.", | "description": "This template displays a template name as a link surrounded by braces, thus showing how the template name would be used in code. Its primary use is in instruction and documentation.", | ||
Line 69: | Line 25: | ||
== See also == | == See also == | ||
* {{ | * {{tl|tlx}} to produce a [t]emplate [l]ink with an e[x]panded number of parameters. | ||
Revision as of 01:12, 30 September 2022
Template:Documentation subpage The template link (or "tl") template is a simple macro template used to display a template name as a link surrounded by braces, thus showing the template name as code rather than actually invoking it. Its primary use is in instruction and documentation where it is used to refer to a template by name without invoking it.
Examples
An example of its use is:
{{tl|Example}}
- which generates
- {{Example}}
TemplateData
This template displays a template name as a link surrounded by braces, thus showing how the template name would be used in code. Its primary use is in instruction and documentation.
Parameter | Description | Type | Status | |
---|---|---|---|---|
template name | 1 | positional parameter: the template name without the namespace prefix “Template:”, which is added automatically | Template | required |
See also
- {{tlx}} to produce a [t]emplate [l]ink with an e[x]panded number of parameters.