Template:Template link: Difference between revisions
Page last edited 5 months ago by Xeverything11
Sections
mhdev>Pppery m 46 revisions imported from wikipedia:Template:Template_link |
mhdev>DanDaMiniFig No edit summary |
||
Line 1: | Line 1: | ||
{{[[Template:{{{1}}}|{{{1}}}]]}};<noinclude>{{documentation}} | |||
<!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> | <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> | ||
</noinclude> | </noinclude> |
Revision as of 07:25, 19 February 2025
{{[[Template:{{{1}}}|{{{1}}}]]}};
Template documentation
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.