Module:Political party/C: Difference between revisions

From Osolia Wiki
Hydrogen (talk | contribs)
Created page with "local alternate = { } local full = { ["Caterpillar"] = {abbrev = "CAT", color = "#911BB9", shortname = "",}, } return { full = full, alternate = alternate, }"
(No difference)

Revision as of 00:54, 16 February 2025

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

local alternate = {
}

local full = {
	["Caterpillar"] = {abbrev = "CAT", color = "#911BB9", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}