Content deleted Content added
make this the ul directly |
add error here |
||
Line 70:
if not portals[1] then
local nominimum = args.nominimum
local error = mw.html.create()
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
|