Module:PoliticalParty: Revision history

Jump to navigation Jump to search

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.

4 December 2023

14 November 2023

  • curprev 08:1708:17, 14 November 2023upgradewastaken#0 talk contribs 292 bytes +292 Created page with "p = {} local data = require("Module:PoliticalParty/data") function nameConvert(arg) if data.partyNames[arg] ~= nil then return data.partyNames[arg] else return arg end end p.color = function(frame) local arg = frame.args[1] return data.parties[nameConvert(arg)][1] end return p"