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>