GaryJJSpate (talk | contribs) No edit summary Tag: Reverted |
GaryJJSpate (talk | contribs) No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<includeonly><code>{{'''[[Template:{{{1}}}|{{{1}}}]]'''}}</code></includeonly><noinclude> | <includeonly><code>{{'''[[Template:{{{1}}}|{{{1}}}]]'''}}</code></includeonly><noinclude> | ||
== Template:Tl == | == Template:Tl == | ||
Displays a formatted, non-executing link to another template's name — for example, writing <code><nowiki>{{tl| | Displays a formatted, non-executing link to another template's name — for example, writing <code><nowiki>{{tl|CTA}}</nowiki></code> renders as the small text <code>{{CTA}}</code>, styled as code and linking through to that template's own page. It does not transclude, run, or display any output from the template being referenced — it only ever shows its bracketed name as clickable text. | ||
For showing a full example call with parameters (not just the bare name), use {{tl|Tlx}} instead. | For showing a full example call with parameters (not just the bare name), use {{tl|Tlx}} instead. | ||
| Line 7: | Line 7: | ||
'''Usage:''' | '''Usage:''' | ||
<pre> | <pre> | ||
{{Tl| | {{Tl|CTA}} | ||
</pre> | </pre> | ||
Renders as: <code>{{ | Renders as: <code>{{CTA}}</code> (a small piece of linked text — not an actual call-to-action strip, not any kind of rendered output) | ||
=== Parameters === | === Parameters === | ||
Revision as of 02:59, 22 July 2026
Template:Tl
Displays a formatted, non-executing link to another template's name — for example, writing {{tl|CTA}} renders as the small text
, styled as code and linking through to that template's own page. It does not transclude, run, or display any output from the template being referenced — it only ever shows its bracketed name as clickable text.
For showing a full example call with parameters (not just the bare name), use {{Tlx}} instead.
Usage:
{{Tl|CTA}}
Renders as:
(a small piece of linked text — not an actual call-to-action strip, not any kind of rendered output)
Parameters
- 1 — required. The template name to display and link to (without the
Template:prefix)