Template:Infobox person: Difference between revisions

From WikiAlpha
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="infobox"
{| class="infobox" style="width:300px;"
|-
|-
! colspan="2" | {{{name|{{PAGENAME}}}}}
! colspan="2" | {{{name|{{PAGENAME}}}}}
{{#if:{{{image|}}}|
|-
| colspan="2" align="center" |
[[File:{{{image}}}|250px]]
{{#if:{{{caption|}}}|<br><small>{{{caption}}}</small>|}}
}}
{{#if:{{{birth_name|}}}|
|-
! Birth name
| {{{birth_name}}}
}}
{{#if:{{{other_names|}}}|
|-
! Other names
| {{{other_names}}}
}}
{{#if:{{{nickname|}}}|
|-
|-
! Nickname(s)
| colspan="2" align="center" | [[File:{{{image|No image available.svg}}}|250px]]
| {{{nickname}}}
}}
 
{{#if:{{{birth_date|}}}|
|-
|-
! Born
! Born
| {{{birth_date}}}{{#if:{{{birth_place|}}}|<br>{{{birth_place}}}|}}
| {{{birth_date|}}}<br>{{{birth_place|}}}
}}
 
{{#if:{{{death_date|}}}|
|-
! Died
| {{{death_date}}}{{#if:{{{death_place|}}}|<br>{{{death_place}}}|}}
}}
 
{{#if:{{{nationality|}}}|
|-
|-
! Nationality
! Nationality
| {{{nationality}}}
| {{{nationality|}}}
}}
 
{{#if:{{{occupation|}}}|
|-
|-
! Occupation
! Occupation
| {{{occupation}}}
| {{{occupation|}}}
}}
 
{{#if:{{{years_active|}}}|
|-
|-
! Years active
! Known for
| {{{years_active}}}
| {{{known_for|}}}
}}
 
{{#if:{{{known_for|}}}|
|-
|-
! Known for
! Education
| {{{known_for}}}
| {{{education|}}}
}}
 
{{#if:{{{title|}}}|
|-
|-
! Title
! Alma mater
| {{{title}}}
| {{{alma_mater|}}}
}}
 
{{#if:{{{height|}}}|
|-
|-
! Height
! Height
| {{{height}}}
| {{{height|}}}
}}
 
{{#if:{{{weight|}}}|
|-
|-
! Weight
! Weight
| {{{weight}}}
| {{{weight|}}}
}}
 
{{#if:{{{religion|}}}|
|-
|-
! Religion
! Religion
| {{{religion}}}
| {{{religion|}}}
}}
 
{{#if:{{{education|}}}|
|-
! Education
| {{{education}}}
}}
 
{{#if:{{{alma_mater|}}}|
|-
! Alma mater
| {{{alma_mater}}}
}}
 
{{#if:{{{father|}}}|
|-
! Father
| {{{father}}}
}}
 
{{#if:{{{mother|}}}|
|-
! Mother
| {{{mother}}}
}}
 
{{#if:{{{spouse|}}}|
|-
|-
! Spouse
! Spouse
| {{{spouse}}}
| {{{spouse|}}}
}}
 
{{#if:{{{children|}}}|
|-
|-
! Children
! Children
| {{{children}}}
| {{{children|}}}
}}
 
{{#if:{{{awards|}}}|
|-
|-
! Awards
! Awards
| {{{awards}}}
| {{{awards|}}}
}}
 
{{#if:{{{website|}}}|
|-
|-
! Website
! Website
| {{{website}}}
| {{{website|}}}
}}
 
{{#if:{{{instagram|}}}|
|-
! Instagram
| {{{instagram}}}
}}
 
{{#if:{{{facebook|}}}|
|-
! Facebook
| {{{facebook}}}
}}
 
{{#if:{{{twitter|}}}|
|-
! X / Twitter
| {{{twitter}}}
}}
 
{{#if:{{{linkedin|}}}|
|-
! LinkedIn
| {{{linkedin}}}
}}
 
{{#if:{{{youtube|}}}|
|-
! YouTube
| {{{youtube}}}
}}
 
|}
|}
</includeonly>
</includeonly>
Line 174: Line 51:
<pre>
<pre>
{{Infobox person
{{Infobox person
| name =
| name = Scott Woodward
| image =
| image = ScottWoodward.jpg
| caption =
| birth_date = January 1, 1980
| birth_date =
| birth_place = New York, United States
| birth_place =
| nationality = American
| nationality =
| occupation = Entrepreneur
| occupation =
| known_for = Marketing
| known_for =
| education = Harvard University
| height =
| alma_mater = Harvard University
| weight =
| height = 5 ft 10 in
| education =
| weight = 75 kg
| spouse =
| religion = Christianity
| children =
| spouse = Jane Doe
| awards =
| children = 2
| website =
| awards = Business Award
| website = example.com
}}
}}
</pre>
</pre>
</noinclude>
</noinclude>

Revision as of 20:55, 5 June 2026


Usage

{{Infobox person
| name = Scott Woodward
| image = ScottWoodward.jpg
| birth_date = January 1, 1980
| birth_place = New York, United States
| nationality = American
| occupation = Entrepreneur
| known_for = Marketing
| education = Harvard University
| alma_mater = Harvard University
| height = 5 ft 10 in
| weight = 75 kg
| religion = Christianity
| spouse = Jane Doe
| children = 2
| awards = Business Award
| website = example.com
}}