1,201
עריכות
(colspan=3 for rows with no votes when swing is invoked) |
(Add a – to seat column in cases when no seats are entered (e.g. against all lines)) |
||
:wikitext(args['sw' .. v])
end
if headings['seats'] and (args['seats' .. v]) then
row
:tag('td')
:css('text-align', 'right')
:wikitext(fmt(args['seats' .. v]))
elseif headings['seats'] then
row
:tag('td')
:css('text-align', 'right')
:wikitext('–')
end
if headings['sc'] then
|