Module:Political party/S: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


local alternate = {
local alternate = {
["Socialist Republicans (Carloso)"] = {abbrev = "SR", color = "#57000E", shortname = "Socialist Republicans",},
}
}


local full = {
local full = {
["Socialist Republicans (Carloso)"] = {abbrev = "SR", color = "#57000E", shortname = "Socialist Republicans",},
}
}



Revision as of 17:52, 25 March 2023

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

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

local alternate = {
}

local full = {
			["Socialist Republicans (Carloso)"] = {abbrev = "SR", color = "#57000E", shortname = "Socialist Republicans",},
}

return {
	full = full,
	alternate = alternate,
}