Content deleted Content added
debug |
synv |
||
Line 11:
--[[----------C A T S----------]]-- -- Assign error categories
local function cats(cat, args)
if cat == 'nocountry' then
return '[[
elseif cat == 'nosubdivision' then
return '[[
end
return ''
end
Line 163 ⟶ 164:
return p.luacode(args)
end
return cats('nosubdivision', args)
end
end
|