Module:Political party/P

Revision as of 23:00, 9 September 2023 by Insui (talk | contribs) (Created page with "local alternate = { ["Partido Progressistas"] = "Progressistas Party (Cartadania)", } local full = { ["Prism Party (Cartadania)"] = {abbrev = "PRS", color = "#9674C0", shortname = "Prism",}, ["Progressistas Party (Cartadania)"] = {abbrev = "PP", color = "#70AD47", shortname = "Progressistas",}, } 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

local alternate = {
	["Partido Progressistas"] = "Progressistas Party (Cartadania)",
}


local full = {
	["Prism Party (Cartadania)"] = {abbrev = "PRS", color = "#9674C0", shortname = "Prism",},
	["Progressistas Party (Cartadania)"] = {abbrev = "PP", color = "#70AD47", shortname = "Progressistas",},
}

return {
	full = full,
	alternate = alternate,
}