Jump to content

Module:Political party/Q: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
No edit summary
No edit summary
 
Line 15: Line 15:
["Queensland Liberal Party"] = {abbrev = "LIB", color = "#080CAB", shortname = "Liberal",},
["Queensland Liberal Party"] = {abbrev = "LIB", color = "#080CAB", shortname = "Liberal",},
["Queensland National Party"] = {abbrev = "NAT", color = "#008000", shortname = "National",},
["Queensland National Party"] = {abbrev = "NAT", color = "#008000", shortname = "National",},
["Queensland People's Party"] = {abbrev = "QPP", color = "#4169e1", shortname = "People's",},
["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 = "",},

Latest revision as of 02:46, 1 June 2025

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

local alternate = {
	["Qulleq"] = "Qulleq (political party)",
	["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 = "#10C25B", shortname = "Greens",},
	["Queensland Labor Party"] = {abbrev = "ALP", color = "#F00011", shortname = "Labor",},
	["Queensland Labor Party (1957–1978)"] = {abbrev = "QLP", color = "#008080", shortname = "Queensland Labor",},
	["Queensland Liberal Party"] = {abbrev = "LIB", color = "#080CAB", shortname = "Liberal",},
    ["Queensland National Party"] = {abbrev = "NAT", color = "#008000", shortname = "National",},
    ["Queensland People's Party"] = {abbrev = "QPP", color = "#4169e1", shortname = "People's",},
	["Queremos Puerto"] = {abbrev = "", color = "#99BE19", shortname = "",},
	["Quintuple Coalition"] = {abbrev = "QC", color = "white", shortname = "",},
	["Quisqueyano Christian Democratic Party"] = {abbrev = "PQDC", color = "#FEDB1D", shortname = "",},
	["Qurultai-Rukh"] = {abbrev = "", color = "	#0091D5", shortname = "",},
	["Qulleq (political party)"] = {abbrev = "", color = "#F7F17F", shortname = "Qulleq",},
}

return {
	full = full,
	alternate = alternate,
}