Module:Category handler/shared: Difference between revisions

imported>DarkMatterMan4500
Created page with "-- 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:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return..."
 
Rangerkid51 (talk | contribs)
Rangerkid51 changed the content model of the page Module:Category handler/shared from "plain text" to "Scribunto module"
Tags: content model change Mobile edit Mobile web edit Advanced mobile edit
 
(No difference)