Module:Political party/W: Difference between revisions

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


local alternate = {
local alternate = {
["Whig Party (Faru)"] = "Whig Party",
["Whig Party"] = "Whig Party",


}
}

Latest revision as of 00:08, 2 October 2024

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

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

local alternate = {
	["Whig Party"] = "Whig Party",

}

local full = {
	["Whig Party (Faru)"] = {abbrev = "Whig", color = "#DAA06D", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}