Module:Political party/F: 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 = { ["Federal Party (Jimaria)"] = {abbrev = "FP", color = "#0000FF", shortname = "Federal Party",}, } return { full = full, alternate = alternate, }")
 
No edit summary
 
Line 7: Line 7:
local full = {
local full = {
["Federal Party (Jimaria)"] = {abbrev = "FP", color = "#0000FF", shortname = "Federal Party",},
["Federal Party (Jimaria)"] = {abbrev = "FP", color = "#0000FF", shortname = "Federal Party",},
["Feriliye Jin"] = {abbrev = "FJ", color = "#C84F09", shortname = "Feriliye",},
}
}



Latest revision as of 05:05, 15 June 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",},
}

return {
	full = full,
	alternate = alternate,
}