Difference between revisions of "Module:Political party/L"

From The League Wiki
Jump to navigation Jump to search
Line 9: Line 9:
 
["Labour and Co-operative Party"] = {abbrev = "Lab Coop", color = "#990000", shortname = "Labour Co-op",},
 
["Labour and Co-operative Party"] = {abbrev = "Lab Coop", color = "#990000", shortname = "Labour Co-op",},
 
["League Party (Tirol)"] = {abbrev = "Liga", color = "#003153", shortname = "League",},
 
["League Party (Tirol)"] = {abbrev = "Liga", color = "#003153", shortname = "League",},
 +
["Lewydh"] = {abbrev = "Lwdh", color = "black", shortname = "Lewydh",},
 
["Liberal Democrats for Progress and Change (Sequoyah)"] = {abbrev = "NUGUAT", color = "#00358A", shortname = "Liberal Democrats",},
 
["Liberal Democrats for Progress and Change (Sequoyah)"] = {abbrev = "NUGUAT", color = "#00358A", shortname = "Liberal Democrats",},
 
["Liberal Party (Castilliano)"] = {abbrev = "PL", color = "#800000", shortname = "Liberals",},
 
["Liberal Party (Castilliano)"] = {abbrev = "PL", color = "#800000", shortname = "Liberals",},

Revision as of 15:27, 22 February 2024

Documentation for this module may be created at Module:Political party/L/doc

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

local alternate = {
	["Labour (Tirol)"] = "Labour Party (Tirol)",
}

local full = {
	["Labour Party (Tirol)"] = {abbrev = "Lab", color = "#990000", shortname = "Labour",},
	["Labour and Co-operative Party"] = {abbrev = "Lab Coop", color = "#990000", shortname = "Labour Co-op",},
	["League Party (Tirol)"] = {abbrev = "Liga", color = "#003153", shortname = "League",},
	["Lewydh"] = {abbrev = "Lwdh", color = "black", shortname = "Lewydh",},
	["Liberal Democrats for Progress and Change (Sequoyah)"] = {abbrev = "NUGUAT", color = "#00358A", shortname = "Liberal Democrats",},
	["Liberal Party (Castilliano)"] = {abbrev = "PL", color = "#800000", shortname = "Liberals",},
	["Liberal Party (Creeperopolis)"] = {abbrev = "PL", color = "#DD353D", shortname = "Liberals",},
	["Liberty Party (Tirol)"] = {abbrev = "Lib", color = "#FAA61A", shortname = "Liberty",},
}

return {
	full = full,
	alternate = alternate,
}