Template:Infobox officeholder: Difference between revisions
From Chalo Chatu, Zambia online encyclopedia
Jump to navigationJump to search
Chalochatu (talk | contribs) No edit summary Tag: Reverted |
Chalochatu (talk | contribs) Undo revision 30646 by Chalochatu (talk) Tag: Undo |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{| class="infobox" style="width:22em; font-size:90%; line-height:1.4em;" | {| class="infobox" style="width:22em; font-size:90%; line-height:1.4em;" | ||
! colspan="2" style="text-align:center; font-size:110%; background:#f2f2f2;" | {{{ | ! colspan="2" style="text-align:center; font-size:110%; background:#f2f2f2;" | {{{name|}}} | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | {{{ | | colspan="2" style="text-align:center;" | [[File:{{{image|}}}|200px]] | ||
|- | |- | ||
| colspan="2" style="text-align:center;" | | colspan="2" style="text-align:center; font-size:85%;" | {{{caption|}}} | ||
|- | |- | ||
! style="text-align:left;" | Office | |||
| {{{office|}}} | |||
|- | |- | ||
! style="text-align:left;" | | ! style="text-align:left;" | Term start | ||
| {{{ | | {{{term_start|}}} | ||
|- | |- | ||
! style="text-align:left;" | | ! style="text-align:left;" | Term end | ||
| {{{ | | {{{term_end|}}} | ||
|- | |- | ||
! style="text-align:left;" | | ! style="text-align:left;" | Predecessor | ||
| {{{ | | {{{predecessor|}}} | ||
|- | |- | ||
! style="text-align:left;" | | ! style="text-align:left;" | Successor | ||
| {{{ | | {{{successor|}}} | ||
|- | |- | ||
! style="text-align:left;" | | ! style="text-align:left;" | Nationality | ||
| {{{ | | {{{nationality|}}} | ||
|- | |- | ||
! style="text-align:left;" | | ! style="text-align:left;" | Political party | ||
| {{{ | | {{{party|}}} | ||
|- | |- | ||
! style="text-align:left;" | | ! style="text-align:left;" | Residence | ||
| {{{ | | {{{residence|}}} | ||
|- | |- | ||
! style="text-align:left;" | | ! style="text-align:left;" | Occupation | ||
| {{{ | | {{{occupation|}}} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
| Line 61: | Line 38: | ||
{{Documentation}} | {{Documentation}} | ||
== Usage == | == Usage == | ||
This template | This template creates an infobox for officeholders (e.g. mayors, ministers, presidents). | ||
=== Example === | === Example === | ||
<pre> | <pre> | ||
{{Infobox | {{Infobox officeholder | ||
| | | name = Chilando Chitangala | ||
| image = ChilandoChitangala.jpg | |||
| | | caption = Chitangala in 2023 | ||
| | | office = Mayor of Lusaka | ||
| | | term_start = 12 August 2021 | ||
| | | predecessor = Miles Sampa | ||
| nationality = Zambian | |||
| | | party = Patriotic Front | ||
| | | residence = Lusaka, Zambia | ||
| | | occupation = Politician | ||
| | |||
| | |||
}} | }} | ||
</pre> | </pre> | ||
Latest revision as of 09:16, 1 September 2025
<templatestyles src="Module:Documentation/styles.css"></templatestyles>
Infobox officeholder
The Infobox officeholder template is used to provide a quick, consistent summary of notable people who hold or have held a political or administrative office (such as mayors, ministers, or presidents). It is designed to be placed at the top-right corner of an article.
Usage
Copy and paste the following code into an article and fill in the fields as needed:
{{Infobox officeholder
| name =
| image =
| caption =
| office =
| term_start =
| term_end =
| predecessor =
| successor =
| nationality =
| party =
| residence =
| occupation =
}}
Parameters
- name
- The full name of the person.
- image
- File name of the person’s photo (without the File: prefix).
- caption
- A brief caption for the image.
- office
- The main political or administrative office held (e.g. "Mayor of Lusaka").
- term_start
- Date when the officeholder began their term.
- term_end
- Date when the term ended (leave blank if still serving).
- predecessor
- The person who held the office before.
- successor
- The person who took over after.
- nationality
- The nationality of the officeholder.
- party
- Political party affiliation (if applicable).
- residence
- Primary place of residence.
- occupation
- The person’s profession or occupation.
Example
{{Infobox officeholder
| name = Chilando Chitangala
| image = ChilandoChitangala.jpg
| caption = Chitangala in 2023
| office = Mayor of Lusaka
| term_start = 12 August 2021
| predecessor = Miles Sampa
| nationality = Zambian
| party = Patriotic Front
| residence = Lusaka, Zambia
| occupation = Politician
}}
Usage
This template creates an infobox for officeholders (e.g. mayors, ministers, presidents).
Example
{{Infobox officeholder
| name = Chilando Chitangala
| image = ChilandoChitangala.jpg
| caption = Chitangala in 2023
| office = Mayor of Lusaka
| term_start = 12 August 2021
| predecessor = Miles Sampa
| nationality = Zambian
| party = Patriotic Front
| residence = Lusaka, Zambia
| occupation = Politician
}}