Module:Citizenship: Revision history

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.

2 November 2024

  • curprev 21:5521:55, 2 November 2024ESUFranchise talk contribs 562 bytes +562 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..."