Difference between revisions of "Template:Infobox Person"
MyWikiBiz, Author Your Legacy — Monday November 24, 2025
Jump to navigationJump to search (Create Template:Infobox Person) |
(Trying to restore Infobox Person to older format, so that "contact" info appears. (Tony Sidaway was a member here?)) |
||
| (43 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{| class="infobox" style="width: 20em; font-size: 90%;" | {| 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|}}}}} | {{!}} colspan="2" style="text-align: center;" {{!}} [[Image:{{{image|}}}|{{{imagesize|225px}}}| ]]<br>{{{caption|}}}}} | ||
| − | |- style=" | + | |- |
| − | + | {{#if: {{{residence|}}}| | |
| + | ! Residence | ||
| + | {{!}} {{{residence|}}}}} | ||
| + | |- | ||
| + | !style="text-align:center; padding-right:0.75em;" | Born | ||
| {{{birth_date}}} {{#if:{{{birth_place|}}}|<br>{{{birth_place|}}}}} | | {{{birth_date}}} {{#if:{{{birth_place|}}}|<br>{{{birth_place|}}}}} | ||
|- | |- | ||
| Line 17: | Line 22: | ||
|- | |- | ||
{{#if: {{{occupation|}}}| | {{#if: {{{occupation|}}}| | ||
| − | ! Occupation | + | ! [[Occupation]] |
{{!}} {{{occupation|}}}}} | {{!}} {{{occupation|}}}}} | ||
| + | |- | ||
| + | !style="text-align:center; padding-right:0.75em;"| Contact | ||
| + | | {{{contact}}} | ||
|- | |- | ||
| − | {{#if: {{{ | + | {{#if: {{{reference|}}}| |
| − | ! | + | ! Reference |
| − | {{!}} {{{ | + | {{!}} {{{reference|}}}}} |
| − | | | + | |} |
| − | + | <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 == | == Usage == | ||
| + | The ''name'', ''birth_date'' and ''contact'' parameters are obligatory. | ||
| + | |||
<pre> | <pre> | ||
{{Infobox_Person | {{Infobox_Person | ||
| name = | | name = | ||
| + | | other_names = | ||
| residence = | | residence = | ||
| − | |||
| image = | | image = | ||
| imagesize = | | imagesize = | ||
| Line 86: | Line 59: | ||
| death_date = | | death_date = | ||
| death_place = | | death_place = | ||
| − | | death_cause | + | | death_cause = |
| − | + | | occupation = | |
| − | | occupation = | + | | known = <-- Known for ... |
| − | | | + | | contact = |
| − | + | | reference = <-- Latitude, longitude | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | | | ||
}} | }} | ||
</pre> | </pre> | ||
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
}}