Content deleted Content added
No edit summary |
No edit summary |
||
Line 219:
:css('text-align', 'right')
row
:tag('
:wikitext('Valid votes')
:attr('scope', 'row')
:attr('colspan', cols - 2*rounds)
:css('text-align', 'left')
:css('font-weight', 'normal')
for k=1,rounds do
row
Line 235 ⟶ 237:
:css('text-align', 'right')
row
:tag('
:wikitext('Invalid votes')
:attr('scope', 'row')
:attr('colspan', cols - 2*rounds)
:css('text-align', 'left')
:css('font-weight', 'normal')
for k=1,rounds do
row
Line 252 ⟶ 256:
:css('text-align', 'right')
row
:tag('
:wikitext('Total votes')
:attr('scope', 'row')
:attr('colspan', cols - 2*rounds)
:css('text-align', 'left')
Line 268 ⟶ 273:
:css('background', '#eaecf0')
:css('text-align', 'right')
row
:tag(' :wikitext('Registered voters/turnout')
:attr('
:css('text-align', 'left')
:css('font-weight', 'normal')
for k=1,rounds do
row:tag('td')
|