Template:Infobox person: Difference between revisions

Adding requested parameters and fixing '|' problem in footnotes section.
No edit summary
(Adding requested parameters and fixing '|' problem in footnotes section.)
Line 1:
{| class="infobox" style="width: 20em; font-size: 90%;"
|+ style="font-size:larger;" | '''{{{name}}}'''{{#if:{{{other_names|}}}|<br>{{{other_names|}}}}}
|-
{{#if: {{{image|}}}|
Line 6:
|- style="vertical-align: top;"
! Born
| {{{birth_date}}} {{#if:{{{birth_place|}}}|<BRbr> {{{birth_place|}}}}}
|-
{{#if: {{{death_date|}}}|
! Died
{{!}} {{{death_date|}}} {{#if:{{{death_place|}}}|<BRbr> {{{death_place}}}}}{{#if:{{{death_cause|}}}|<br>{{{death_cause|}}}}}}}
|-
{{#if: {{{known|}}}|
! Known for
{{!}} {{{known|}}}}}
|-
{{#if: {{{occupation|}}}|
! Occupation
{{!}} {{{occupation|}}}}}
|-
{{#if: {{{title|}}}|
Line 51 ⟶ 59:
! Children
{{!}} {{{children|}}}}}
|-
{{#if: {{{relatives|}}}|
! Notable relatives
{{!}} {{{relatives|}}}}}
|-
{{#if: {{{website|}}}|
{{!}} '''Website:''' {{{website|}}}}}
|- colspan="2"
{{#if: {{{footnotes|}}}|
{{!}} colspan="2" | <small>{{{footnotes|}}}</small>}}
|}<noinclude>
 
Line 62 ⟶ 74:
<pre>
{{Infobox_Person | name =
| other_names =
| image =
| caption =
Line 68 ⟶ 81:
| death_date =
| death_place =
| death_cause
| known =
| occupation =
| title =
| salary =
Line 78 ⟶ 94:
| spouse =
| children =
| releatives =
| website =
| footnotes =
Anonymous user