Module:Political party/E: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 8: | Line 8: | ||
local full = { | local full = { | ||
["Enlightenment Party"] = {abbrev = "EP", color = "#028A8A", shortname = "Enlightenment",}, | ["Enlightenment Party (Faru)"] = {abbrev = "EP", color = "#028A8A", shortname = "Enlightenment",}, | ||
} | } | ||
Latest revision as of 20:36, 9 November 2024
Documentation for this module may be created at Module:Political party/E/doc
-- Constant data used by [[Module:Political party]] local alternate = { ["Enlightenment Party"] = "Enlightenment ", ["Libertarian Party"] = "Libertarian Party", } local full = { ["Enlightenment Party (Faru)"] = {abbrev = "EP", color = "#028A8A", shortname = "Enlightenment",}, } return { full = full, alternate = alternate, }