Jump to content

Module:Political party/L

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Gonnym (talk | contribs) at 09:51, 28 August 2021 (Created page with '-- Constant data used by Module:Political names local full = { ["Labour Party (UK)"] = { color = "E4003B", name = "Labour Party", }, ["Liberal Democrats (UK)"] = { color = "FAA61A", name = "Liberal Democrats", }, } return { full = full, --alternate = alternate, }'). 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 full = {
	["Labour Party (UK)"] = {
		color = "E4003B",
		name = "Labour Party",
	},
	["Liberal Democrats (UK)"] = {
		color = "FAA61A",
		name = "Liberal Democrats",
	},
}

return {
	full = full,
	--alternate = alternate,
}