×
Create a new article
Write your page title here:
We currently have 245 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

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