Changes
add nil check for protectionLevels, as it was causing script errors on wikis with earlier versions of Scribunto
end
protectionLevels = env.protectionLevels
if not protectionLevels then
return nil
end
local editLevels = protectionLevels.edit
local moveLevels = protectionLevels.move