Anonymous
×
Create a new article
Write your page title here:
We currently have 47 articles on The Vault @ The EERIE Files. Type your article name above or click on one of the titles below and start writing!



The Vault @ The EERIE Files

Template:PhenomenonInfobox: Difference between revisions

Created page with "<includeonly><div class="vault-phenomenon-infobox"> <div class="vault-phenomenon-infobox-header">{{{name|{{PAGENAME}}}}}</div> <div class="vault-phenomenon-infobox-body"> {{#if:{{{type|}}}|<div class="vault-phenomenon-infobox-row"><span class="vault-phenomenon-infobox-label">Type</span><span class="vault-phenomenon-infobox-value">{{{type}}}</span></div>}} {{#if:{{{field|}}}|<div class="vault-phenomenon-infobox-row"><span class="vault-phenomenon-infobox-label">Field</span..."
 
No edit summary
 
Line 1: Line 1:
<includeonly><div class="vault-phenomenon-infobox">
<includeonly><div class="vault-infobox">
<div class="vault-phenomenon-infobox-header">{{{name|{{PAGENAME}}}}}</div>
<div class="vault-infobox-header">{{{name}}}</div>
<div class="vault-phenomenon-infobox-body">
{{#if:{{{type|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">TYPE</span><span class="vault-infobox-v">{{{type}}}</span></div>}}
{{#if:{{{type|}}}|<div class="vault-phenomenon-infobox-row"><span class="vault-phenomenon-infobox-label">Type</span><span class="vault-phenomenon-infobox-value">{{{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:{{{field|}}}|<div class="vault-phenomenon-infobox-row"><span class="vault-phenomenon-infobox-label">Field</span><span class="vault-phenomenon-infobox-value">{{{field}}}</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:{{{also_known_as|}}}|<div class="vault-phenomenon-infobox-row"><span class="vault-phenomenon-infobox-label">Also known as</span><span class="vault-phenomenon-infobox-value">{{{also_known_as}}}</span></div>}}
{{#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>}}
{{#if:{{{notable_case|}}}|<div class="vault-phenomenon-infobox-row"><span class="vault-phenomenon-infobox-label">Notable case</span><span class="vault-phenomenon-infobox-value">{{{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>}}
{{#if:{{{status|}}}|<div class="vault-phenomenon-infobox-row"><span class="vault-phenomenon-infobox-label">Status</span><span class="vault-phenomenon-infobox-value">{{{status}}}</span></div>}}
</div></includeonly><noinclude>
</div>
</div>[[Category:Vault Templates]]</includeonly><noinclude>
{{Documentation|
== Template:PhenomenonInfobox ==
== Template:PhenomenonInfobox ==
Renders the right-hand infobox card on a general phenomenon or ability page — one that describes a type of reported experience rather than a single case ({{tl|CaseInfobox}}) or a structural category ({{tl|CategoryInfobox}}).
Renders the right-hand infobox card on a general phenomenon or ability page — one that describes a type of reported experience rather than a single case ({{tl|CaseInfobox}}) or a structural category ({{tl|CategoryInfobox}}). Uses the same <code>vault-infobox</code> styling as CaseInfobox, just with rows suited to a phenomenon instead of a single incident.
 
'''Note:''' requires the ParserFunctions extension for the <code>{{#if:}}</code> conditionals, same as CaseInfobox.
'''Note:''' requires the ParserFunctions extension for the &lt;code&gt;{{#if:}}&lt;/code&gt; conditionals, same as CaseInfobox and CategoryInfobox.
 
'''Usage:'''
'''Usage:'''
<pre>
<pre>
Line 26: Line 21:
}}
}}
</pre>
</pre>
Place this at the very top of the page, before the article text — it floats right and the text wraps around it automatically.
Place this at the very top of the page, before the article text — it floats right and the text wraps around it automatically.


=== Parameters ===
=== Parameters ===
* '''name''' — optional. Defaults to the page title if omitted
* '''name''' — required. The phenomenon's display name
* '''type''' — recommended. What kind of phenomenon this is
* '''type''' — recommended. What kind of phenomenon this is
* '''field''' — recommended. The area of study most associated with it (e.g. Parapsychology, Psychology, Folklore)
* '''field''' — recommended. The area of study most associated with it
* '''also_known_as''' — optional. Alternate names or near-synonyms
* '''also_known_as''' — optional. Alternate names or near-synonyms
* '''notable_case''' — optional. The best-documented or most-cited real-world case associated with the phenomenon
* '''notable_case''' — optional. The best-documented or most-cited real-world case associated with the phenomenon
* '''status''' — recommended. e.g. Unverified, Disputed, Studied, Debunked — The Vault's editorial stance is neutral, so this reflects scientific consensus rather than belief
* '''status''' — recommended. e.g. Unverified, Disputed, Studied, Debunked
}}
[[Category:Vault Templates]]
</noinclude>
</noinclude>

Latest revision as of 22:57, 21 July 2026

Template:PhenomenonInfobox

Renders the right-hand infobox card on a general phenomenon or ability page — one that describes a type of reported experience rather than a single case ({{CaseInfobox}}) or a structural category ({{CategoryInfobox}}). Uses the same vault-infobox styling as CaseInfobox, just with rows suited to a phenomenon instead of a single incident. Note: requires the ParserFunctions extension for the conditionals, same as CaseInfobox. Usage:

{{PhenomenonInfobox
|name=Precognition
|type=Psychic ability / cognitive claim
|field=Parapsychology
|also_known_as=Premonition, second sight
|notable_case=Aberfan disaster and the British Premonitions Bureau
|status=Unverified
}}

Place this at the very top of the page, before the article text — it floats right and the text wraps around it automatically.

Parameters

  • name — required. The phenomenon's display name
  • type — recommended. What kind of phenomenon this is
  • field — recommended. The area of study most associated with it
  • also_known_as — optional. Alternate names or near-synonyms
  • notable_case — optional. The best-documented or most-cited real-world case associated with the phenomenon
  • status — recommended. e.g. Unverified, Disputed, Studied, Debunked