Module:Political party/R: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Red Bloq"] = {abbrev = "RBQ", color = "#E4003B", shortname = "Red Bloq",}, ["Red Bloq of Ahitereira and Koresa"] = {abbrev = "RBQ–AK", color = "#992122", shortname = "Red Bloq (A&K)",}, } return { full = full, alternate = alternate, }"
 
No edit summary
Line 8: Line 8:
["Red Bloq"] = {abbrev = "RBQ", color = "#E4003B", shortname = "Red Bloq",},
["Red Bloq"] = {abbrev = "RBQ", color = "#E4003B", shortname = "Red Bloq",},
["Red Bloq of Ahitereira and Koresa"] = {abbrev = "RBQ–AK", color = "#992122", shortname = "Red Bloq (A&K)",},
["Red Bloq of Ahitereira and Koresa"] = {abbrev = "RBQ–AK", color = "#992122", shortname = "Red Bloq (A&K)",},
["Rael Carinye"] = {abbrev = "RC", color = "#EA619F", shortname = "Rael Carinye",},
}
}