GaryJJSpate (talk | contribs) Created page with "<includeonly><div class="vault-infobox"> <div class="vault-infobox-header">{{{name}}}</div> {{#if:{{{image|}}}|<div class="vault-infobox-image">[[File:{{{image}}}|280px]]{{#if:{{{caption|}}}|<div class="vault-infobox-caption">{{{caption}}}</div>}}</div>}} {{#if:{{{aka|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">ALSO KNOWN AS</span><span class="vault-infobox-v">{{{aka}}}</span></div>}} {{#if:{{{classification|}}}|<div class="vault-infobox-row"><spa..." |
GaryJJSpate (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><div class="vault-infobox"> | <includeonly><div class="vault-infobox"> | ||
<div class="vault-infobox-header">{{{name}}}</div> | <div class="vault-infobox-header" style="background:#355834;">{{{name}}}</div> | ||
{{#if:{{{image|}}}|<div class="vault-infobox-image">[[File:{{{image}}}|280px]]{{#if:{{{caption|}}}|<div class="vault-infobox-caption">{{{caption}}}</div>}}</div>}} | {{#if:{{{image|}}}|<div class="vault-infobox-image">[[File:{{{image}}}|280px]]{{#if:{{{caption|}}}|<div class="vault-infobox-caption">{{{caption}}}</div>}}</div>}} | ||
Revision as of 23:55, 29 July 2026
Template:CryptidInfobox
Renders the standard right-hand infobox for cryptid articles.
Note: Requires the ParserFunctions extension for the conditionals. If ParserFunctions is unavailable, remove the ... wrappers and leave the row markup intact. Empty parameters will simply display blank values.
Usage
{{CryptidInfobox
| name = Bigfoot
| image = Bigfoot_placeholder.jpg
| caption = Composite sketch based on eyewitness descriptions
| aka = Sasquatch, Skunk Ape (regional), Yeren (regional variant)
| classification = Ape-like hominid / hominin cryptid
| region = Pacific Northwest (United States and Canada); reports across North America
| first_reported = 19th century (modern media era begins 1958)
| status = Unconfirmed
}}
Place this template at the top of a cryptid page before the article text. It floats to the right and the article will wrap around it automatically.
Parameters
- name — Required. Name of the cryptid.
- image — Optional. Uploaded image filename (without the
File:prefix). - caption — Optional. Image caption.
- aka — Optional. Alternative names.
- classification — Recommended. Biological or folkloric classification.
- region — Recommended. Geographic distribution.
- first_reported — Recommended. Earliest known report or modern discovery date.
- status — Recommended. Investigation status (e.g. Unconfirmed, Disputed, Hoax, Extinct?).
