Changes

Jump to: navigation, search

Module:Category handler/shared

40 bytes removed, 18:51, 6 July 2014
allow specifying a custom blacklist
-- and its submodules.
local blacklist = require('Module:Category handler/blacklist') local function matchesBlacklist(page, blacklist) if type(page) ~= 'string' then return nil end
for i, pattern in ipairs(blacklist) do
local match = mw.ustring.match(page, pattern)
Anonymous user

Navigation menu