Difference between revisions of "Template:Infobox Person"
MyWikiBiz, Author Your Legacy — Wednesday November 06, 2024
Jump to navigationJump to searchm (1 revision(s)) |
(Trying to restore Infobox Person to older format, so that "contact" info appears. (Tony Sidaway was a member here?)) |
||
Line 1: | Line 1: | ||
− | + | {| class="infobox" style="width: 20em; font-size: 90%;" | |
− | + | |- | |
− | + | |colspan="2" style="text-align: center; font-size:larger;"| '''{{{name}}}'''{{#if:{{{other_names|}}}|<br>{{{other_names|}}}}} | |
− | {{ | + | |- |
− | #if: {{{image|}}} | | + | {{#if: {{{image|}}}| |
− | + | {{!}} colspan="2" style="text-align: center;" {{!}} [[Image:{{{image|}}}|{{{imagesize|225px}}}| ]]<br>{{{caption|}}}}} | |
− | }}{{ | + | |- |
− | #if: {{{ | + | {{#if: {{{residence|}}}| |
− | + | ! Residence | |
− | + | {{!}} {{{residence|}}}}} | |
− | {{{ | + | |- |
− | }}{{ | + | !style="text-align:center; padding-right:0.75em;" | Born |
− | #if: {{{ | + | | {{{birth_date}}} {{#if:{{{birth_place|}}}|<br>{{{birth_place|}}}}} |
− | + | |- | |
− | + | {{#if: {{{death_date|}}}| | |
− | }}{{ | + | ! Died |
− | #if: {{{death_date | + | {{!}} {{{death_date|}}} {{#if:{{{death_place|}}}|<br>{{{death_place}}}}}{{#if:{{{death_cause|}}}|<br>{{{death_cause|}}}}}}} |
− | + | |- | |
− | + | {{#if: {{{known|}}}| | |
− | {{{death_date} | + | ! Known for |
− | }}{{ | + | {{!}} {{{known|}}}}} |
− | #if: {{{death_place|}}} | | + | |- |
− | + | {{#if: {{{occupation|}}}| | |
− | + | ! [[Occupation]] | |
− | }}{{ | + | {{!}} {{{occupation|}}}}} |
− | #if: {{{ | + | |- |
− | < | + | !style="text-align:center; padding-right:0.75em;"| Contact |
− | + | | {{{contact}}} | |
− | + | |- | |
− | }} | + | {{#if: {{{reference|}}}| |
− | + | ! Reference | |
− | + | {{!}} {{{reference|}}}}} | |
− | + | |} | |
− | #if: {{{ | + | <noinclude> |
− | + | ||
− | + | <br clear="all"> | |
− | + | ||
− | + | ---- | |
− | + | This ''Infobox_Person'' template should be used to portray the '''vital statistics''' of living persons, persons with active estates, and non-commercial Main space subjects (e.g., [[Sir Isaac Newton]]). | |
− | + | ||
− | + | For ''supplemental '''resume''' information'' within [[Centiare:Directory|Directory]] listings of persons and/or estates (e.g., [[Directory:Marilyn Monroe|Marilyn Monroe]] who retain commercial ownership of their name, likeness, image, works, etc.), see [[Template:Infobox_Resume]]. | |
− | }} | + | |
− | + | For '''personally revealing''' information like physical features, political and religious affiliation, marital status, and friends, see [[Template:Infobox_Personal]]. | |
− | + | ||
− | + | == Usage == | |
− | #if: {{{occupation|}}} | | + | The ''name'', ''birth_date'' and ''contact'' parameters are obligatory. |
− | + | ||
− | }}{{ | + | <pre> |
− | + | {{Infobox_Person | |
− | + | | name = | |
− | + | | other_names = | |
− | + | | residence = | |
− | + | | image = | |
− | + | | imagesize = | |
− | + | | caption = | |
− | + | | birth_date = | |
− | + | | birth_place = | |
− | + | | birth_name = | |
− | + | | death_date = | |
− | + | | death_place = | |
− | + | | death_cause = | |
− | + | | occupation = | |
− | + | | known = <-- Known for ... | |
− | #if: {{{ | + | | contact = |
− | + | | reference = <-- Latitude, longitude | |
− | + | }} | |
− | + | </pre> | |
− | + | [[Category:Templates using ParserFunctions|{{PAGENAME}}]] | |
− | + | [[Category:people infobox templates|Person]] | |
− | |||
− | < | ||
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | < | ||
− | }} | ||
− | </ | ||
− | {{ | ||
− | |||
</noinclude> | </noinclude> |
Latest revision as of 13:58, 10 July 2008
{{{name}}} | |
Born | {{{birth_date}}} |
---|---|
Contact | {{{contact}}} |
This Infobox_Person template should be used to portray the vital statistics of living persons, persons with active estates, and non-commercial Main space subjects (e.g., Sir Isaac Newton).
For supplemental resume information within Directory listings of persons and/or estates (e.g., Marilyn Monroe who retain commercial ownership of their name, likeness, image, works, etc.), see Template:Infobox_Resume.
For personally revealing information like physical features, political and religious affiliation, marital status, and friends, see Template:Infobox_Personal.
Usage
The name, birth_date and contact parameters are obligatory.
{{Infobox_Person | name = | other_names = | residence = | image = | imagesize = | caption = | birth_date = | birth_place = | birth_name = | death_date = | death_place = | death_cause = | occupation = | known = <-- Known for ... | contact = | reference = <-- Latitude, longitude }}