GaryJJSpate (talk | contribs) Created page with "<includeonly><div class="vault-infobox"> <div class="vault-infobox-header">{{{name}}}</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:{{{occupation|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">OCCUPA..." |
GaryJJSpate (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly><div class="vault-infobox"> | <includeonly> | ||
<div class="vault-infobox-header">{{{name}}}</div> | <div class="vault-infobox"> | ||
{{#if:{{{born|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">BORN</span><span class="vault-infobox-v">{{{born}}}</span></div>}} | |||
{{#if:{{{ | <div class="vault-infobox-header" style="background:#6b3fa0;"> | ||
{{#if:{{{occupation|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k"> | {{{name}}} | ||
{{#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>}} | </div> | ||
{{#if:{{{status|}}}|<div class="vault-infobox-row"><span class="vault-infobox-k">STATUS</span><span class="vault-infobox-v | |||
</div></includeonly><noinclude> | {{#if:{{{born|}}}| | ||
<div class="vault-infobox-row"> | |||
<span class="vault-infobox-k">BORN</span> | |||
<span class="vault-infobox-v">{{{born}}}</span> | |||
</div> | |||
}} | |||
{{#if:{{{birthplace|}}}| | |||
<div class="vault-infobox-row"> | |||
<span class="vault-infobox-k">PLACE</span> | |||
<span class="vault-infobox-v">{{{birthplace}}}</span> | |||
</div> | |||
}} | |||
{{#if:{{{occupation|}}}| | |||
<div class="vault-infobox-row"> | |||
<span class="vault-infobox-k">ROLE</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:{{{status|}}}| | |||
<div class="vault-infobox-row"> | |||
<span class="vault-infobox-k">STATUS</span> | |||
<span class="vault-infobox-v">{{{status}}}</span> | |||
</div> | |||
}} | |||
</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. | 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. | ||
Revision as of 23:52, 29 July 2026
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 ({{PhenomenonInfobox}}) or a single case ({{CaseInfobox}}) in themselves. Same vault-infobox styling as both.
Note: requires the ParserFunctions extension for the conditionals, same as CaseInfobox.
Usage:
{{PersonInfobox
|name=Derek Acorah
|born=27 January 1950, Bootle, Lancashire
|died=4 January 2020, Scarisbrick, Lancashire
|occupation=Spiritual medium, author, TV personality
|known_for=Most Haunted (2002–2005)
|status=Deceased
}}
Place at the very top of the page, before the article text.
Parameters
- name — required
- born — recommended. Date and place
- died — optional. Date and place, if applicable
- occupation — recommended
- known_for — recommended. The work or event they're most associated with
- status — optional. e.g. Living, Deceased, Active, Retired
