Raxter
创建页面,内容为“-- 摘自Arcaea中文维基:https://arcwiki.mcd.blue/Module:Category_handler/shared -- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:Na…”