יחידה:Election results – הבדלי גרסאות

תוכן שנמחק תוכן שנוסף
Add valid, invalid and turnout swing
Allow modification of first round/second round column headings so they can be switched to (e.g.) Popular vote and Electoral College
שורה 183:
end
if rounds > 1 then
if args['firstround'] then
row
:tag('th')
:wikitext(args.firstround)
:attr('scope', 'col')
:attr('colspan', 2)
:tag('th')
:wikitext(args.secondround)
:attr('scope', 'col')
:attr('colspan', 2)
secondrow = root:tag('tr')
else
row
:tag('th')
שורה 193 ⟵ 205:
:attr('colspan', 2)
secondrow = root:tag('tr')
end
else
secondrow = row