Template:Infobox person: Difference between revisions

From Alathra Wiki
Content added Content deleted
No edit summary
(Undo revision 98054774 by 80.203.240.193 (talk))
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}}}'''
|+ style="font-size:larger;" | '''{{{name}}}'''{{#if:{{{other_names|}}}|<br>{{{other_names|}}}}}
|-
| 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&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 00: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 =
}}