Template:Election box/US blanks

From blackwiki
< Template:Election box
Revision as of 21:46, 27 May 2019 by imported>Drdpw (added 2nd example showing "votes necessary' row to denote the number of votes that are required for a proposal to be adopted or a candidate to be elected)
Jump to navigation Jump to search

Cut and paste the code below to get started. For pending elections, candidates should be listed alphabetically. For past elections, candidates should be listed in descending order of how many votes they got.

Display

Example 1

Included are rows for the most common parties in the United States: Democratic, Republican, Constitution, Green, and Libertarian. Delete any that don't apply, and add any that do, as required.

2006 Ohio gubernatorial election
Party Candidate Votes %
style="background-color: Template:Political party color; width: 5px;" | Democratic Barack Obama 9,999 99.99
style="background-color: Template:Republican Party (United States)/meta/color; width: 2px;" | [[Republican Party (United States)|Template:Republican Party (United States)/meta/shortname]] John McCain 9,999 99.99
style="background-color: Template:Political party color; width: 2px;" | Constitution Chuck Baldwin 9,999 99.99
Green Cynthia McKinney 9,999 99.99
style="background-color: Template:Political party color; width: 2px;" | Libertarian Bob Barr 9,999 99.99
style="background-color: Template:Political party color; width: 2px;" | Independent Bernie Sanders 9,999 99.99
write-ins 9,999 99.99
Total votes 9,999 99.99
style="background-color: Template:Political party color" | Democratic gain from [[Republican Party (United States)|Template:Republican Party (United States)/meta/shortname]]

Example 2

1980 Republican presidential nomination
Candidate Votes %
Ronald Reagan 9,999 99.99
George H. W. Bush 9,999 99.99
Harold Stassen 9,999 99.99
Total votes 9,999 99.99
Votes necessary 6666 >66.66

Code

Example 1

{{Election box begin no change | title= }}
{{Election box winning candidate with party link no change
  |party      = Democratic Party (United States)
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box candidate with party link no change
  |party      = Republican Party (United States)
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box candidate with party link no change
  |party      = Constitution Party (United States)
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box candidate with party link no change
  |party      = Green Party (United States)
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box candidate with party link no change
  |party      = Libertarian Party (United States)
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box candidate with party link no change
  |party      = Independent (United States)
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box candidate no change
  |party      = 
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box total no change
  |votes      = 
  |percentage = 100
}}
<!-- Uncomment this section (and delete which ever does not apply) when the results are in:
{{Election box hold with party link without swing
  |winner     = 
}}
{{Election box gain with party link without swing
  |winner     = 
  |loser      = 
}}
-->
{{Election box end}}

Example 2

{{Election box begin no party no change | title= }}
{{Election box winning candidate no party no change|
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box candidate no party no change|
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box candidate no party no change|
  |candidate  = 
  |votes      = 
  |percentage = 
}}
{{Election box total no party no change|
  |votes      = 
  |percentage = 100
}}
{{Election box necessary no party no change|
  |votes      = 
  |percentage = <!-- Use ">X" (ie. >50.00, >66.66) or the exact percentage (ie. 50.06 in an election where the number necessary is 996), do not use erroneous values such as "50+1" or "51".-->
}}
{{Election box end}}