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
m
Line 3: Line 3:
|-
|-
| style="text-align:center" colspan="2" | {{{image|}}}<br>{{{caption|}}}
| style="text-align:center" colspan="2" | {{{image|}}}<br>{{{caption|}}}
|- style="vertical-align: center;"
|-
{{#if:{{{birthdate|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{birthdate|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Born'''
{{!}} '''Born'''
{{!}} {{{birthdate}}}|}}<br>{{#if:{{{birthplace|}}}|{{{birthplace}}}
{{!}} {{{birthdate}}}|}}<br>{{#if:{{{birthplace|}}}|{{{birthplace}}}
|}}
|}}
|- style="vertical-align: center"
|-
{{#if:{{{deathdate|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{deathdate|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Died'''
{{!}} '''Died'''
{{!}} {{{deathdate}}}|}}<br>{{#if:{{{deathplace|}}}|{{{deathplace}}}
{{!}} {{{deathdate}}}|}}<br>{{#if:{{{deathplace|}}}|{{{deathplace}}}
|}}
|}}
|- style="vertical-align: center"
|-
{{#if:{{{activeyears|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{activeyears|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Active years'''
{{!}} '''Active years'''
{{!}} {{{activeyears}}}
{{!}} {{{activeyears}}}
|}}
|}}
|- style="vertical-align: center"
|-
{{#if:{{{occupation|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{occupation|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Occupation'''
{{!}} '''Occupation'''
{{!}} {{{occupation}}}
{{!}} {{{occupation}}}
|}}
|}}
|- style="vertical-align: center"
|-
{{#if:{{{associates|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{associates|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Associates'''
{{!}} '''Associates'''
{{!}} {{{associates}}}
{{!}} {{{associates}}}
|}}|- style="vertical-align: center"
|}}
|-
{{#if:{{{website|}}}|{{!}}-style="background:#f7f2b9"
{{#if:{{{website|}}}|{{!}}-style="background:#f7f2b9"
{{!}} '''Website'''
{{!}} '''Website'''

Revision as of 09:17, July 5, 2020



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.
|birthdate   = Date of birth of the person.
|birthplace  = Place of birth of the person - town, county, country.
|deathdate   = Date of death if the person has deceased.
|deathplace  = 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.
}}