Module:Political party/B

From Harlon City Server
Revision as of 12:51, 16 October 2023 by Muffinbarde (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { ["Business Party"] = {abbrev = "BP", color = "#ECBE31", 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/B/doc

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

local alternate = {

}

local full = {
	["Business Party"] = {abbrev = "BP", color = "#ECBE31", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}