|
|
Line 1: |
Line 1: |
| {| class="infobox" style="width: 20em; font-size: 90%;" | | {| width="230" cellpadding="3" cellspacing="0" style="border: 1px solid #9A9; text-align:left; font-size:85%; margin-left: 5px; float:right;clear:right;" |
| |+ style="font-size:larger;" | '''{{{name}}}'''{{#if:{{{other_names|}}}|<br>{{{other_names|}}}}} | | |+ style="font-size: larger;" | '''{{{name}}}''' |
| | |- |
| | | Kallenavn: |
| | | {{{nicks|''Ingen''}}} |
| |- | | |- |
| {{#if: {{{image|}}}|
| | | Født: |
| {{!}} colspan="2" style="text-align: center;" {{!}} [[Image:{{{image|}}}|{{{imagesize|225px}}}| ]]<br>{{{caption|}}}}}
| | | {{{født|''Ikke spesifisert''}}} |
| |- style="vertical-align: top;"
| |
| ! Born
| |
| | {{{birth_date}}} {{#if:{{{birth_place|}}}|<br>{{{birth_place|}}}}}
| |
| |- | | |- |
| {{#if: {{{death_date|}}}|
| | | Hjemmeside: |
| ! Died
| | | {{{hjemmeside|''Ikke spesifisert''}}} |
| {{!}} {{{death_date|}}} {{#if:{{{death_place|}}}|<br>{{{death_place}}}}}{{#if:{{{death_cause|}}}|<br>{{{death_cause|}}}}}}}
| |
| |- | | |- |
| {{#if: {{{known|}}}|
| | | colspan="2" style="font-size: smaller;" | {{{footnotes|}}} |
| ! 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>
| |