Module:Political party/C

From Donjon Wiki
< Module:Political party
Revision as of 05:35, 5 April 2023 by ACG2 (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Conservative Party (Central Exoña)"] = {abbrev = "PC", color = "MediumBlue", sh...")
(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/C/doc

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

local alternate = {

}

local full = {
	["Conservative Party (Central Exoña)"] = {abbrev = "PC", color = "MediumBlue", shortname = "Conservative",},
}

return {
	full = full,
	alternate = alternate,
}