မေႃႇၵျူး:Political party/Q

လုၵ်ႉတီႈ ဝီႇၶီႇၽီးတီးယႃး ဢၼ်လွတ်ႈလႅဝ်းထၢင်ႇႁၢင်ႈ ၼၼ်ႉမႃး
Documentation icon ၽိုၼ်ၵႅမ်မိုဝ်းမေႃႇၵျူး[တူၺ်း] [မႄးထတ်း] [ပိုၼ်း] [ၸၢင်း]

Updating this submodule[မႄးထတ်းငဝ်ႈငႃႇ]


Color values[မႄးထတ်းငဝ်ႈငႃႇ]

Political party namecolorabbrevshortnameIs color valid?Contrast normal textContrast unvisited linkContrast visited link
Qaransoor Party#39B9EBAAAFailedAAA
Qaumi Watan Party#b30029QWPFailedFailedFailed
Quami Ekta DalgreenQEDFailedFailedFailed
Queensland Greens#39B54AGreensAAAFailedAA
Queensland Labor Party#008080Queensland LaborFailedFailedFailed
Queremos Puerto#99BE19AAAFailedAAA
Quintuple CoalitionwhiteQCAAAAAAAAA
Quisqueyano Christian Democratic Party#BB0000FailedFailedFailed

-- 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 = "", color = "#BB0000", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}