Module:Affiliation: 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.

5 November 2024

  • curprev 08:5208:52, 5 November 2024ESUFranchise talk contribs 562 bytes +562 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..."