Module:Political party/P: Difference between revisions
(Created page with "-- Constant data used by Module:Political party local alternate = { ["Progressive Party (Faru)"] = "Progressive Party", } local full = { ["Progressive Party (Faru)"] = {abbrev = "PPF", color = "#FF6A01", shortname = "",}, } return { full = full, alternate = alternate, }") |
No edit summary |
||
Line 6: | Line 6: | ||
local full = { | local full = { | ||
["Progressive Party (Faru)"] = {abbrev = "PPF", color = " | ["Progressive Party (Faru)"] = {abbrev = "PPF", color = "FF6A01", shortname = "",}, | ||
} | } |
Revision as of 17:16, 4 December 2024
Documentation for this module may be created at Module:Political party/P/doc
-- Constant data used by [[Module:Political party]] local alternate = { ["Progressive Party (Faru)"] = "Progressive Party", } local full = { ["Progressive Party (Faru)"] = {abbrev = "PPF", color = "FF6A01", shortname = "",}, } return { full = full, alternate = alternate, }