Module:Political party/T: Difference between revisions

From Project: Jotunnheim
Jump to navigation Jump to search
Content added Content deleted
(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, }")
 
No edit summary
Line 7: Line 7:
 
local full = {
 
local full = {
 
["Tschintierst People’s Party"] = {abbrev = "", color = "#202F8E", shortname = "",},
 
["Tschintierst People’s Party"] = {abbrev = "", color = "#202F8E", shortname = "",},
  +
["True Gintem Party"] = {abbrev = "", color = "#292E44", shortname = "",},
 
}
 
}
   

Revision as of 22:02, 6 November 2024

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 = "",},
	["True Gintem Party"] = {abbrev = "", color = "#292E44", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}