Template:Tl/doc: Difference between revisions

From BoyWiki
(New page: The template link template is a simple macro template 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 ...)
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
The template link template is a simple macro template 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. A short example is that the code:
<noinclude>{{documentation subpage}}</noinclude>
  {{Tl|Example}}
The template link template is a simple macro template 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.
<Br>
'''Example:'''
<Pre>
  {{Tl|Pp-template}}
</Pre>

Latest revision as of 15:41, 19 December 2012

The template link template is a simple macro template 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.
Example:

 {{Tl|Pp-template}}