Template:Template link

From Predecessor Wiki
(Redirected from Template:Tl)
Jump to navigation Jump to search
Template-info.svg Documentation

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}}