Template:Infobox election: Difference between revisions

From Chalo Chatu, Zambia online encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:
{| class="infobox vevent" style="width:22em; line-height:1.5em;"
{| class="infobox vevent" style="width:22em; line-height:1.5em;"
|+ {{#if:{{{election_name|}}}|{{{election_name}}}}}
|+ {{#if:{{{election_name|}}}|{{{election_name}}}}}
<!-- Meta -->
{{#if:{{{type|}}}|
|-
|-
! style="text-align:center;" | {{#if:{{{type|}}}|{{ucfirst:{{{type}}}}} election}}
! style="text-align:center;" | {{ucfirst:{{{type}}}}} election
}}
{{#if:{{{election_date|}}}|
|-
|-
| style="text-align:center;" | {{#if:{{{election_date|}}}|{{{election_date}}}}}
| style="text-align:center;" | {{{election_date}}}
}}
{{#if:{{{country|}}}|
{{#if:{{{country|}}}|
|-
|-
Line 32: Line 38:
}}
}}


<!-- ===== CANDIDATES (up to 4) ===== -->
<!-- Candidates block header -->
{{#if:{{{nominee1|}}}|
{{#if:{{{nominee1|}}{{{nominee2|}}{{{nominee3|}}{{{nominee4|}}}}}}|
|-
|-
! colspan="2" style="text-align:center; background:#eee;" | Presidential election
! colspan="2" style="text-align:center; background:#eee;" | Presidential election
}}
}}
<!-- Candidate 1 -->
{{#if:{{{image1|}}}|
{{#if:{{{image1|}}}|
|-
|-
Line 59: Line 67:
|-
|-
! Votes
! Votes
| {{#if:{{{popular_vote1|}}}|{{{popular_vote1}}}}} {{#if:{{{percentage1|}}}| ({{{percentage1}}})}}
| {{#if:{{{popular_vote1|}}}|{{{popular_vote1}}}}}{{#if:{{{percentage1|}}}| ({{{percentage1}}})}}
}}
}}


<!-- Candidate 2 -->
{{#if:{{{image2|}}}|
{{#if:{{{image2|}}}|
|-
|-
Line 84: Line 93:
|-
|-
! Votes
! Votes
| {{#if:{{{popular_vote2|}}}|{{{popular_vote2}}}}} {{#if:{{{percentage2|}}}| ({{{percentage2}}})}}
| {{#if:{{{popular_vote2|}}}|{{{popular_vote2}}}}}{{#if:{{{percentage2|}}}| ({{{percentage2}}})}}
}}
}}


<!-- Candidate 3 -->
{{#if:{{{image3|}}}|
{{#if:{{{image3|}}}|
|-
|-
Line 109: Line 119:
|-
|-
! Votes
! Votes
| {{#if:{{{popular_vote3|}}}|{{{popular_vote3}}}}} {{#if:{{{percentage3|}}}| ({{{percentage3}}})}}
| {{#if:{{{popular_vote3|}}}|{{{popular_vote3}}}}}{{#if:{{{percentage3|}}}| ({{{percentage3}}})}}
}}
}}


<!-- Candidate 4 -->
{{#if:{{{image4|}}}|
{{#if:{{{image4|}}}|
|-
|-
Line 134: Line 145:
|-
|-
! Votes
! Votes
| {{#if:{{{popular_vote4|}}}|{{{popular_vote4}}}}} {{#if:{{{percentage4|}}}| ({{{percentage4}}})}}
| {{#if:{{{popular_vote4|}}}|{{{popular_vote4}}}}}{{#if:{{{percentage4|}}}| ({{{percentage4}}})}}
}}
}}


<!-- ===== MAP (optional) ===== -->
<!-- Map (pass full wikitext or leave blank) -->
{{#if:{{{map_image|}}}|
{{#if:{{{map|}}}|
|-
|-
| colspan="2" style="text-align:center;" | [[File:{{{map_image}}}|{{{map_size|300px}}}|alt={{{map_alt|}}}]]
| colspan="2" style="text-align:center;" | {{{map}}}
}}
}}
{{#if:{{{map_caption|}}}|
{{#if:{{{map_caption|}}}|
Line 147: Line 158:
}}
}}


<!-- ===== OFFICEHOLDERS ===== -->
<!-- Officeholders -->
{{#if:{{{title|}}}{{{before_election|}}}{{{after_election|}}}|
{{#if:{{{title|}}}|
|-
|-
! colspan="2" style="text-align:center; background:#eee;" | {{{title}}}
! colspan="2" style="text-align:center; background:#eee;" | {{{title}}}
Line 163: Line 174:
}}
}}


|}</includeonly><noinclude>
|}
Simple, dependency-light election infobox for Chalo Chatu.
</includeonly>
 
<noinclude>
Parameters (common):
Simple, no-Lua election infobox for Chalo Chatu.  
election_name, country, type, election_date, turnout, registered,
Images and maps must be passed as full wikitext (e.g., [[File:Name.png|130x130px]]).
previous_election, previous_year, next_election, next_year,
title, before_election, before_party, after_election, after_party, posttitle, ongoing=yes
 
Candidates (repeat 1–4):
imageN, nomineeN, running_mateN, partyN, popular_voteN, percentageN
 
Map (optional):
map_image  = filename only (no File:)
map_size    = 300px default
map_caption = text
map_alt    = alt text
 
Example:
{{Infobox election
| election_name = 2021 Zambian general election
| country = Zambia
| type = presidential
| election_date = {{Start date|2021|8|12|df=yes}}
| turnout = 70.61%
| image1 = HH2022.png|130x130px
| nominee1 = [[Hakainde Hichilema]]
| running_mate1 = [[Mutale Nalumango]]
| party1 = United Party for National Development
| popular_vote1 = 2,852,348
| percentage1 = 59.02%
| image2 = Edgar Lungu, 26 july 2018 (cropped).jpg|130x130px
| nominee2 = [[Edgar Lungu]]
| running_mate2 = [[Nkandu Luo]]
| party2 = Patriotic Front (Zambia)
| popular_vote2 = 1,870,780
| percentage2 = 38.71%
| map_image = Maps-blogs21-lightonphiri org-2021 zambia presidential elections-by constituencies-overall.svg
| map_caption = 2021 Presidential results by constituency
| title = President
| before_election = [[Edgar Lungu]]
| before_party = Patriotic Front (Zambia)
| after_election = [[Hakainde Hichilema]]
| after_party = United Party for National Development
}}
 
Styling relies on your site’s .infobox CSS.
</noinclude>
</noinclude>

Revision as of 10:14, 19 September 2025


Simple, no-Lua election infobox for Chalo Chatu. Images and maps must be passed as full wikitext (e.g., ).