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:Template:{{{1}}}|Template:{{{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|CaseInfobox|name=The Grey Man|region=Cairngorms}}
Renders as:
The Grey Man
REGIONCairngorms
(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