Template:CaseCard
Renders a single compact case-preview card, for use inside a vault-case-grid container alongside other CaseCard calls — used for the Main Page's "Featured Cases" section to show several highlighted entries side by side, rather than the single-entry {{Featured}}.
Usage:
<div class="vault-case-grid">
{{CaseCard
|title=Enfield Poltergeist
|link=Enfield Poltergeist
|category=Ghosts & Hauntings
|excerpt=Britain's most extensively documented poltergeist case, investigated for over a year by the Society for Psychical Research.
}}
{{CaseCard
|title=Highgate Vampire
|link=Highgate Vampire
|category=Cryptids & Folklore
|excerpt=A 1970s media sensation and a decades-long rivalry between two rival vampire hunters.
}}
</div>
Parameters
- title — required. Card heading
- link — optional. Target page, if different from the title
- category — recommended. Short badge text shown above the title
- excerpt — recommended. One or two sentences of preview text
