All public logs

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

Logs
  • 21:55, 2 November 2024 ESUFranchise talk contribs created page Module:Citizenship (Created page with "local p = {} local citizenshipData = mw.loadData('Module:Citizenship/data') local noArgMsg = '<span style="color: #ff0000">No argument provided.</span>' local invalidArgMsg = '<span style="color: #ff0000">Invalid argument provided.</span>' p.citizenship = function(frame) local args = frame:getParent().args if args[1] == nil then return noArgMsg .. 'Category:Pages with script errors' elseif citizenshipData[args[1]] == nil then return invalidArgMsg .. '[[Cate...")