Module:Political party/P: Difference between revisions

From Infarupedia
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


local alternate = {
local alternate = {
["Progressive Party of Faru"] = "Progressive Party",
["Progressive Party of Faru"] = "Progressive Party of Faru",
}
}


local full = {
local full = {
["Progressive Party of Faru"] = {abbrev = "PPF", color = "FF6A01", shortname = "",},
["Progressive Party of Faru"] = {abbrev = "PPF", color = "#FF6A01", shortname = "",},


}
}

Latest revision as of 17:20, 4 December 2024

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

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

local alternate = {
	["Progressive Party of Faru"] = "Progressive Party of Faru",
}

local full = {
	["Progressive Party of Faru"] = {abbrev = "PPF", color = "#FF6A01", shortname = "",},

}

return {
	full = full,
	alternate = alternate,
}