Site Notice
Due to recent vandalism, all edits performed by IPs and new users will be reviewed before being published. This means it might take some time for your edit to show up.
New accounts also have to be confirmed before being created.
If you have any questions, contact one of the staff members on their talk page, or on the Discord server.

Template:Tl

From KHUX Wiki
Jump to navigation Jump to search

{{[[Template:{{{1}}}|{{{1}}}]]}}

Template documentation follows
Note: the template above may sometimes be partially or fully invisible.
Visit Template:Tl/doc to edit this documentation. (How does this work?)


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:

{{tl|KHUX}}
which generates
{{KHUX}}

More complex variations are described below.

Example[edit]

Code Result Notes
{{tl|Void}} {{Void}} Standard usage
{{tls|Void}} {{subst:Example}} For templates that should be substituted
{{tl2|X1}} {{X1}} This formats the link to show how it would look in code
{{tl2|SISTER=M:|3x}} {{3x}} Same as above, for templates on another Wikimedia project (such as meta)
{{tl2|SISTER=wikibooks|LANG=de:|WP}} {{WP}} For templates on another language project
{{tl|1==)}} {{=)}} Use the format {{tl|1=templatename}} if the template contains template coding characters such as {{=)}} or {{!}}