Merry Christmas from the IIWiki Team! Have a happy new year!
Module:Political party/S: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
local full = { | local full = { | ||
["Socialist Republicans (Carloso)"] = {abbrev = "SR", color = "#57000E", shortname = "Socialist Republicans",}, | ["Socialist Republicans (Carloso)"] = {abbrev = "SR", color = "#57000E", shortname = "Socialist Republicans",}, | ||
["Synarchist Union (Carloso)"] = {abbrev = "SU", color = "#000000", shortname = "Synarchist Union",}, | |||
} | } | ||
Revision as of 17:58, 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",},
["Synarchist Union (Carloso)"] = {abbrev = "SU", color = "#000000", shortname = "Synarchist Union",},
}
return {
full = full,
alternate = alternate,
}