GaryJJSpate (talk | contribs) No edit summary |
GaryJJSpate (talk | contribs) No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div class="vault-infobox"> | <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:{{{type|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">TYPE</span><span class="vault-infobox-v">{{{type}}}</span></div>}}{{#if:{{{field|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">FIELD</span><span class="vault-infobox-v">{{{field}}}</span></div>}}{{#if:{{{origin|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">ORIGIN</span><span class="vault-infobox-v">{{{origin}}}</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:{{{also_known_as|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">ALSO KNOWN AS</span><span class="vault-infobox-v">{{{also_known_as}}}</span></div>}}{{#if:{{{characteristics|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">CHARACTERISTICS</span><span class="vault-infobox-v">{{{characteristics}}}</span></div>}}{{#if:{{{notable_case|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">NOTABLE CASE(S)</span><span class="vault-infobox-v">{{{notable_case}}}</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> | ||
<div class="vault-infobox-header">{{{name}}}</div> | == Template:InfoboxPhenomenon == | ||
{{#if:{{{type|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">TYPE</span><span class="vault-infobox-v">{{{type}}}</span></div>}} | Renders the right-hand infobox card for articles describing paranormal, supernatural or anomalous phenomena. It uses the same <code>vault-infobox</code> styling as the other Vault infoboxes and is intended for general phenomena rather than individual incidents or locations. | ||
{{#if:{{{field|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">FIELD</span><span class="vault-infobox-v">{{{field}}}</span></div>}} | Formerly named '''Template:PhenomenonInfobox''' — that name now redirects here. Please use <code>{{tl|InfoboxPhenomenon}}</code> going forward. | ||
{{#if:{{{also_known_as|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">ALSO KNOWN AS</span><span class="vault-infobox-v">{{{also_known_as}}}</span></div>}} | '''Note:''' Requires the ParserFunctions extension for the <code>{{#if:}}</code> conditionals. | ||
{{#if:{{{notable_case|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">NOTABLE CASE</span><span class="vault-infobox-v">{{{notable_case}}}</span></div>}} | '''Formatting note:''' The entire template body inside <code><includeonly></code> is intentionally written as a single continuous line. Introducing line breaks may cause MediaWiki to insert unwanted <code><p></code> tags or blank gaps when optional parameters are omitted. | ||
{{#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>}} | === Usage === | ||
</div></includeonly><noinclude> | |||
== Template: | |||
Renders the right-hand infobox card | |||
'''Note:''' | |||
''' | |||
<pre> | <pre> | ||
{{ | {{InfoboxPhenomenon | ||
|name= | |name=Black-Eyed Children | ||
|type= | |image=Black_Eyed_Children.jpg | ||
|field=Parapsychology | |caption=Artist's impression of a reported encounter. | ||
|also_known_as= | |type=Paranormal phenomenon | ||
|notable_case= | |field=Parapsychology / Folklore | ||
|origin=United States | |||
|first_reported=1996 | |||
|also_known_as=Black-Eyed Kids (BEKs) | |||
|characteristics=Completely black eyes, pale skin, unsettling behaviour, requests for entry | |||
|notable_case=Brian Bethel encounter | |||
|status=Unverified | |status=Unverified | ||
}} | }} | ||
</pre> | </pre> | ||
Place this at the very top of the | Place this template at the very top of the article before any prose. | ||
=== Parameters === | === Parameters === | ||
* '''name''' — | * '''name''' — Required. Display name of the phenomenon. | ||
* '''type''' — | * '''image''' — Optional. Uploaded filename without the <code>File:</code> prefix. | ||
* '''field''' — | * '''caption''' — Optional. Caption displayed beneath the image. | ||
* '''also_known_as''' — | * '''type''' — Recommended. General classification (e.g. Paranormal phenomenon, Cognitive claim, Cryptid sighting). | ||
* '''notable_case''' — | * '''field''' — Recommended. The academic or research field most associated with the phenomenon (e.g. Parapsychology, Folklore). | ||
* '''status''' — | * '''origin''' — Optional. Geographic or cultural origin, if known or claimed. | ||
[[Category: | * '''first_reported''' — Optional. Earliest known date the phenomenon was reported or documented. | ||
* '''also_known_as''' — Optional. Alternate names or terms for the same phenomenon. | |||
* '''characteristics''' — Optional. Short list of defining or commonly reported features. | |||
* '''notable_case''' — Optional. The phenomenon's most significant or representative documented case(s). | |||
* '''status''' — Recommended. e.g. Unverified, Disputed, Explained, Recognised. | |||
[[Category:Infoboxes]] | |||
</noinclude> | </noinclude> | ||
Latest revision as of 23:41, 3 August 2026
Template:InfoboxPhenomenon
Renders the right-hand infobox card for articles describing paranormal, supernatural or anomalous phenomena. It uses the same vault-infobox styling as the other Vault infoboxes and is intended for general phenomena rather than individual incidents or locations.
Formerly named Template:PhenomenonInfobox — that name now redirects here. Please use going forward.
Note: Requires the ParserFunctions extension for the {{InfoboxPhenomenon}} conditionals.
Formatting note: The entire template body inside <includeonly> is intentionally written as a single continuous line. Introducing line breaks may cause MediaWiki to insert unwanted <p> tags or blank gaps when optional parameters are omitted.
Usage
{{InfoboxPhenomenon
|name=Black-Eyed Children
|image=Black_Eyed_Children.jpg
|caption=Artist's impression of a reported encounter.
|type=Paranormal phenomenon
|field=Parapsychology / Folklore
|origin=United States
|first_reported=1996
|also_known_as=Black-Eyed Kids (BEKs)
|characteristics=Completely black eyes, pale skin, unsettling behaviour, requests for entry
|notable_case=Brian Bethel encounter
|status=Unverified
}}
Place this template at the very top of the article before any prose.
Parameters
- name — Required. Display name of the phenomenon.
- image — Optional. Uploaded filename without the
File:prefix. - caption — Optional. Caption displayed beneath the image.
- type — Recommended. General classification (e.g. Paranormal phenomenon, Cognitive claim, Cryptid sighting).
- field — Recommended. The academic or research field most associated with the phenomenon (e.g. Parapsychology, Folklore).
- origin — Optional. Geographic or cultural origin, if known or claimed.
- first_reported — Optional. Earliest known date the phenomenon was reported or documented.
- also_known_as — Optional. Alternate names or terms for the same phenomenon.
- characteristics — Optional. Short list of defining or commonly reported features.
- notable_case — Optional. The phenomenon's most significant or representative documented case(s).
- status — Recommended. e.g. Unverified, Disputed, Explained, Recognised.
