Content deleted Content added
Fix |
+ |
||
Line 136:
if args['seats' .. v] then
cell
:wikitext(args.seats)
end
row:node(cell)
Line 144:
if args['sc' .. v] then
cell
:wikitext(args.sc)
end
row:node(cell)
|