Template:Tl: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko (historical) (+example to handle the = sign) |
imported>Lin Chiao Feng (historical) m (→Example: Deleted empty column.) |
||
Line 29: | Line 29: | ||
| <code><nowiki>{{tl|SlashCommand|command&#61;bind|options&#61;key commands}}</nowiki></code> | | <code><nowiki>{{tl|SlashCommand|command&#61;bind|options&#61;key commands}}</nowiki></code> | ||
| {{tl|SlashCommand|command=bind|options=key commands}} | | {{tl|SlashCommand|command=bind|options=key commands}} | ||
|} | |} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Revision as of 13:53, 8 July 2007
{{[[Template:{{{1}}}|{{{1}}}]]}}
Purpose
{{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
{{subst:Tl|template name to display}} {{tl|template name to display}}
Example
Code | Result |
---|---|
Center}} | {{Center}} |
{{tl|Userbox Server|Heroes|Freedom}}
|
{{Userbox Server|Heroes|Freedom}} |
{{tl|SlashCommand|command=bind|options=key commands}}
|
{{SlashCommand|command=bind|options=key commands}} |