Module:Political party/T

From Project: Jotunnheim
Revision as of 21:40, 6 November 2024 by Marie (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { ["Tschintierst People’s Party"] = "TGT" } local full = { ["Tschintierst People’s Party"] = {abbrev = "", color = "#202F8E", shortname = "",}, } return { full = full, alternate = alternate, }")
(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/T/doc

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

local alternate = {
	["Tschintierst People’s Party"] = "TGT"
}

local full = {
	["Tschintierst People’s Party"] = {abbrev = "", color = "#202F8E", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}