allowing up to 5 arguments
Xeverything11 (talk | contribs)
m 46 revisions imported from mhdev:Template:Template_link
 
(27 intermediate revisions by 20 users not shown)
Line 1: Line 1:
{{[[Template:{{{1}}}|{{{1}}}]]{{#if: {{{2|}}} | <nowiki>|</nowiki>{{{2}}} |}}{{#if: {{{3|}}} | <nowiki>|</nowiki>{{{3}}} |}}{{#if: {{{4|}}} | <nowiki>|</nowiki>{{{4}}} |}}{{#if: {{{5|}}} | <nowiki>|</nowiki>{{{5}}} |}}{{#if: {{{6|}}} | <nowiki>|</nowiki>{{{6}}}}}<noinclude>[[vi:Tiêu bản:Tl]][[fr:Modèle:M]][[pl:Szablon:S]]    [[az:Şablon:ŞK]]
<span class="nowrap">&#123;&#123;</span>[[Template:{{{1}}}|{{{1}}}]]<span class="nowrap">&#125;&#125;</span><noinclude>{{documentation}}</noinclude>
    [[ka:თარგი:Tl]][[sl:Predloga:Tl]]
    [[uk:Шаблон:Tl]] [[Category:Internal link templates|Tl]]</noinclude>

Latest revision as of 07:42, 8 April 2025

{{[[Template:{{{1}}}|{{{1}}}]]}}

Template documentation
[viewedithistorypurge]

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.