|
|
| Line 1: |
Line 1: |
| <includeonly><div class="vault-infobox">
| | #REDIRECT [[Template:InfoboxEntity]] |
| <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:{{{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"><span class="vault-infobox-k">CLASSIFICATION</span><span class="vault-infobox-v">{{{classification}}}</span></div>}}
| |
| | |
| {{#if:{{{region|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">REGION</span><span class="vault-infobox-v">{{{region}}}</span></div>}}
| |
| | |
| {{#if:{{{first_reported|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">FIRST REPORTED</span><span class="vault-infobox-v">{{{first_reported}}}</span></div>}}
| |
| | |
| {{#if:{{{status|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">STATUS</span><span class="vault-infobox-v vault-infobox-status">{{{status}}}</span></div>}}
| |
| | |
| </div></includeonly><noinclude>
| |
| | |
| == Template:CryptidInfobox ==
| |
| | |
| Renders the standard right-hand infobox for cryptid articles.
| |
| | |
| '''Note:''' Requires the ParserFunctions extension for the <code>{{#if:}}</code> conditionals. If ParserFunctions is unavailable, remove the <code>{{#if:...|...}}</code> wrappers and leave the row markup intact. Empty parameters will simply display blank values.
| |
| | |
| === Usage ===
| |
| | |
| <pre>
| |
| {{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
| |
| }}
| |
| </pre>
| |
| | |
| 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 <code>File:</code> 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?'').
| |
| | |
| [[Category:Vault Templates]]
| |
| | |
| </noinclude>
| |