Module:Political party/T

< Module:Political party
Revision as of 23:21, 20 April 2023 by Montecara (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["The Greens (Montecara)"] = {abbrev = "V", color = "#08A045", shortname = "The Gre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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

local alternate = {
}

local full = {
	["The Greens (Montecara)"] = {abbrev = "V", color = "#08A045", shortname = "The Greens",},
}

return {
	full = full,
	alternate = alternate,
}