Difference between revisions of "Template:Infobox person"

From annadreambrush.com/wiki
Jump to navigation Jump to search
imported>CBDunkerson
(Adding requested parameters and fixing '|' problem in footnotes section.)
Line 1: Line 1:
 
{| class="infobox" style="width: 20em; font-size: 90%;"
 
{| 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|}}}|
 
{{#if: {{{image|}}}|
Line 6: Line 6:
 
|- style="vertical-align: top;"  
 
|- style="vertical-align: top;"  
 
! Born
 
! Born
| {{{birth_date}}} <BR> {{{birth_place|}}}
+
| {{{birth_date}}} {{#if:{{{birth_place|}}}|<br>{{{birth_place|}}}}}
 
|-  
 
|-  
 
{{#if: {{{death_date|}}}|
 
{{#if: {{{death_date|}}}|
 
! Died
 
! Died
{{!}} {{{death_date|}}} <BR> {{{death_place|}}}}}
+
{{!}} {{{death_date|}}} {{#if:{{{death_place|}}}|<br>{{{death_place}}}}}{{#if:{{{death_cause|}}}|<br>{{{death_cause|}}}}}}}
 +
|-
 +
{{#if: {{{known|}}}|
 +
! Known for
 +
{{!}} {{{known|}}}}}
 +
|-
 +
{{#if: {{{occupation|}}}|
 +
! Occupation
 +
{{!}} {{{occupation|}}}}}
 
|-  
 
|-  
 
{{#if: {{{title|}}}|
 
{{#if: {{{title|}}}|
Line 51: Line 59:
 
! Children
 
! Children
 
{{!}} {{{children|}}}}}
 
{{!}} {{{children|}}}}}
 +
|-
 +
{{#if: {{{relatives|}}}| 
 +
! Notable relatives
 +
{{!}} {{{relatives|}}}}}
 
|-  
 
|-  
 
{{#if: {{{website|}}}|  
 
{{#if: {{{website|}}}|  
 
{{!}} '''Website:''' {{{website|}}}}}
 
{{!}} '''Website:''' {{{website|}}}}}
|-  
+
|- colspan="2"
 
{{#if: {{{footnotes|}}}|  
 
{{#if: {{{footnotes|}}}|  
{{!}} colspan="2" | <small>{{{footnotes|}}}</small>}}
+
{{!}} <small>{{{footnotes|}}}</small>}}
 
|}<noinclude>
 
|}<noinclude>
  
Line 62: Line 74:
 
<pre>
 
<pre>
 
{{Infobox_Person | name =
 
{{Infobox_Person | name =
 +
| other_names =
 
| image =
 
| image =
 
| caption =
 
| caption =
Line 68: Line 81:
 
| death_date =
 
| death_date =
 
| death_place =
 
| death_place =
 +
| death_cause
 +
| known =
 +
| occupation =
 
| title =
 
| title =
 
| salary =
 
| salary =
Line 78: Line 94:
 
| spouse =  
 
| spouse =  
 
| children =  
 
| children =  
 +
| releatives =
 
| website =  
 
| website =  
 
| footnotes =  
 
| footnotes =  

Revision as of 20:51, 13 May 2006

{{{name}}}
Born {{{birth_date}}}

Usage

{{Infobox_Person | name =
| other_names =
| image =
| caption =
| birth_date =
| birth_place =
| death_date =
| death_place =
| death_cause
| known = 
| occupation = 
| title =
| salary =
| term =
| predecessor = 
| successor = 
| party = 
| boards =
| religion = 
| spouse = 
| children = 
| releatives =
| website = 
| footnotes = 
}}