Module:Political party/T: Difference between revisions
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 difference)
|
Revision as of 22:40, 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 = "",},
}
return {
full = full,
alternate = alternate,
}