Module:Political party/R
Jump to navigation
Jump to search
Documentation for this module may be created at Module:Political party/R/doc
-- Constant data used by [[Module:Political party]]
local alternate = {
}
local full = {
["Radical Left Party"] = {abbrev = "RLP", color = "#e60e7e", shortname = "Radical Left",},
["Red Green Alliance"] = {abbrev = "RGA", color = "#FF0000", shortname = "RGA",},
["Republican Movement (Atovia)"] = {abbrev = "RMA", color = "#FFBF00", shortname = "Republican",},
["Royalist Party of Vishwamitra"] = {abbrev = "RPV", color = "#8A2BE2", shortname = "Royalist Party",},
["Republican Party (Ebenthal)"] = {abbrev = "PR", color = "#1e3f5a", shortname = "Republican",},
}
return {
full = full,
alternate = alternate,
}