Module:Political party/P: Difference between revisions

From Infarupedia
(Created page with "-- Constant data used by Module:Political party local alternate = { ["Progressive Party (Faru)"] = "Progressive Party", } local full = { ["Progressive Party (Faru)"] = {abbrev = "PPF", color = "#FF6A01", shortname = "",}, } return { full = full, alternate = alternate, }")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:


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


local full = {
local full = {
["Progressive Party (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,
}