Content deleted Content added
add error here |
error -> warning |
||
Line 70:
if not portals[1] then
local nominimum = args.nominimum
local
if nominimum ~= 'yes' and nominimum ~= 'y' and nominimum ~= 'true' then
:addClass('error')
:wikitext('No portals specified: please specify at least one portal')
end
if trackingEnabled then
end
return tostring(
end
|