Template:Infobox person: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<includeonly>{| class="infobox | <includeonly> | ||
{| class="infobox" | |||
|- | |- | ||
! colspan="2 | ! colspan="2" | {{{name|{{PAGENAME}}}}} | ||
{{#if:{{{ | {{#if:{{{image|}}}| | ||
|- | |- | ||
| colspan="2" align="center" | | |||
| {{{ | [[File:{{{image}}}|250px]] | ||
{{#if:{{{caption|}}}|<br><small>{{{caption}}}</small>|}} | |||
}} | |||
{{#if:{{{birth_name|}}}| | {{#if:{{{birth_name|}}}| | ||
|- | |- | ||
! | ! Birth name | ||
| {{{birth_name}}} | | {{{birth_name}}} | ||
}} | |||
{{#if:{{{other_names|}}}| | {{#if:{{{other_names|}}}| | ||
|- | |- | ||
! | ! Other names | ||
| {{{other_names}}} | | {{{other_names}}} | ||
}} | |||
{{#if:{{{nickname|}}}| | {{#if:{{{nickname|}}}| | ||
|- | |- | ||
! | ! Nickname(s) | ||
| {{{nickname}}} | | {{{nickname}}} | ||
}} | |||
{{#if:{{{birth_date|}}}| | {{#if:{{{birth_date|}}}| | ||
|- | |- | ||
! | ! Born | ||
| {{{birth_date}}}<br>{{{birth_place| | | {{{birth_date}}}{{#if:{{{birth_place|}}}|<br>{{{birth_place}}}|}} | ||
}} | |||
{{#if:{{{death_date|}}}| | {{#if:{{{death_date|}}}| | ||
|- | |- | ||
! | ! Died | ||
| {{{death_date}}} | | {{{death_date}}}{{#if:{{{death_place|}}}|<br>{{{death_place}}}|}} | ||
}} | |||
{{#if:{{{ | |||
{{#if:{{{nationality|}}}| | {{#if:{{{nationality|}}}| | ||
|- | |- | ||
! | ! Nationality | ||
| {{{nationality}}} | | {{{nationality}}} | ||
}} | |||
{{#if:{{{occupation|}}}| | {{#if:{{{occupation|}}}| | ||
|- | |- | ||
! | ! Occupation | ||
| {{{occupation}}} | | {{{occupation}}} | ||
}} | |||
{{#if:{{{years_active|}}}| | {{#if:{{{years_active|}}}| | ||
|- | |- | ||
! | ! Years active | ||
| {{{years_active}}} | | {{{years_active}}} | ||
}} | |||
{{#if:{{{known_for|}}}| | {{#if:{{{known_for|}}}| | ||
|- | |- | ||
! | ! Known for | ||
| {{{known_for}}} | | {{{known_for}}} | ||
}} | |||
{{#if:{{{title|}}}| | {{#if:{{{title|}}}| | ||
|- | |- | ||
! | ! Title | ||
| {{{title}}} | | {{{title}}} | ||
}} | |||
{{#if:{{{height|}}}| | {{#if:{{{height|}}}| | ||
|- | |- | ||
! | ! Height | ||
| {{{height}}} | | {{{height}}} | ||
}} | |||
{{#if:{{{weight|}}}| | {{#if:{{{weight|}}}| | ||
|- | |- | ||
! | ! Weight | ||
| {{{weight}}} | | {{{weight}}} | ||
}} | |||
{{#if:{{{religion|}}}| | {{#if:{{{religion|}}}| | ||
|- | |- | ||
! | ! Religion | ||
| {{{religion}}} | | {{{religion}}} | ||
}} | |||
{{#if:{{{education|}}}| | {{#if:{{{education|}}}| | ||
|- | |- | ||
! | ! Education | ||
| {{{education}}} | | {{{education}}} | ||
}} | |||
{{#if:{{{alma_mater|}}}| | {{#if:{{{alma_mater|}}}| | ||
|- | |- | ||
! | ! Alma mater | ||
| {{{alma_mater}}} | | {{{alma_mater}}} | ||
}} | |||
{{#if:{{{father|}}}| | {{#if:{{{father|}}}| | ||
|- | |- | ||
! | ! Father | ||
| {{{father}}} | | {{{father}}} | ||
}} | |||
{{#if:{{{mother|}}}| | {{#if:{{{mother|}}}| | ||
|- | |- | ||
! | ! Mother | ||
| {{{mother}}} | | {{{mother}}} | ||
}} | |||
{{#if:{{{spouse|}}}| | {{#if:{{{spouse|}}}| | ||
|- | |- | ||
! | ! Spouse | ||
| {{{spouse}}} | | {{{spouse}}} | ||
}} | |||
{{#if:{{{children|}}}| | {{#if:{{{children|}}}| | ||
|- | |- | ||
! | ! Children | ||
| {{{children}}} | | {{{children}}} | ||
}} | |||
{{#if:{{{awards|}}}| | {{#if:{{{awards|}}}| | ||
|- | |- | ||
! | ! Awards | ||
| {{{awards}}} | | {{{awards}}} | ||
}} | |||
{{#if:{{{website|}}}| | {{#if:{{{website|}}}| | ||
|- | |- | ||
! | ! Website | ||
| {{{website}}} | | {{{website}}} | ||
}} | |||
{{#if:{{{instagram|}}}| | {{#if:{{{instagram|}}}| | ||
|- | |- | ||
! | ! Instagram | ||
| {{{instagram}}} | | {{{instagram}}} | ||
}} | |||
{{#if:{{{facebook|}}}| | {{#if:{{{facebook|}}}| | ||
|- | |- | ||
! | ! Facebook | ||
| {{{facebook}}} | | {{{facebook}}} | ||
}} | |||
{{#if:{{{twitter|}}}| | {{#if:{{{twitter|}}}| | ||
|- | |- | ||
! | ! X / Twitter | ||
| {{{twitter}}} | | {{{twitter}}} | ||
}} | |||
{{#if:{{{linkedin|}}}| | {{#if:{{{linkedin|}}}| | ||
|- | |- | ||
! | ! LinkedIn | ||
| {{{linkedin}}} | | {{{linkedin}}} | ||
}} | |||
{{#if:{{{youtube|}}}| | {{#if:{{{youtube|}}}| | ||
|- | |- | ||
! | ! YouTube | ||
| {{{youtube}}} | | {{{youtube}}} | ||
}} | |||
|} | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
<pre> | <pre> | ||
{{Infobox person | {{Infobox person | ||
| Line 275: | Line 177: | ||
| image = | | image = | ||
| caption = | | caption = | ||
| birth_date = | | birth_date = | ||
| birth_place = | | birth_place = | ||
| nationality = | | nationality = | ||
| occupation = | | occupation = | ||
| known_for = | | known_for = | ||
| height = | | height = | ||
| weight = | | weight = | ||
| education = | | education = | ||
| spouse = | | spouse = | ||
| children = | | children = | ||
| awards = | | awards = | ||
| website = | | website = | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
Revision as of 20:53, 5 June 2026
Usage
{{Infobox person
| name =
| image =
| caption =
| birth_date =
| birth_place =
| nationality =
| occupation =
| known_for =
| height =
| weight =
| education =
| spouse =
| children =
| awards =
| website =
}}
