Jump to content

Module:Football box collapsible and Module:Football box collapsible/sandbox: Difference between pages

(Difference between pages)
Page 1
Page 2
Content deleted Content added
fix
 
sync
 
Line 233: Line 233:
table.insert(extra, labels['stadium'] .. ' ' .. args['stadium'])
table.insert(extra, labels['stadium'] .. ' ' .. args['stadium'])
end
end
elseif isnotempty(args['stadium']) then
else
location = args['stadium'] or ' '
location = args['stadium']
end
end