Template:Tl: Difference between revisions

From My Wiki
Jump to navigation Jump to search
imported>Tlosk
mNo edit summary
Created page with "<includeonly><tt>[[Template:{{{1}}}|<nowiki>{{</nowiki>{{{1}}}<nowiki>}}</nowiki>]]</tt></includeonly><noinclude> {{Related|Wiki Templates|{{mtl|mtl}}}} == Syntax == <pre> {{tl|template name}} </pre> == Usage == Tl stands for template link and is used to display 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. See {{tl|mtl}} for a nonlink version of this templat..."
 
(One intermediate revision by one other user not shown)
Line 19: Line 19:
{{tl|Related}}
{{tl|Related}}


[[Category:Wiki Link]]
[[Category:Wiki Template]]
</noinclude>
</noinclude>

Latest revision as of 16:06, 17 January 2024

Related topics: Wiki Templates, {{mtl}}

Syntax

{{tl|template name}}

Usage

Tl stands for template link and is used to display 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. See {{mtl}} for a nonlink version of this template that can be used as a parameter that will be turned into a link.

For example:

{{tl|Related}}

displays as:

{{Related}}