Module:Political party/P

From Infarupedia
< Module:Political party
Revision as of 17:15, 4 December 2024 by Chat (talk | contribs) (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, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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,
}