Module:Political party/D

From Eratosthenia
Jump to navigation Jump to search
==Color values==
Political party namecolorabbrevshortnameIs color valid?Contrast normal textContrast unvisited linkContrast visited link
Democratic Party#FFD700DEMDemocratsAAAAAAAA
Deverauxshire Party#64B69ADeverauxshireAAAFailedAA
Direct Democracy Party#BBD9DBDirect DemocracyAAAAAAAA

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

local alternate = {
}

local full = {
		["Democratic Party"] = {abbrev = "DEM", color = "#FFD700", shortname = "Democrats",},
		["Deverauxshire Party"] = {abbrev = "", color = "#64B69A", shortname = "Deverauxshire",},
		["Direct Democracy Party"] = {abbrev = "", color = "#BBD9DB", shortname = "Direct Democracy",},
}

return {
	full = full,
	alternate = alternate,
}