Module:Political party/F: Difference between revisions

From Infarupedia
(Created page with "-- Constant data used by Module:Political party local alternate = { ["Farun Labor Front (Faru)"] = "Labor Front", } local full = { ["Farun Labor Front (Faru)"] = {abbrev = "FLF", color = "#ff89ff", shortname = "",}, } return { full = full, alternate = alternate, }")
 
No edit summary
Line 2: Line 2:


local alternate = {
local alternate = {
["Farun Labor Front (Faru)"] = "Labor Front",
["Farun Labor Front"] = "Labor Front",


}
}

Revision as of 00:14, 2 October 2024

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

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

local alternate = {
	["Farun Labor Front"] = "Labor Front",

}

local full = {
	["Farun Labor Front (Faru)"] = {abbrev = "FLF", color = "#ff89ff", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}