Module:Political party/D

< Module:Political party
Revision as of 20:42, 28 March 2023 by Greater Carloso (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Democratic Party (Carloso)"] = {abbrev = "Dem", color = "#E3BC00", shortname =...")
(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/D/doc

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

local alternate = {
}

local full = {
			["Democratic Party (Carloso)"] = {abbrev = "Dem", color = "#E3BC00", shortname = "Democratic",},
}

return {
	full = full,
	alternate = alternate,
}