Jump to content

Module:Political party/Q

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Primefac (talk | contribs) at 17:20, 7 September 2021 (create Q). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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

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

local full = {
	["Qaransoor Party"] = {abbrev = "", color = "#39B9EB", shortname = "",},
	["Qaumi Watan Party"] = {abbrev = "", color = "#b30029", shortname = "QWP",},
	["Quami Ekta Dal"] = {abbrev = "", color = "green", shortname = "QED",},
	["Queensland Greens"] = {abbrev = "", color = "#39B54A", shortname = "Greens",},
	["Queensland Labor Party"] = {abbrev = "", color = "#008080", shortname = "Queensland Labor",},
	["Queremos Puerto"] = {abbrev = "", color = "#99BE19", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}