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 18:38, 21 July 2026 by GaryJJSpate (talk | contribs) (Created page with "<includeonly><div class="vault-dyk"> <span class="vault-eyebrow" style="font-family:'JetBrains Mono',monospace; font-size:0.68rem; letter-spacing:0.16em; text-transform:uppercase; color:#ffcf4d; display:block; margin-bottom:0.5rem;">Did You Know?</span> <ul> <li>...{{{1|}}}</li>{{#if:{{{2|}}}|<li>...{{{2}}}</li>}}{{#if:{{{3|}}}|<li>...{{{3}}}</li>}}{{#if:{{{4|}}}|<li>...{{{4}}}</li>}}{{#if:{{{5|}}}|<li>...{{{5}}}</li>}} </ul> </div></includeonly><noinclude> == Template:D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:DidYouKnow

Renders a "Did You Know?" fact box. Accepts up to 5 unnamed facts. Each fact is automatically prefixed with "..." so just write the fact itself, don't repeat the ellipsis.

Note: this template uses the parser function from the ParserFunctions extension. If your MediaWiki install doesn't have ParserFunctions enabled, use the simplified version below instead, or enable the extension (recommended — it's widely used and lightweight).

Usage:

{{DidYouKnow
|Kent has the second-highest number of official UFO sightings of any county in the UK, behind only London?
|the ghost story at Reculver Towers was later confirmed by an actual archaeological find beneath the ruins?
|Pluckley's "Screaming Woods" get their name from reports of disembodied screams heard by visitors for decades?
}}

Simplified version (no ParserFunctions required): replace the includeonly block with plain wikitext listing each fact manually inside the vault-dyk div, e.g.:

<div class="vault-dyk">
<ul>
<li>...fact one?</li>
<li>...fact two?</li>
</ul>
</div>