Jump to content

Module:Political party/Q: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
Tag: Reverted
Undid revision 1241726292 by 47.19.150.58 (talk)
Line 13: Line 13:
["Queremos Puerto"] = {abbrev = "", color = "#99BE19", shortname = "",},
["Queremos Puerto"] = {abbrev = "", color = "#99BE19", shortname = "",},
["Quintuple Coalition"] = {abbrev = "QC", color = "white", shortname = "",},
["Quintuple Coalition"] = {abbrev = "QC", color = "white", shortname = "",},
["Quisqueyano Christian Democratic Party"] = {abbrev = "PQDC", color = "yellow", shortname = "",},
["Quisqueyano Christian Democratic Party"] = {abbrev = "PQDC", color = "#FEDB1D", shortname = "",},
}
}



Revision as of 20:37, 22 August 2024

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

local alternate = {
	["QWP"] = "Qaumi Watan Party",
}

local full = {
	["Qaransoor Party"] = {abbrev = "", color = "#39B9EB", shortname = "",},
	["Qaumi Watan Party"] = {abbrev = "QWP", color = "#b30029", shortname = "",},
	["Quami Ekta Dal"] = {abbrev = "QED", color = "green", shortname = "",},
	["Queensland Greens"] = {abbrev = "", color = "#39B54A", shortname = "Greens",},
	["Queensland Labor Party"] = {abbrev = "", color = "#008080", shortname = "Queensland Labor",},
	["Queremos Puerto"] = {abbrev = "", color = "#99BE19", shortname = "",},
	["Quintuple Coalition"] = {abbrev = "QC", color = "white", shortname = "",},
	["Quisqueyano Christian Democratic Party"] = {abbrev = "PQDC", color = "#FEDB1D", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}