Module:Political party/L

From MicroWiki, the free micronational encyclopædia
Jump to navigation Jump to search

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

local alternate = {
	["Liberal (BU)"] = "Liberal Party of Baustralia",
	["Libertarian (BU)"] = "Libertarian Party of Baustralia",
}

local full = {
["Labour Party (Adammia)"] = {abbrev = "LAB", color = "#FF0000", shortname = "Labour",},
["Labour Party of Ashukovo"] = {abbrev = "LAB", color = "#C92929", shortname = "Labour",},
["LaRouche Society of Georgienstine"] = {abbrev = "LSG", color = "#00539f", shortname = "LaRouche Society",},
["Left-Green Movement (Atovia)"] = {abbrev = "LGM", color = "#438F52", shortname = "Left-Green",},
["Liberal-Moderate Party"] = {abbrev = "LMP", color = "#EAD300", shortname = "Liberal-Moderate",},
["Liberal Party (Adammia)"] = {abbrev = "LIB", color = "#ffff00", shortname = "Liberal",},
["Liberal Party of Baustralia"] = {abbrev = "Lib", color = "#4db07d", shortname = "Liberal",},
["Liberal Party (Cycoldia)"] = {abbrev = "LP", color = "#faa61a", shortname = "Liberal Party",},
["Libertarian Party of Baustralia"] = {abbrev = "Libtn", color = "#ffcd00", shortname = "Libertarian",},
["Libertarian Party (Atovia)"] = {abbrev = "LPA", color = "#FFD700", shortname = "Libertarian",},
["Left Bloc (Georgienstine)"] = {abbrev = "LB", color = "#FF0000", shortname = "Left Bloc",},
["Liberal Alliance (Juclandia)"] = {abbrev = "AL", color = "#EEC120", shortname = "Liberals",},
["Liberal Democratic Ecologist Party (Juclandia)"] = {abbrev = "PLD-E", color = "#EEC120", shortname = "Liberal Democratic Ecologist Party",},
["Labour Party of Georgienstine"] = {abbrev = "LAB", color = "#FF0000", shortname = "Labour",},
["Liberal Party of Georgienstine (2021)"] = {abbrev = "LIB", color = "#008fe0", shortname = "Liberal",},
["Libertarians (Georgienstine)"] = {abbrev = "LBS", color = "#FFD300", shortname = "Libertarians",},
["Libertarian Party of Georgienstine"] = {abbrev = "LPG", color = "#ffcc00", shortname = "Libertarian",},
["Labour-Democratic Party of Georgienstine"] = {abbrev = "LDP", color = "#ff0000", shortname = "Labour-Democratic",},
}

return {
full = full,
alternate = alternate,
}