Content deleted Content added
+ |
+ |
||
Line 116:
cell
:wikitext(string.format('%.2f%%', args['votes' .. v] / valid * 100))
end
row:node(cell)
local cell = mw.html.create('td')
cell
:css('text-align', 'right')
if args['seats' .. v] then
cell
:wikitext(seats)
end
row:node(cell)
local cell = mw.html.create('td')
cell
:css('text-align', 'right')
if args['sc' .. v] then
cell
:wikitext(sc)
end
row:node(cell)
|