Template:Tlx
Displays a formatted, non-executing example of a template call — the template name links to its own page, and the whole thing renders in <nowiki> styling, showing up to five parameters exactly as passed in. Unlike {{Tl}} (which just links to a template's name), this shows the full call shape, parameters included, so documentation can demonstrate real usage without actually transcluding the template. The name follows standard MediaWiki convention — "template link expanded" — matching how Wikipedia and other wikis name this same kind of helper.
Usage:
{{Tlx|CategoryInfobox|name=Kent|scope=County-level hub|parent=England}}
Renders as: {{CategoryInfobox|name=Kent|scope=County-level hub|parent=England}} (as plain text — not an actual transclusion)
Parameters
- 1 — required. The template name to display (without the Template: prefix)
- 2 through 6 — optional. Parameters to display, in the order given — write named parameters as name=value directly, positional ones as plain values
