Module:Election results/sandbox: Difference between revisions

Content deleted Content added
+
Seems to have been accidentally removed
Line 790:
:css('text-align', 'right')
:wikitext(pct(args['votes' .. v], valid[1]))
elseif args['avotes' .. v] then
row:tag('td')
:attr('rowspan', args['vspan' .. v])
:css('text-align', 'right')
:css('font-style', 'italic')
:wikitext(fmt(args['avotes' .. v]))
row:tag('td')
:attr('rowspan', args['vspan' .. v])
:css('text-align', 'right')
:css('font-style', 'italic')
:wikitext(pct(args['avotes' .. v], valid[1]))
elseif args['ivotes' .. v] or args ['ipct' .. v] or args['atotal' .. v] then
row:tag('td')