All public logs
Jump to navigation
Jump to search
Combined display of all available logs of The Pinched Universe. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:03, 25 June 2024 Hori talk contribs created page Module:Category handler/shared (Created page with "local a={}function a.matchesBlacklist(b,c)for d,e in ipairs(c)do local f=mw.ustring.match(b,e)if f then return true end end;return false end;function a.getParamMappings(g)local h='Module:Namespace detect/data'if g then return mw.loadData(h).mappings else return require(h).mappings end end;function a.getNamespaceParameters(i,j)local k;if i.isTalkPage then k='talk'else k=mw.site.namespaces[i.namespace].name end;k=mw.ustring.lower(k)return j[k]or{}end;return a")