m interwiki +or
Xeverything11 (talk | contribs)
m 247 revisions imported from mhdev:Template:Template_link/doc
 
(212 intermediate revisions by more than 100 users not shown)
Line 1: Line 1:
<includeonly>:''This template documentation is [[Wikipedia:Template doc page pattern|transcluded]] from [[Template:Tl/doc]]'' [<span class="plainlinks">[{{fullurl:Template:Tl/doc|action=edit}} edit]</span>]</includeonly><noinclude>
{{Documentation subpage}}
<!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE -->
<!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]). -->
{{Interwikitmp-grp|Tl/doc }}</noinclude>
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.


=Documentation=
==Examples==
An example of its use is:


{{Tlx|Tl}} is used to display a template name as a link. '''Tl''' stands for '''Template link'''.
::<code><nowiki>{{tl|Example}}</nowiki></code>
:which generates
== Usage ==
::{{tl|Example}}


<pre>{{Tl|template name to display}}</pre>


== Example ==
== TemplateData ==
{| class="wikitable"
<templatedata>{
! Code
"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.",
! Result
"params": {
|-
"1": {
| <code><nowiki>{{Tl|tfd}}</nowiki></code>
"label": "template name",
| {{[[Template:tfd|tfd]]}}
"description": "positional parameter: the template name without the namespace prefix “Template:”, which is added automatically",
|}
"type": "wiki-template-name",
"required": true
}
}
}</templatedata>


== See also ==
== See also ==
* {{Lts|tl}} - links and edit history of this template.
* {{tl|tlx}} to produce a [t]emplate [l]ink with an e[x]panded number of parameters.
* {{Lts|tlp}} - Template link, with single parameter.
<includeonly>[[Category:link templates]]</includeonly>
* {{Lts|tlx}} - Template link, up to three parameters.
* {{Lts|tlsp}} - Template link, ditto subst'ed.
* {{Lts|lts}} - see Lts discussion for more variants.
* {{Lts|tlu}} - like {{tlx|tl}} / {{tlx|tlp}} for any namespace.
* {{Lcs|Internal link templates}}
 
<includeonly>
{{interwikitmp-grp|!Template:Tl }}
 
<!-- ADD CATEGORIES BELOW THIS LINE -->
[[Category:Internal link templates|Tl]]
[[Category:Miscellaneous templates|Tl]]
 
<!-- ADD INTERWIKIS BELOW THIS LINE -->
[[az:Şablon:ŞK]]
[[bg:Шаблон:Ш]]
[[ca:Plantilla:Tl]]
[[cs:Šablona:Šablona]]
[[eo:Ŝablono:Ŝ]]
[[es:Plantilla:Template link]]
[[fa:الگو:الگوی]]
[[fi:Malline:Malline]]
[[fr:Modèle:M]]
[[he:תבנית:תב]]
[[ia:Patrono:Tl]]
[[ka:თარგი:Tl]]
[[ko:틀:Tl]]
[[kw:Template:Viz]]
[[or:Template:Tl]]
[[pl:Szablon:S]]
[[pt:Predefinição:Link para predefinição]]
[[ru:Шаблон:Tl]]
[[sl:Predloga:Tl]]
[[sv:Mall:Mall]]
[[th:แม่แบบ:Tl]]
[[uk:Шаблон:Tl]]
[[vi:Tiêu bản:Tl]]
[[zh:Template:Tl]]
[[zh-yue:Template:Tl]]
</includeonly>

Latest revision as of 07:43, 8 April 2025

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.

Template parameters

ParameterDescriptionTypeStatus
template name1

positional parameter: the template name without the namespace prefix “Template:”, which is added automatically

Templaterequired

See also

  • {{tlx}} to produce a [t]emplate [l]ink with an e[x]panded number of parameters.