Template:Tl
From Absit Omen Lexicon
(Redirected from Template:T1)
{{[[Template:{{{1}}}|{{{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:
{{Tl|documentation}}
- generates
- {{documentation}}
See also
- {{tl|documentation}} produces: {{documentation}}
- {{tlf|documentation}} produces: {{documentation}}
- {{tlx|documentation}} produces:
{{documentation}}
- {{tnull|documentation}} produces: {{documentation}}
For parameter description,
- {{para|<var>name</var>|value}} renders:
|name=value
The above documentation is transcluded from Template:Tl/doc. (edit | history) |