All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Archiepyedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:57, 28 April 2020 Jonathan talk contribs imported Module:Category handler/shared by file upload (1 revision)
- 14:50, 28 April 2020 Jonathan talk contribs deleted page Module:Category handler/shared (content was: "-- 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 require...")
- 14:28, 28 April 2020 Jonathan talk contribs imported Module:Category handler/shared by file upload (1 revision)