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).
- 08:52, 5 November 2024 ESUFranchise talk contribs created page Module:Affiliation (Created page with "local p = {} local affiliationData = mw.loadData('Module:Affiliation/data') local noArgMsg = '<span style="color: #ff0000">No argument provided.</span>' local invalidArgMsg = '<span style="color: #ff0000">Invalid argument provided.</span>' p.affiliation = function(frame) local args = frame:getParent().args if args[1] == nil then return noArgMsg .. 'Category:Pages with script errors' elseif affiliationData[args[1]] == nil then return invalidArgMsg .. '[[Cate...")