Template:Infobox person: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
<includeonly> | <includeonly> | ||
{| class="ws-infobox" | |||
|- | |||
| colspan="2" class="ws-title" | | |||
[[File:{{{image|No_image_available.svg}}}|280px|center]] | |||
<div class="ws-name">{{{name|{{PAGENAME}}}}}</div> | <div class="ws-name">{{{name|{{PAGENAME}}}}}</div> | ||
<div class="ws- | {{#if:{{{occupation|}}}|<div class="ws-subtitle">{{{occupation}}}</div>|}} | ||
{{#if:{{{born|}}}| | {{#if:{{{born|}}}| | ||
|- | |||
! Born | |||
| {{{born}}} | |||
}} | }} | ||
{{#if:{{{nationality|}}}| | {{#if:{{{nationality|}}}| | ||
|- | |||
! Nationality | |||
| {{{nationality}}} | |||
}} | }} | ||
{{#if:{{{citizenship|}}}| | {{#if:{{{citizenship|}}}| | ||
|- | |||
! Citizenship | |||
| {{{citizenship}}} | |||
}} | }} | ||
{{#if:{{{occupation|}}}| | {{#if:{{{occupation|}}}| | ||
|- | |||
! Occupation | |||
| {{{occupation}}} | |||
}} | }} | ||
{{#if:{{{organization|}}}| | {{#if:{{{organization|}}}| | ||
|- | |||
! Organization | |||
| {{{organization}}} | |||
}} | }} | ||
{{#if:{{{position|}}}| | {{#if:{{{position|}}}| | ||
|- | |||
! Position | |||
| {{{position}}} | |||
}} | }} | ||
{{#if:{{{education|}}}| | {{#if:{{{education|}}}| | ||
|- | |||
! Education | |||
| {{{education}}} | |||
}} | }} | ||
{{#if:{{{alma_mater|}}}| | {{#if:{{{alma_mater|}}}| | ||
|- | |||
! Alma mater | |||
| {{{alma_mater}}} | |||
}} | }} | ||
{{#if:{{{years_active|}}}| | {{#if:{{{years_active|}}}| | ||
|- | |||
! Years active | |||
| {{{years_active}}} | |||
}} | }} | ||
{{#if:{{{known_for|}}}| | {{#if:{{{known_for|}}}| | ||
|- | |||
! Known for | |||
| {{{known_for}}} | |||
}} | }} | ||
{{#if:{{{awards|}}}| | {{#if:{{{awards|}}}| | ||
|- | |||
! Awards | |||
| {{{awards}}} | |||
}} | }} | ||
{{#if:{{{website|}}}| | {{#if:{{{website|}}}| | ||
|- | |||
! Website | |||
| [{{{website}}} Official Website] | |||
}} | }} | ||
|} | |||
</includeonly> | </includeonly> | ||
Revision as of 18:02, 23 July 2026
Usage
{{Infobox person
|name=
|image=
|occupation=
|born=
|nationality=
|organization=
|years_active=
|known_for=
|awards=
|website=
}}