Difference between revisions of "Template:Infobox person"

From annadreambrush.com/wiki
Jump to navigation Jump to search
imported>Sycthos
(Undo revision 98054774 by 80.203.240.193 (talk))
Line 1: Line 1:
{| width="230" cellpadding="3" cellspacing="0" style="border: 1px solid #9A9; text-align:left; font-size:85%; margin-left: 5px; float:right;clear:right;"  
+
{| class="infobox" style="width: 20em; font-size: 90%;"
|+ style="font-size: larger;" | '''{{{name}}}'''
+
|+ style="font-size:larger;" | '''{{{name}}}'''{{#if:{{{other_names|}}}|<br>{{{other_names|}}}}}
|-
 
| Kallenavn:
 
| {{{nicks|''Ingen''}}}
 
 
|-  
 
|-  
| Født:
+
{{#if: {{{image|}}}|
| {{{født|''Ikke spesifisert''}}}
+
{{!}} 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|}}}}}
 
|-  
 
|-  
| Hjemmeside:
+
{{#if: {{{death_date|}}}|
| {{{hjemmeside|''Ikke spesifisert''}}}
+
! Died
 +
{{!}} {{{death_date|}}} {{#if:{{{death_place|}}}|<br>{{{death_place}}}}}{{#if:{{{death_cause|}}}|<br>{{{death_cause|}}}}}}}
 
|-  
 
|-  
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
+
{{#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&nbsp;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

{{{name}}}
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 =
}}