Module:Political party/L

From Eratosthenia
Jump to navigation Jump to search
==Color values==
Political party namecolorabbrevshortnameIs color valid?Contrast normal textContrast unvisited linkContrast visited link
Labour Party#FF3333LABLabourAAFailedFailed
Labour Workers Party#DC241FLWPLabour WorkersFailedFailedFailed
Liberal Party#FFA500LIBLiberalAAAFailedAAA

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

local alternate = {
}

local full = {
		["Labour Party"] = {abbrev = "LAB", color = "#FF3333", shortname = "Labour",},
		["Labour Workers Party"] = {abbrev = "LWP", color = "#DC241F", shortname = "Labour Workers",},
		["Liberal Party"] = {abbrev = "LIB", color = "#FFA500", shortname = "Liberal",},

}

return {
	full = full,
	alternate = alternate,
}