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 usage
{{Tl|t}}
{{t}}
{{Tl|t|foo|bar|baz}}
{{t|foo|bar|baz}}
If more than ten parameters are necessary, manually append more to the last parameter using |
. Otherwise, any parameters beyond the tenth will be replaced with "...".
{{Tl|Tl|t|1|2|3|4|5|6|7|8|9|10|11|12}}
{{t|1|2|3|4|5|6|7|8|9|10|...}}
{{Tl|Tl|t|1|2|3|4|5|6|7|8|9|10|11|12}}
{{t|1|2|3|4|5|6|7|8|9|10|11|12}}
The above documentation is transcluded from Template:Template link/doc. (edit | history) Please add categories to the /doc subpage. Subpages of this template. |
|
Community content is available under CC-BY-SA unless otherwise noted.