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

תוכן שנמחק תוכן שנוסף
Undid revision 969336758 by Number 57 (talk)
Bolding is not usual practice in tables
שורה 93:
cell
:wikitext(fmt(args['votes' .. v]))
end
if v == winner then
cell
:css('font-weight', 'bold')
end
row:node(cell)
שורה 105 ⟵ 101:
cell
:wikitext(string.format('%.2f%%', args['votes' .. v] / valid * 100))
end
if v == winner then
cell
:css('font-weight', 'bold')
end
row:node(cell)