Module:Lua banner: Difference between revisions

m
1 revision imported
m (1 revision imported)
 
(2 intermediate revisions by 2 users not shown)
Line 35:
moduleLinks[i] = string.format('[[:%s]]', module)
local maybeSandbox = mw.title.new(module .. '/sandbox')
if maybeSandbox and maybeSandbox.exists then
moduleLinks[i] = moduleLinks[i] .. string.format(' ([[:%s|sandbox]])', maybeSandbox.fullText)
end
Line 110:
for i, module in ipairs(modules) do
if module ~= "WP:libraryUtil" then
local moduleProtmoduleTitle = mw.title.new(module).protectionLevels["edit"][1]
local moduleProt = moduleTitle and moduleTitle.protectionLevels["edit"][1]
if moduleProt == nil then moduleProt = 0 else moduleProt = protLevels[moduleProt] end
if moduleProt < currentProt then
Bureaucrats, rtl-contributors, Administrators
1,619

edits