Module:Political party/N

From Harlon City Server
Revision as of 08:28, 8 October 2023 by Muffinbarde (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { ["National Democratic Party"] = "National Democratic Party", } local full = { ["National Democratic Party"] = {abbrev = "NDP", color = "#FF99AA", 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/N/doc

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

local alternate = {
	["National Democratic Party"] = "National Democratic Party",
}

local full = {
	["National Democratic Party"] = {abbrev = "NDP", color = "#FF99AA", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}