Module:Political party/T

From MicroWiki, the free micronational encyclopædia
Jump to navigation Jump to search

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

local alternate = {
["The Party Party"] = "The Best Party", ["The Dance Party"] = "The Best Party", 
}

local full = {
["Theolonian Pirate League"] = {abbrev = "TPL", color = "#693581", shortname = "Pirate League",},
["Together for Theolonia"] = {abbrev = "TFT", color = "#CA1A83", shortname = "Together",},
["Tolentaria Internationale (Penn)"] = {abbrev = "TI", color = "#FFAA00", shortname = "",},
["The Best Party"] = {abbrev = "🎶🪩🎶", color = "#DABE57", shortname = "The Best",},
["The Snagovian Environmentalists"] = {abbrev = "TSE", color = "#2b8d02", shortname = "Environmentalists",},
}

return {
full = full,
alternate = alternate,
}