×
Create a new article
Write your page title here:
We currently have 245 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:InfoboxPerson: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
<includeonly><div class="vault-infobox">
<includeonly><div class="vault-infobox">
<div class="vault-infobox-header" style="background:#6b3fa0;">{{{name}}}</div>
<div class="vault-infobox-header" style="background:#6b3fa0;">{{{name}}}</div>
{{#if:{{{image|}}}|<div class="vault-infobox-image">[[File:{{{image}}}|280px]]{{#if:{{{image_caption|}}}|<div class="vault-infobox-caption">{{{image_caption}}}</div>}}</div>}}
{{#if:{{{born|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">BORN</span><span class="vault-infobox-v">{{{born}}}</span></div>}}
{{#if:{{{born|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">BORN</span><span class="vault-infobox-v">{{{born}}}</span></div>}}
{{#if:{{{died|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">DIED</span><span class="vault-infobox-v">{{{died}}}</span></div>}}
{{#if:{{{died|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">DIED</span><span class="vault-infobox-v">{{{died}}}</span></div>}}
{{#if:{{{occupation|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">OCCUPATION</span><span class="vault-infobox-v">{{{occupation}}}</span></div>}}
{{#if:{{{occupation|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">OCCUPATION</span><span class="vault-infobox-v">{{{occupation}}}</span></div>}}
{{#if:{{{known_for|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">KNOWN FOR</span><span class="vault-infobox-v">{{{known_for}}}</span></div>}}
{{#if:{{{known_for|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">KNOWN FOR</span><span class="vault-infobox-v">{{{known_for}}}</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-infobox-row"><span class="vault-infobox-k">STATUS</span><span class="vault-infobox-v vault-infobox-status">{{{status}}}</span></div>}}
</div></includeonly><noinclude>
</div></includeonly><noinclude>
== Template:PersonInfobox ==
== Template:PersonInfobox ==
Renders the right-hand infobox card on a page about a person — mediums, researchers, investigators, TV personalities — who has their own page without being a phenomenon ({{tl|PhenomenonInfobox}}) or a single case ({{tl|CaseInfobox}}) in themselves. Same <code>vault-infobox</code> styling as both.


'''Note:''' requires the ParserFunctions extension for the <code>{{#if:}}</code> conditionals, same as CaseInfobox.
Renders the right-hand infobox card on a page about a person — including investigators, researchers, mediums, authors, filmmakers, writers, and media personalities.
 
Uses the same <code>vault-infobox</code> styling as {{tl|CaseInfobox}}, {{tl|LocationInfobox}} and other Vault templates.
 
'''Note:''' requires the ParserFunctions extension for the <code>{{#if:}}</code> conditionals.


'''Usage:'''
'''Usage:'''
<pre>
<pre>
{{PersonInfobox
{{PersonInfobox
|name=Derek Acorah
|name=Gary JJ Spate
|born=27 January 1950, Bootle, Lancashire
|image=Gary JJ Spate.jpg
|died=4 January 2020, Scarisbrick, Lancashire
|image_caption=Gary JJ Spate
|occupation=Spiritual medium, author, TV personality
|born=5 December 1981, Grimsby, Lincolnshire
|known_for=Most Haunted (2002–2005)
|occupation=Filmmaker, writer, paranormal investigator
|status=Deceased
|known_for=Spirit Searchers Paranormal Research Society; Society of Paranormal Studies; The EERIE Files
|status=Living
}}
}}
</pre>
</pre>


Place at the very top of the page, before the article text.
Place this at the very top of the page, before the article text.


=== Parameters ===
=== Parameters ===
* '''name''' — required
* '''name''' — required
* '''born''' — recommended. Date and place
* '''image''' — optional. Filename of an uploaded image (without <code>File:</code>)
* '''died''' — optional. Date and place, if applicable
* '''image_caption''' — optional. Caption shown below the image
* '''born''' — optional. Date and place of birth
* '''died''' — optional. Date and place of death
* '''occupation''' — recommended
* '''occupation''' — recommended
* '''known_for''' — recommended. The work or event they're most associated with
* '''known_for''' — recommended. The work, organisation or event they are most associated with
* '''status''' — optional. e.g. Living, Deceased, Active, Retired
* '''status''' — optional. e.g. Living, Deceased, Active, Retired
[[Category:Vault Templates]]
[[Category:Vault Templates]]
</noinclude>
</noinclude>

Revision as of 11:04, 30 July 2026


Template:PersonInfobox

Renders the right-hand infobox card on a page about a person — including investigators, researchers, mediums, authors, filmmakers, writers, and media personalities.

Uses the same vault-infobox styling as {{CaseInfobox}}, {{LocationInfobox}} and other Vault templates.

Note: requires the ParserFunctions extension for the conditionals.

Usage:

{{PersonInfobox
|name=Gary JJ Spate
|image=Gary JJ Spate.jpg
|image_caption=Gary JJ Spate
|born=5 December 1981, Grimsby, Lincolnshire
|occupation=Filmmaker, writer, paranormal investigator
|known_for=Spirit Searchers Paranormal Research Society; Society of Paranormal Studies; The EERIE Files
|status=Living
}}

Place this at the very top of the page, before the article text.

Parameters

  • name — required
  • image — optional. Filename of an uploaded image (without File:)
  • image_caption — optional. Caption shown below the image
  • born — optional. Date and place of birth
  • died — optional. Date and place of death
  • occupation — recommended
  • known_for — recommended. The work, organisation or event they are most associated with
  • status — optional. e.g. Living, Deceased, Active, Retired