Module:Political party/F: Difference between revisions

From Xomnipedia
Jump to navigation Jump to search
Content deleted Content added
No edit summary
No edit summary
 
Line 8:
["Federal Party (Jimaria)"] = {abbrev = "FP", color = "#0000FF", shortname = "Federal Party",},
["Feriliye Jin"] = {abbrev = "FJ", color = "#C84F09", shortname = "Feriliye",},
["Free Liberal Party of Grensalbourg"] = {abbrev = "FLP", color = "#FAA61A", shortname = "Free Liberal",},
}
 

Latest revision as of 15:52, 10 July 2024

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

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

local alternate = {
	
}

local full = {
	["Federal Party (Jimaria)"] = {abbrev = "FP", color = "#0000FF", shortname = "Federal Party",},
	["Feriliye Jin"] = {abbrev = "FJ", color = "#C84F09", shortname = "Feriliye",},
	["Free Liberal Party of Grensalbourg"] = {abbrev = "FLP", color = "#FAA61A", shortname = "Free Liberal",},
}

return {
	full = full,
	alternate = alternate,
}