Module:Political party/S

From The League Wiki
Jump to navigation Jump to search

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

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

local alternate = {

}

local full = {
	["Salvadoran Initiative"] = {abbrev = "INSAL", color = "#F8C401", shortname = "Initiative",},
	["Salvadoran Nationalist Party"] = {abbrev = "PNS", color = "#0000CD", shortname = "Nationalists",},
	["Salvadoran Pro-Fatherland Front"] = {abbrev = "FSPP", color = "#00008B", shortname = "Pro-Fatherland Front",},
	["Salvation Movement for Democracy"] = {abbrev = "MSD", color = "#ADD8E6", shortname = "Democracy Movement",},
	["Senvarian Autonomous Party"] = {abbrev = "PAS", color = "#008028", shortname = "Senvarian Autonomous",},
	["Sequoyan Centrist Party"] = {abbrev = "SULU", color = "#808000", shortname = "Sequoyan Centrist",},
	["Sequoyan Communist Party"] = {abbrev = "SUU", color = "#580000", shortname = "Sequoyan Communist",},
	["Sequoyan Independence Party"] = {abbrev = "SUNU", color = "#07ACCB", shortname = "Sequoyan Independence",},
	["Sequoyan Nationalist Party"] = {abbrev = "SGU", color = "#0000CD", shortname = "Sequoyan Nationalist",},
	["Sequoyan Unity Party"] = {abbrev = "SAU", color = "#01315A", shortname = "Sequoyan Unity",},
	["Socialist Party (Rotorua)"] = {abbrev = "PS", color = "#8B0000", shortname = "Socialist Party",},
	["Socialist Party (Sequoyah)"] = {abbrev = "ANU", color = "#EF0000", shortname = "Socialist",},
	["Stratocratic Authority"] = {abbrev = "SA", color = "#FF0000", shortname = "Stratocratic Authority",},
}

return {
	full = full,
	alternate = alternate,
}