Module:Political party/N

From The League Wiki
Jump to navigation Jump to search

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

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

local alternate = {

}

local full = {
	["National Accountability Party (Sequoyah)"] = {abbrev = "GGU", color = "#FF5858", shortname = "National Accountability",},
	["National Action (Sequoyah)"] = {abbrev = "GA", color = "#FF5349", shortname = "National Action",},
	["National Centrist Party (Sequoyah)"] = {abbrev = "GUU", color = "#6B8E23", shortname = "National Centrist",},
	["National Conservative Party (Castilliano)"] = {abbrev = "PCN", color = "#00529F", shortname = "National Conservative",},
	["National Conservative Party (Creeperopolis)"] = {abbrev = "PCN", color = "#0A238B", shortname = "National Conservative",},
	["National Conservative Party (Sequoyah)"] = {abbrev = "GIU", color = "#000435", shortname = "National Conservative",},
	["National Corporatists (Tirol)"] = {abbrev = "ANP", color = "#262626", shortname = "National Corporatists",},
	["National Democratic Party (Creeperopolis)"] = {abbrev = "PDN", color = "#90EE90", shortname = "National Democratic",},
	["National Federalist Party (Creeperopolis)"] = {abbrev = "PFN", color = "#666666", shortname = "National Federalist",},
	["National Front (Reykanes)"] = {abbrev = "ÞFN", color = "#2C0EB4", shortname = "National Front",},
	["National Liberal Party (Castilliano)"] = {abbrev = "PLN", color = "#DD353D", shortname = "National Liberal",},
	["National Liberal Party (Creeperopolis)"] = {abbrev = "PLN", color = "#2046F6", shortname = "National Liberal",},
	["National Party (Sequoyah)"] = {abbrev = "GU", color = "#FFBF00", shortname = "National",},
	["National Pro-Fatherland Front"] = {abbrev = "PNPP", color = "#8B4513", shortname = "Pro-Fatherland Front",},
	["National Reconstruction Party (Sequoyah)"] = {abbrev = "GAU", color = "#B45F06", shortname = "National Reconstruction",},
	["National Social Party (Gjorka)"] = {abbrev = "PSN", color = "#964B00", shortname = "National Social",},
	["Nationalist Initiative (Ajakanistan)"] = {abbrev = "NIA", color = "#8D6533", shortname = "Nationalist Initiative",},
	["Nationalist Party (Northern Confederation)"] = {abbrev = "Nat", color = "#AAAAAA", shortname = "Nationalist",},
	["National Progress Front (Lurjize)"] = {abbrev = "EPP", color = "#56ade2", shortname = "National Progress",},
	["Nationalist Pro-War Front of Patriots"] = {abbrev = "FPGPN", color = "#F8C401", shortname = "Pro-War Front",},
	["Noundurian Independence Party"] = {abbrev = "PIN", color = "#D22B2B", shortname = "Independentist",},
}

return {
	full = full,
	alternate = alternate,
}