If you plan to make a YouTube video or other content using bootlegs downloaded from our site, although we can't and won't force you to do anything, we greatly appreciate attribution for the large amounts of time and effort we spend finding these bootlegs. Thank you!

Happy Pride Month, everyone!

Module:Category handler/shared: Difference between revisions

m
Protected "Module:Category handler/shared" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
(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...")
 
m (Protected "Module:Category handler/shared" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))