Difference between revisions of "Template:Tl/doc"

From Mystcraft
Jump to: navigation, search
m (2 revisions imported: Importing old wiki)
 
Line 1: Line 1:
{{doc/start}}
 
 
{{Tl|Tl}} is a simple macro template used to display a template name as a displayed formatted template, with the template linked inside: '''tl''' stands for '''t'''emplate '''l'''ink. It is meant to be used on internal pages and template documentation to show simple templates with up to three variables supported.
 
{{Tl|Tl}} is a simple macro template used to display a template name as a displayed formatted template, with the template linked inside: '''tl''' stands for '''t'''emplate '''l'''ink. It is meant to be used on internal pages and template documentation to show simple templates with up to three variables supported.
  
 
* <code><nowiki>{{tl|cleanup}}</nowiki></code> generates {{tl|cleanup}}.
 
* <code><nowiki>{{tl|cleanup}}</nowiki></code> generates {{tl|cleanup}}.
 
* {{tt|<nowiki>{{tl|tt|some code here}}</nowiki>}}generates {{tl|tt|some code here}}
 
* {{tt|<nowiki>{{tl|tt|some code here}}</nowiki>}}generates {{tl|tt|some code here}}
{{doc/end}}
 

Latest revision as of 15:18, 25 May 2018

{{Tl}} is a simple macro template used to display a template name as a displayed formatted template, with the template linked inside: tl stands for template link. It is meant to be used on internal pages and template documentation to show simple templates with up to three variables supported.

  • {{tl|cleanup}} generates {{cleanup}}.
  • {{tl|tt|some code here}}generates {{tt|some code here}}