4,595
edits
No edit summary |
No edit summary |
||
Line 110: | Line 110: | ||
if currentProt == nil then currentProt = 0 else currentProt = protLevels[currentProt] end | if currentProt == nil then currentProt = 0 else currentProt = protLevels[currentProt] end | ||
for i, module in ipairs(modules) do | for i, module in ipairs(modules) do | ||
if module ~= " | if module ~= "SW:libraryUtil" then | ||
local moduleProt = mw.title.new(module).protectionLevels["edit"][1] | local moduleProt = mw.title.new(module).protectionLevels["edit"][1] | ||
if moduleProt == nil then moduleProt = 0 else moduleProt = protLevels[moduleProt] end | if moduleProt == nil then moduleProt = 0 else moduleProt = protLevels[moduleProt] end |