Module:Political party/R: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Content added Content deleted
(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",},
}
}



Revision as of 05:01, 15 June 2024

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

-- 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)",},
	["Rael Carinye"] = {abbrev = "RC", color = "#EA619F", shortname = "Rael Carinye",},
}

return {
	full = full,
	alternate = alternate,
}