Template:Tl: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Fred Gandt (talk | contribs)
Template that creates a formatted link to templates.
 
Fred Gandt (talk | contribs)
Clarify
Line 2: Line 2:
*Add as the first and only parameter, the name of another template, to create a formatted link to it.
*Add as the first and only parameter, the name of another template, to create a formatted link to it.
*Example: <code><nowiki>{{Tl|Prettytable}}</nowiki></code> produces {{[[Template:Prettytable|Prettytable]]}}.
*Example: <code><nowiki>{{Tl|Prettytable}}</nowiki></code> produces {{[[Template:Prettytable|Prettytable]]}}.
*Defaults to display itself.</noinclude>
*Defaults to display itself (i.e. <code><nowiki>{{Tl}}</nowiki></code> produces {{[[Template:Tl|Tl]]}})</noinclude>

Revision as of 05:16, 4 December 2011

{{Tl}}

  • Add as the first and only parameter, the name of another template, to create a formatted link to it.
  • Example: {{Tl|Prettytable}} produces {{Prettytable}}.
  • Defaults to display itself (i.e. {{Tl}} produces {{Tl}})