Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 21:12, 20 April 2026 by Khalid (talk | contribs) (Created page with "{{[[Template:{{{1}}}|{{{1}}}]]}}<noinclude> '''Template link''' generator for use in talk pages and documentation pages. Produces inline text that links to the named template, surrounding it with <nowiki>{{ }}</nowiki>s to make it clear it is a template and reminding users how to use curly braces for template calls. ;Example :<code><nowiki>{{tl|Reflist}}</nowiki></code> produces {{tl|Reflist}} :Note that writing <code><nowiki>{{Reflist}}</nowiki></code> would actually...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Template link generator for use in talk pages and documentation pages. Produces inline text that links to the named template, surrounding it with {{ }}s to make it clear it is a template and reminding users how to use curly braces for template calls.

Example
{{tl|Reflist}} produces {{Reflist}}
Note that writing {{Reflist}} would actually invoke the template and create a reference list rather than naming and providing a link to the template's page.

The only parameter, unnamed, is the name of the template to link to, without the word "Template".

See also {{tlx}} for an expanded version that provides for labeling unnamed parameters.