Created page with "<includeonly> {| class="infobox" style="width:25em; font-size:90%; text-align:left" |- ! colspan="2" style="background:#0b2c5f; color:#fff; text-align:center; font-size:120%; font-weight:bold;" | {{{name|{{PAGENAME}}}}} {{#if:{{{image|}}}| |- | colspan="2" style="text-align:center;" | [[File:{{{image}}}|280px|{{{caption|}}}]] }} {{#if:{{{caption|}}}| |- | colspan="2" style="text-align:center; font-size:88%; color:#555;" | {{{caption}}} }} {{#if:{{{birth_date|}}}{{{birth_..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
| colspan="2" style="text-align:center; font-size:88%; color:#555;" | {{{caption}}}
| colspan="2" style="text-align:center; font-size:88%; color:#555;" | {{{caption}}}
}}
}}
{{#if:{{{birth_date|}}}{{{birth_place|}}}|
 
|-
{{Infobox Statesman/row | label=Born
! style="width:35%;" | Born
| value={{#if:{{{birth_date|}}}|{{{birth_date}}}<br />}}{{#if:{{{birth_place|}}}|{{{birth_place}}}}
| {{#if:{{{birth_date|}}}|{{{birth_date}}}<br />}}{{#if:{{{birth_place|}}}|{{{birth_place}}}}}
}}
{{#if:{{{death_date|}}}{{{death_place|}}}|
|-
! Died
| {{#if:{{{death_date|}}}|{{{death_date}}}<br />}}{{#if:{{{death_place|}}}|{{{death_place}}}}}
}}
}}
{{#if:{{{nationality|}}}|
{{Infobox Statesman/row | label=Died
|-
| value={{#if:{{{death_date|}}}|{{{death_date}}}<br />}}{{#if:{{{death_place|}}}|{{{death_place}}}}
! Nationality
| {{{nationality}}}
}}
{{#if:{{{political_affiliation|{{{political_party|}}}}}|
|-
! Political affiliation
| {{{political_affiliation|{{{political_party|}}}}}}
}}
{{#if:{{{spouse|}}}|
|-
! Spouse
| {{{spouse}}}
}}
{{#if:{{{children|}}}|
|-
! Children
| {{{children}}}
}}
{{#if:{{{occupation|{{{profession|}}}}}|
|-
! Occupation(s)
| {{{occupation|{{{profession|}}}}}}
}}
{{#if:{{{alma_mater|}}}|
|-
! Alma mater
| {{{alma_mater}}}
}}
{{#if:{{{major_offices|{{{offices|}}}}}|
|-
! Major offices
| {{{major_offices|{{{offices|}}}}}}
}}
{{#if:{{{known_for|}}}|
|-
! Known for
| {{{known_for}}}
}}
{{#if:{{{notable_works|}}}|
|-
! Notable works
| {{{notable_works}}}
}}
}}
{{Infobox Statesman/row | label=Nationality | value={{{nationality|}}} }}
{{Infobox Statesman/row | label=Political affiliation | value={{{political_affiliation|{{{political_party|}}}}}}}
{{Infobox Statesman/row | label=Spouse | value={{{spouse|}}} }}
{{Infobox Statesman/row | label=Children | value={{{children|}}} }}
{{Infobox Statesman/row | label=Occupation(s) | value={{{occupation|{{{profession|}}}}}}}
{{Infobox Statesman/row | label=Alma mater | value={{{alma_mater|}}} }}
{{Infobox Statesman/row | label=Major offices | value={{{major_offices|{{{offices|}}}}}}}
{{Infobox Statesman/row | label=Known for | value={{{known_for|}}} }}
{{Infobox Statesman/row | label=Notable works | value={{{notable_works|}}} }}
{{#if:{{{signature|}}}|
{{#if:{{{signature|}}}|
|-
|-
Line 71: Line 33:
| [[File:{{{signature}}}|150px|center]]
| [[File:{{{signature}}}|150px|center]]
}}
}}
|}
|}
</includeonly>
</includeonly>
Line 76: Line 39:
'''Infobox Statesman''' — general-purpose infobox for founders, statesmen, scientists, etc.
'''Infobox Statesman''' — general-purpose infobox for founders, statesmen, scientists, etc.


'''Parameters (use only what you need):'''
;Parameters (use only what you need)
* <code>name</code>, <code>image</code>, <code>caption</code>
: <code>name</code>, <code>image</code>, <code>caption</code>
* <code>birth_date</code>, <code>birth_place</code> (use {{Birth date|YYYY|M|D}})
: <code>birth_date</code>, <code>birth_place</code> &nbsp; e.g. <nowiki>{{Birth date|1706|1|17}}</nowiki> 
* <code>death_date</code>, <code>death_place</code> (or {{Death date and age|YYYY|M|D|birthY|birthM|birthD}})
: <code>death_date</code>, <code>death_place</code> &nbsp; e.g. <nowiki>{{Death date and age|1790|4|17|1706|1|17}}</nowiki> 
* <code>nationality</code>
: <code>nationality</code> <code>political_affiliation</code> (or <code>political_party</code>)
* <code>political_affiliation</code> (or <code>political_party</code>)
: <code>spouse</code> <code>children</code>
* <code>spouse</code>, <code>children</code>
: <code>occupation</code> (or <code>profession</code>)
* <code>occupation</code> (or <code>profession</code>)
: <code>alma_mater</code>
* <code>alma_mater</code>
: <code>major_offices</code> (or <code>offices</code>) — separate items with <code>&lt;br /&gt;</code>
* <code>major_offices</code> (or <code>offices</code>) — use <code>&lt;br /&gt;</code> between items
: <code>known_for</code> <code>notable_works</code> <code>signature</code>
* <code>known_for</code>, <code>notable_works</code>
* <code>signature</code>


Empty parameters are hidden automatically.
Empty parameters are hidden automatically via the row helper.
</noinclude>
</noinclude>

Latest revision as of 02:06, 13 August 2025


Infobox Statesman — general-purpose infobox for founders, statesmen, scientists, etc.

Parameters (use only what you need)
name, image, caption
birth_date, birth_place   e.g. {{Birth date|1706|1|17}}
death_date, death_place   e.g. {{Death date and age|1790|4|17|1706|1|17}}
nationalitypolitical_affiliation (or political_party)
spousechildren
occupation (or profession)
alma_mater
major_offices (or offices) — separate items with <br />
known_fornotable_workssignature

Empty parameters are hidden automatically via the row helper.