There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "Template:Person infobox"

From Rare Wiki
Jump to navigationJump to search
m
(not needed as separate)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| id="person" class="infobox" style="width:300px; float:right; padding:4px; margin: 0 0 1em 1em; font-size:11px; background:#FFFFE8; border:1px solid #000;"
{| id="person" class="infobox" style="background:#FFFFE8"
! colspan="2" style="background-color:#b32440; font-size:13px"|<span style="color:white">{{#if:{{{title|}}}|{{{title}}}|{{{title|{{PAGENAME}}}}}}}</span>
! colspan="2" style="background-color:#b32440; color:white; font-size:125%"|{{{title|{{PAGENAME}}}}}
|-
|-
| style="text-align:center" colspan="2" | {{{image|}}}<br>{{{caption|}}}
| style="text-align:center" colspan="2"| {{{image|}}}
|- style="vertical-align: top;"
|-
{{#if:{{{birthdate|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{born|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Born'''
{{!}} '''Born'''
{{!}} {{{birthdate}}}|
{{!}} {{{born}}}
|}}
|}}
{{#if:{{{birthplace|}}}|{{{birthplace}}}
|-
|}}
{{#if:{{{died|}}}|{{!}}-style="background:#f7f2b9"
|- style="vertical-align: top"
{{#if:{{{deathdate|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Died'''
{{!}} '''Died'''
{{!}} {{{deathdate}}}
{{!}} {{{died}}}
|}}
|}}
{{#if:{{{deathplace|}}}|{{{deathplace}}}
|-
|}}
|- style="vertical-align: top"
{{#if:{{{activeyears|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{activeyears|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Active years'''
{{!}} '''Active years'''
{{!}} {{{activeyears}}}
{{!}} {{{activeyears}}}
|}}
|}}
|- style="vertical-align: top"
|-
{{#if:{{{occupation|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{occupation|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Occupation'''
{{!}} '''Occupation'''
{{!}} {{{occupation}}}
{{!}} {{{occupation}}}
|}}
|}}
|- style="vertical-align: top"
|-
{{#if:{{{associates|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{associates|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Associates'''
{{!}} '''Associates'''
{{!}} {{{associates}}}
{{!}} {{{associates}}}
|}}
|}}
|}
|-
{{#if:{{{website|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Website'''
{{!}} {{{website}}}
|}}
|}<noinclude>{{br}}
==Usage==
<pre>
{{Person infobox
|title = Defaults to PAGENAME, include this field for a different name to be shown top of the infobox.
|image = Image of the person, from official sources or interviews.
|born = Date and place (town, county, country) of birth of the person.
|died = Date and place of death if the person has deceased.
|activeyears = Company name: start year–end year<nowiki><br></nowiki>More entries then in new lines.
|occupation = List all roles the person currently or formerly has had.
|associates = Co-workers and other professional relationships, significant to person's career.
|website = Person's official website or webpage on a platform.
}}
</pre>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 04:42, October 16, 2021

Person infobox

Usage

{{Person infobox
|title		= Defaults to PAGENAME, include this field for a different name to be shown top of the infobox.
|image		= Image of the person, from official sources or interviews.
|born		= Date and place (town, county, country) of birth of the person.
|died		= Date and place of death if the person has deceased.
|activeyears	= Company name: start year–end year<br>More entries then in new lines.
|occupation	= List all roles the person currently or formerly has had.
|associates	= Co-workers and other professional relationships, significant to person's career.
|website	= Person's official website or webpage on a platform.
}}