Changes

Jump to: navigation, search

Module:Documentation

48 bytes added, 16:24, 18 March 2014
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
Anonymous user

Navigation menu