GaryJJSpate (talk | contribs) No edit summary |
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" 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 == | ||
'''Note:''' requires the ParserFunctions extension for the <code>{{#if:}}</code> conditionals | 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= | |name=Gary JJ Spate | ||
| | |image=Gary JJ Spate.jpg | ||
| | |image_caption=Gary JJ Spate | ||
|occupation= | |born=5 December 1981, Grimsby, Lincolnshire | ||
|known_for= | |occupation=Filmmaker, writer, paranormal investigator | ||
|status= | |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''' — | * '''image''' — optional. Filename of an uploaded image (without <code>File:</code>) | ||
* '''died''' — optional. Date and place | * '''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 | * '''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
