Module:Political party/T: Difference between revisions
Jump to navigation
Jump to search
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 23: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,
}