Template:Infobox person: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
|- | |- | ||
! colspan="2" style="background:#0E75C5; color:white; text-align:center; font-size:110%;" | {{{name|{{PAGENAME}}}}} | ! colspan="2" style="background:#0E75C5; color:white; text-align:center; font-size:110%;" | {{{name|{{PAGENAME}}}}} | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px|alt={{{name | | colspan="2" style="text-align:center;" | {{#if:{{{image|}}}|[[File:{{{image}}}|250px|alt={{{name}}}|center]]}} | ||
|- | |- | ||
! Born | ! Born | ||
| | | {{#if:{{{birth_date|}}}|{{{birth_date}}}}}{{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}} | ||
{{#if:{{{birth_place|}}} | |||
| {{{birth_place}} | |||
|- | |- | ||
! Nationality | ! Nationality | ||
| {{{nationality}}} | | {{#if:{{{nationality|}}}|{{{nationality}}}}} | ||
{{ | |||
|- | |- | ||
! Education | ! Education | ||
| {{{education}}} | | {{#if:{{{education|}}}|{{{education}}}}} | ||
{{ | |||
|- | |- | ||
! Occupation | ! Occupation | ||
| {{{occupation}}} | | {{#if:{{{occupation|}}}|{{{occupation}}}}} | ||
{{ | |||
|- | |- | ||
! Years active | ! Years active | ||
| {{{years_active}}} | | {{#if:{{{years_active|}}}|{{{years_active}}}}} | ||
{{ | |||
|- | |- | ||
! Known for | ! Known for | ||
| {{{known_for}}} | | {{#if:{{{known_for|}}}|{{{known_for}}}}} | ||
{{ | |||
|- | |- | ||
! Parents | ! Parents | ||
| {{{parents}}} | | {{#if:{{{parents|}}}|{{{parents}}}}} | ||
{{ | |||
|- | |- | ||
! Spouse | ! Spouse | ||
| {{{spouse}}} | | {{#if:{{{spouse|}}}|{{{spouse}}}}} | ||
{{ | |||
|- | |- | ||
! Instagram | ! Instagram | ||
| | | {{#if:{{{instagram|}}}|[{{{instagram}}} Instagram]}} | ||
{{ | |||
|- | |- | ||
! Website | ! Website | ||
| | | {{#if:{{{website|}}}|[{{{website}}} Website]}} | ||
{{#if:{{{ | |||
| {{{ | |||
}} | |||
|} | |} | ||
</includeonly> | </includeonly> | ||