Difference between revisions of "Template:Infobox person"
Jump to navigation
Jump to search
imported>Sycthos (Undo revision 98054774 by 80.203.240.193 (talk)) |
|||
| Line 1: | Line 1: | ||
| − | {| | + | {| class="infobox" style="width: 20em; font-size: 90%;" |
| − | |+ style="font-size: larger;" | '''{{{name}}}''' | + | |+ style="font-size:larger;" | '''{{{name}}}'''{{#if:{{{other_names|}}}|<br>{{{other_names|}}}}} |
| − | | | ||
| − | |||
| − | | {{{ | ||
|- | |- | ||
| − | | | + | {{#if: {{{image|}}}| |
| − | | {{{ | + | {{!}} colspan="2" style="text-align: center;" {{!}} [[Image:{{{image|}}}|{{{imagesize|225px}}}| ]]<br>{{{caption|}}}}} |
| + | |- style="vertical-align: top;" | ||
| + | ! 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|}}}}}}} | ||
|- | |- | ||
| − | | colspan="2" | + | {{#if: {{{known|}}}| |
| − | |} | + | ! Known for |
| + | {{!}} {{{known|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{occupation|}}}| | ||
| + | ! Occupation | ||
| + | {{!}} {{{occupation|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{title|}}}| | ||
| + | ! Title | ||
| + | {{!}} {{{title|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{salary|}}}| | ||
| + | ! Salary | ||
| + | {{!}} {{{salary|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{term|}}}| | ||
| + | ! Term | ||
| + | {{!}} {{{term|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{predecessor|}}}| | ||
| + | ! Predecessor | ||
| + | {{!}} {{{predecessor|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{successor|}}}| | ||
| + | ! Successor | ||
| + | {{!}} {{{successor|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{party|}}}| | ||
| + | ! Political party | ||
| + | {{!}} {{{party|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{boards|}}}| | ||
| + | ! Boards on | ||
| + | {{!}} {{{boards|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{religion|}}}| | ||
| + | ! Religion | ||
| + | {{!}} {{{religion|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{spouse|}}}| | ||
| + | ! Spouse | ||
| + | {{!}} {{{spouse|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{children|}}}| | ||
| + | ! Children | ||
| + | {{!}} {{{children|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{relations|}}}| | ||
| + | ! Parents | ||
| + | {{!}} {{{relations|}}}}} | ||
| + | |- | ||
| + | {{#if: {{{website|}}}| | ||
| + | ! Website | ||
| + | {{!}} {{{website|}}}}} | ||
| + | |- colspan="2" | ||
| + | {{#if: {{{footnotes|}}}| | ||
| + | {{!}} <small>{{{footnotes|}}}</small>}} | ||
| + | |}<noinclude> | ||
| + | |||
| + | == Usage == | ||
| + | <pre> | ||
| + | {{Infobox_Person | ||
| + | | name = | ||
| + | | residence = | ||
| + | | other_names = | ||
| + | | image = | ||
| + | | imagesize = | ||
| + | | caption = | ||
| + | | birth_date = | ||
| + | | birth_place = | ||
| + | | birth_name = | ||
| + | | death_date = | ||
| + | | death_place = | ||
| + | | death_cause | ||
| + | | known = | ||
| + | | occupation = | ||
| + | | title = | ||
| + | | salary = | ||
| + | | term = | ||
| + | | predecessor = | ||
| + | | successor = | ||
| + | | party = | ||
| + | | boards = | ||
| + | | religion = | ||
| + | | spouse = | ||
| + | | children = | ||
| + | | relations = | ||
| + | | website = | ||
| + | | footnotes = | ||
| + | | employer = | ||
| + | | height = | ||
| + | | weight = | ||
| + | }} | ||
| + | </pre> | ||
| + | [[Category:Templates using ParserFunctions|{{PAGENAME}}]] | ||
| + | [[Category:people infobox templates|Person]] | ||
| + | </noinclude> | ||
Revision as of 01:09, 3 January 2007
| Born | {{{birth_date}}} |
|---|
Usage
{{Infobox_Person
| name =
| residence =
| other_names =
| image =
| imagesize =
| caption =
| birth_date =
| birth_place =
| birth_name =
| death_date =
| death_place =
| death_cause
| known =
| occupation =
| title =
| salary =
| term =
| predecessor =
| successor =
| party =
| boards =
| religion =
| spouse =
| children =
| relations =
| website =
| footnotes =
| employer =
| height =
| weight =
}}