Module:Political party/E: Difference between revisions
(Created page with "-- 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, }") |
No edit summary Tag: Manual revert |
(One intermediate revision by the same user not shown) | |
(No difference)
|
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, }