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}}}}} | ||
{{#if:{{{image|}}}| | |||
|- | |- | ||
| colspan="2" style="text-align:center;" | | colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px|alt={{{name}}}|center]] | ||
}} | |||
{{#if:{{{birth_date|}}}{{{birth_place|}}}| | |||
|- | |- | ||
! Born | ! Born | ||
| {{#if:{{{birth_date|}}}|{{{birth_date}}}}}{{#if:{{{birth_place|}}}|<br />{{{birth_place}}}}} | | {{#if:{{{birth_date|}}}|{{{birth_date}}}}}{{#if:{{{birth_place|}}}|{{#if:{{{birth_date|}}}|<br />}}{{{birth_place}}}}} | ||
}} | |||
{{#if:{{{nationality|}}}| | |||
|- | |- | ||
! Nationality | ! Nationality | ||
| {{#if:{{{ | | {{{nationality}}} | ||
}} | |||
{{#if:{{{education|}}}| | |||
|- | |- | ||
! Education | ! Education | ||
| {{#if:{{{ | | {{{education}}} | ||
}} | |||
{{#if:{{{occupation|}}}| | |||
|- | |- | ||
! Occupation | ! Occupation | ||
| {{#if:{{{ | | {{{occupation}}} | ||
}} | |||
{{#if:{{{years_active|}}}| | |||
|- | |- | ||
! Years active | ! Years active | ||
| {{#if:{{{ | | {{{years_active}}} | ||
}} | |||
{{#if:{{{known_for|}}}| | |||
|- | |- | ||
! Known for | ! Known for | ||
| {{#if:{{{ | | {{{known_for}}} | ||
}} | |||
{{#if:{{{parents|}}}| | |||
|- | |- | ||
! Parents | ! Parents | ||
| {{#if:{{{ | | {{{parents}}} | ||
}} | |||
{{#if:{{{spouse|}}}| | |||
|- | |- | ||
! Spouse | ! Spouse | ||
| {{#if:{{{ | | {{{spouse}}} | ||
}} | |||
{{#if:{{{instagram|}}}| | |||
|- | |- | ||
! Instagram | ! Instagram | ||
| {{#if:{{{ | | [{{{instagram}}} Instagram] | ||
}} | |||
{{#if:{{{website|}}}| | |||
|- | |- | ||
! Website | ! Website | ||
| {{#if:{{{ | | [{{{website}}} Website] | ||
}} | |||
{{#if:{{{position|}}}| | |||
|- | |||
! Position | |||
| {{{position}}} | |||
}} | |||
{{#if:{{{currentclub|}}}| | |||
|- | |||
! Current club | |||
| {{{currentclub}}} | |||
}} | |||
{{#if:{{{clubnumber|}}}| | |||
|- | |||
! Number | |||
| {{{clubnumber}}} | |||
}} | |||
{{#if:{{{height|}}}| | |||
|- | |||
! Height | |||
| {{{height}}} | |||
}} | |||
{{#if:{{{title|}}}| | |||
|- | |||
! Title | |||
| {{{title}}} | |||
}} | |||
{{#if:{{{awards|}}}| | |||
|- | |||
! Awards | |||
| {{{awards}}} | |||
}} | |||
{{#if:{{{field|}}}| | |||
|- | |||
! Field | |||
| {{{field}}} | |||
}} | |||
|} | |} | ||
</includeonly> | </includeonly> | ||