GaryJJSpate (talk | contribs) Created page with "<includeonly><code>{{[[Template:{{{1}}}|{{{1}}}]]{{#if:{{{2|}}}||}}{{#if:{{{2|}}}|<nowiki>|</nowiki>{{{2}}}}}{{#if:{{{3|}}}|<nowiki>|</nowiki>{{{3}}}}}{{#if:{{{4|}}}|<nowiki>|</nowiki>{{{4}}}}}{{#if:{{{5|}}}|<nowiki>|</nowiki>{{{5}}}}}{{#if:{{{6|}}}|<nowiki>|</nowiki>{{{6}}}}}}}</code></includeonly><noinclude> == Template:Ll == Displays a formatted, non-executing example of a template call — the template name links to its own page, and the whole thing renders in <code>..." Tag: Recreated |
GaryJJSpate (talk | contribs) Fix stale CaseInfobox example; wrap in nowiki to prevent accidental live transclusion |
||
| Line 5: | Line 5: | ||
'''Usage:''' | '''Usage:''' | ||
<pre> | <pre> | ||
{{Ll| | {{Ll|InfoboxCase|name=The Grey Man|region=Cairngorms}} | ||
</pre> | </pre> | ||
Renders as: <code>{{ | Renders as: <code><nowiki>{{InfoboxCase|name=The Grey Man|region=Cairngorms}}</nowiki></code> (as plain text, not an actual transclusion) | ||
=== Parameters === | === Parameters === | ||
Latest revision as of 12:49, 5 August 2026
Template:Ll
Displays a formatted, non-executing example of a template call — the template name links to its own page, and the whole thing renders in <code> styling, showing up to five parameters exactly as passed in. Unlike {{[[Template:{{{1}}}|{{{1}}}]]}} (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.
Usage:
{{Ll|InfoboxCase|name=The Grey Man|region=Cairngorms}}
Renders as: {{InfoboxCase|name=The Grey Man|region=Cairngorms}} (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=valuedirectly, positional ones as plain values
