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