Template:Infobox Statesman: Difference between revisions
Truthseeker (talk | contribs) 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_..." |
Truthseeker (talk | contribs) 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}}} | ||
}} | }} | ||
{{ | |||
{{Infobox Statesman/row | label=Born | |||
| value={{#if:{{{birth_date|}}}|{{{birth_date}}}<br />}}{{#if:{{{birth_place|}}}|{{{birth_place}}}} | |||
| {{#if:{{{birth_date|}}}|{{{birth_date}}}<br />}}{{#if:{{{birth_place|}}}|{{{birth_place | |||
}} | }} | ||
{{ | {{Infobox Statesman/row | label=Died | ||
| value={{#if:{{{death_date|}}}|{{{death_date}}}<br />}}{{#if:{{{death_place|}}}|{{{death_place}}}} | |||
| | |||
{{#if:{{{ | |||
{{#if:{{{ | |||
}} | }} | ||
{{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) | |||
: <code>name</code>, <code>image</code>, <code>caption</code> | |||
: <code>birth_date</code>, <code>birth_place</code> e.g. <nowiki>{{Birth date|1706|1|17}}</nowiki> | |||
: <code>death_date</code>, <code>death_place</code> e.g. <nowiki>{{Death date and age|1790|4|17|1706|1|17}}</nowiki> | |||
: <code>nationality</code> • <code>political_affiliation</code> (or <code>political_party</code>) | |||
: <code>spouse</code> • <code>children</code> | |||
: <code>occupation</code> (or <code>profession</code>) | |||
: <code>alma_mater</code> | |||
: <code>major_offices</code> (or <code>offices</code>) — separate items with <code><br /></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}}nationality
•political_affiliation
(orpolitical_party
)spouse
•children
occupation
(orprofession
)alma_mater
major_offices
(oroffices
) — separate items with<br />
known_for
•notable_works
•signature
Empty parameters are hidden automatically via the row helper.