Module:Political party/N: Difference between revisions
(Created page with "-- Constant data used by Module:Political party local alternate = { ["New Farun Labor"] = "Labor Front", } local full = { ["New Farun Labor (Faru)"] = {abbrev = "NFL", color = "#fe3889", shortname = "",}, } return { full = full, alternate = alternate, }") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
local alternate = { | local alternate = { | ||
["New Farun Labor"] = "Labor | ["New Conservative Party"] = "New Conservative Party", | ||
["New Farun Labor (Faru)"] = "New Farun Labor (Faru)", | |||
} | } | ||
local full = { | local full = { | ||
["New Conservative Party"] = {abbrev = "NCP", color = "#4F8DFF", shortname = "",}, | |||
["New Farun Labor (Faru)"] = {abbrev = "NFL", color = "#fe3889", shortname = "",}, | ["New Farun Labor (Faru)"] = {abbrev = "NFL", color = "#fe3889", shortname = "",}, | ||
} | } |
Latest revision as of 17:16, 6 December 2024
Documentation for this module may be created at Module:Political party/N/doc
-- Constant data used by [[Module:Political party]] local alternate = { ["New Conservative Party"] = "New Conservative Party", ["New Farun Labor (Faru)"] = "New Farun Labor (Faru)", } local full = { ["New Conservative Party"] = {abbrev = "NCP", color = "#4F8DFF", shortname = "",}, ["New Farun Labor (Faru)"] = {abbrev = "NFL", color = "#fe3889", shortname = "",}, } return { full = full, alternate = alternate, }