All public logs

Jump to navigation Jump to search

Combined display of all available logs of Mepdata. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:14, 26 August 2024 Admin talk contribs created page MODULE:SearchParser (Created page with "local p = {} local letterToNs = { Q = 0, P = 120, L = 146, E = 640, } local function strafter(arg, pre) local length = mw.ustring.len(pre) if mw.ustring.sub(arg, 1, length) == pre then return mw.ustring.sub(arg, length + 1) end return nil end local function booleanOutput(val) local map = {[true] = '1', [false] = ''} return map[val] end local function namespaceIdFromEntityId(entityId) if not mw.wikibase.isValidEntityId(entityId) then return nil e...")