No edit summary |
m (19 revisions imported from usa:Template:Tl/doc) |
||
(9 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{doc subpage}} | {{doc subpage}} | ||
<!-- ADD DOCUMENTATION BELOW THIS LINE --> | |||
__NOTOC__ | |||
The '''template link''' template is a simple [[w:Macro (computer science)|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: | |||
::<code><nowiki>{{tl|Example}}</nowiki></code> | |||
:generates | |||
::{{tl|Example}} | |||
More complex variations are described below. | |||
===Related templates=== | |||
{{tlx|tlx}} displays with the same enhanced presentation, and also expands several 'placeholder' parameters to generate a sample template call. | |||
===Usage=== | |||
<pre> | |||
{{tl|Template name to display}} | |||
and | |||
{{tlx|Template name to display}} -- local link, just like tl. | |||
or | |||
{{tl|1==)}} -- use 1= where the template name contains an equals sign (as [[template:=)]] does). | |||
</pre> | |||
== See also == | |||
* {{tl|tlx}} | |||
<includeonly> | <includeonly> | ||
<!-- ADD CATEGORIES BELOW THIS LINE --> | <!-- ADD CATEGORIES BELOW THIS LINE --> | ||
[[Category:Typing-aid templates|{{PAGENAME}}]] | |||
[[Category:Internal link templates|{{PAGENAME}}]] | |||
<!-- ADD INTERWIKIS BELOW THIS LINE --> | <!-- ADD INTERWIKIS BELOW THIS LINE --> | ||
</includeonly> | </includeonly> |
Latest revision as of 21:01, 21 May 2020
This is a documentation subpage for . It contains usage information, categories and other content that is not part of the original template 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 use is in instruction and documentation. A short example is that the code:
{{tl|Example}}
- generates
- {{Example}}
More complex variations are described below.
Related templates
{{tlx}}
displays with the same enhanced presentation, and also expands several 'placeholder' parameters to generate a sample template call.
Usage
{{tl|Template name to display}} and {{tlx|Template name to display}} -- local link, just like tl. or {{tl|1==)}} -- use 1= where the template name contains an equals sign (as [[template:=)]] does).
See also
- {{tlx}}