Module:Political party/W

From Infarupedia
< Module:Political party
Revision as of 00:08, 2 October 2024 by Chat (talk | contribs) (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, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

-- 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,
}