Jump to content

Module:Political party/X: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m Primefac moved page Module:Political names/X to Module:Political party/X without leaving a redirect: more accurate name, per talk
m top: update following name change
Line 1: Line 1:
-- Constant data used by [[Module:Political names]]
-- Constant data used by [[Module:Political party]]


local alternate = {
local alternate = {

Revision as of 11:26, 25 September 2021

-- Constant data used by [[Module:Political party]]

local alternate = {
	
}

local full = {
	["X Party"] = {abbrev = "", color = "#6CB0B3", shortname = "",},
	["Ximoko Party"] = {abbrev = "", color = "yellow", shortname = "",},
	["Xixón Sí Puede"] = {abbrev = "", color = "#502553", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}