Module:Political party/U: Difference between revisions

From Infarupedia
(Replaced content with "-- Constant data used by Module:Political party local alternate = { ["United Party of Faru"] = "United Party", } local full = { ["United Party of Faru (Faru)"] = {abbrev = "UPF", color = "#FF0000", shortname = "United",}, } return { full = full, alternate = alternate, }")
Tag: Replaced
No edit summary
Line 3: Line 3:
local alternate = {
local alternate = {
["United Party of Faru"] = "United Party",
["United Party of Faru"] = "United Party",
 
    ["Union Party"] = "United Party",
}
}


local full = {
local full = {
["United Party of Faru (Faru)"] = {abbrev = "UPF", color = "#FF0000", shortname = "United",},
["United Party of Faru (Faru)"] = {abbrev = "UPF", color = "#FF0000", shortname = "United",},
    ["Union Party"] = {abbrev = "UP", color = "#0b3162", shortname = "Union",},
}
}



Revision as of 17:38, 15 January 2025

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

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

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

local full = {
	["United Party of Faru (Faru)"] = {abbrev = "UPF", color = "#FF0000", shortname = "United",},
    ["Union Party"] = {abbrev = "UP", color = "#0b3162", shortname = "Union",},
}

return {
	full = full,
	alternate = alternate,
}