Module:Protection banner: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(add an error cat)
m (remove log message)
Line 141: Line 141:
local function attemptMatch()
local function attemptMatch()
local key = table.concat(keyTable, '-')
local key = table.concat(keyTable, '-')
mw.log(key) -- for debugging
return cats[key]
return cats[key]
end
end