Difference between revisions of "Template:Infobox Personal"
MyWikiBiz, Author Your Legacy — Sunday November 02, 2025
Jump to navigationJump to search| Line 5: | Line 5: | ||
| List = {{{name}}} {{{birth_date}}} | | List = {{{name}}} {{{birth_date}}} | ||
}} | }} | ||
| + | <noinclude> | ||
| + | |||
| + | {| 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|}}}| | ||
| + | {{!}} colspan="2" style="text-align: center;" {{!}} [[Image:{{{image|}}}|{{{imagesize|225px}}}| ]]<br>{{{caption|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{residence|}}}| | ||
| + | ! Residence | ||
| + | {{!}} {{{residence|}}}}} | ||
| + | |- | ||
| + | !style="text-align:right; padding-right:0.75em;" | Born | ||
| + | | {{{birth_date}}} {{#if:{{{birth_place|}}}|<br>{{{birth_place|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{death_date|}}}| | ||
| + | ! Died | ||
| + | {{!}} {{{death_date|}}} {{#if:{{{death_place|}}}|<br>{{{death_place}}}}}{{#if:{{{death_cause|}}}|<br>{{{death_cause|}}}}}}} | ||
| + | |- | ||
| + | {{#if: {{{physical|}}}| | ||
| + | ! [[Physical]] | ||
| + | {{!}} {{{physical|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{known|}}}| | ||
| + | ! Known for | ||
| + | {{!}} {{{known|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{education|}}}| | ||
| + | ! [[Education]] | ||
| + | {{!}} {{{education|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{profession|}}}| | ||
| + | ! Profession | ||
| + | {{!}} {{{profession|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{member|}}}| | ||
| + | ! Member of | ||
| + | {{!}} {{{member|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{occupation|}}}| | ||
| + | ! Occupation | ||
| + | {{!}} {{{occupation|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{employer|}}}| | ||
| + | ! [[Employer]] | ||
| + | {{!}} {{{employer|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{title|}}}| | ||
| + | ! Title | ||
| + | {{!}} {{{title|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{salary|}}}| | ||
| + | ! Salary | ||
| + | {{!}} {{{salary|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{party|}}}| | ||
| + | ! Political party | ||
| + | {{!}} {{{party|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{religion|}}}| | ||
| + | ! Religion | ||
| + | {{!}} {{{religion|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{marital|}}}| | ||
| + | ! Marital status | ||
| + | {{!}} {{{marital|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{children|}}}| | ||
| + | ! Children | ||
| + | {{!}} {{{children|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{relations|}}}| | ||
| + | ! Parents | ||
| + | {{!}} {{{relations|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{friends|}}}| | ||
| + | ! Friends | ||
| + | {{!}} {{{friends|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{interests|}}}| | ||
| + | ! Interests | ||
| + | {{!}} {{{interests|}}}}} | ||
| + | |- | ||
| + | !style="text-align:right; padding-right:0.75em;"| Contact | ||
| + | | {{{contact}}} | ||
| + | |- | ||
| + | !style="text-align:right; padding-right:0.75em;"| Reference | ||
| + | | {{{reference}}} | ||
| + | |- colspan="2" | ||
| + | {{#if: {{{footnotes|}}}| | ||
| + | {{!}} <small>{{{footnotes|}}}</small>}} | ||
| + | |} | ||
<noinclude> | <noinclude> | ||
Revision as of 17:15, 14 December 2006
| Personal Information |
|---|
| {{{name}}} {{{birth_date}}} |
| {{{name}}} | |
| Born | {{{birth_date}}} |
|---|---|
| Contact | {{{contact}}} |
| Reference | {{{reference}}} |
This template should be used only for persons and/or estates within Directory listings (e.g. Marilyn Monroe who retain commercial ownership of their name, likeness, image, works, etc.
For all non-commercial Directory listings (e.g. Sir Issac Newton), please use the Main Page namespace.
Usage
The name, birth_date, contact and reference parameters are obligatory.
{{Infobox_Person
| name =
| other_names =
| residence =
| image =
| imagesize =
| caption =
| birth_date =
| birth_place =
| birth_name =
| death_date =
| death_place =
| death_cause =
| physical = <-- Gender, race, height, weight, eye color, hair color
| known = <-- Known for ...
| education = <-- Degree(s), graduation date(s)
| profession =
| member = <-- Member of: board(s), association(s), etc.
| occupation =
| employer =
| title =
| salary =
| party = <-- Political affiliation
| religion =
| marital = <-- Marital status; if Y, spouse name
| children = <-- Number of
| relations = <-- Parents
| friends =
| interests = <-- Activities, hobbies
| contact =
| reference =
| footnotes =
}}