Anonymous
×
Create a new article
Write your page title here:
We currently have 47 articles on The Vault @ The EERIE Files. Type your article name above or click on one of the titles below and start writing!



The Vault @ The EERIE Files
Revision as of 02:09, 22 July 2026 by 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>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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|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=value directly, positional ones as plain values