Module:Category handler/shared: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

25 June 2024

  • curprev 16:0316:03, 25 June 2024Hori talk contribs 461 bytes +461 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"