Template:Tl

From Verdict Wiki
Jump to navigation Jump to search

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

Purpose[edit]

{{Tl}} is used to display a template name as a link. Tl stands for Template link.

Tl can currently handle 8 additional parameters that are simply displayed as given.

NOTE
The equals sign ("=") cannot be included directly because templates use equal signs to delimit named parameters. Replace any equal signs with their HTML entity representation: =.

Usage[edit]

{{subst:Tl|template name to display}}
{{tl|template name to display}}

Example[edit]

Code Result
{{subst:Tl|Center}} {{Center}}
{{tl|Userbox Server|Heroes|Freedom}} {{Userbox Server|Heroes|Freedom}}
{{tl|SlashCommand|command=bind|options=key commands}} {{SlashCommand|command=bind|options=key commands}}