Content deleted Content added
No edit summary |
No edit summary |
||
Line 24:
end
if args['votes' .. i] then
local
args['votes' .. i] =
if
winner[1] = i
winner_votes[1] =
end
valid[1] = valid[1] +
end
if args['votes' .. i .. '_2'] then
rounds = 2
local
args['votes' .. i .. '_2'] =
if
winner[2] = i
winner_votes[2] =
end
valid[2] = valid[2] +
end
end
Line 261:
:css('text-align', 'right')
:wikitext(fmt(args['seats' .. v]))
:css('text-align', 'right')
:wikitext(args['sc' .. v])
end
end
|