Content deleted Content added
? |
? |
||
Line 1,010:
:wikitext(args['st5t' .. v] or '–')
end
if args['totseats' .. v] and has_sspan or args['atotseats' .. v] and has_sspan then
row
:tag('td')
:attr('rowspan', args['tsspan' .. v])
:css('text-align', 'right')
:wikitext(args['totseats' .. v] or args['atotseats' .. v] or '–')
end
if headings['totseats'] and not args['itotseats' .. v] and not args['atotseats' .. v] and not has_sspan then
|