Module:Political party/T

From DoveArchives
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 = {
["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 = "",},
["Tulip Party (Cycoldia)"]= {abbrev = "TP", color = "#f60", shortname = "Tulip Party",},
["The Snagovian Environmentalists"] = {abbrev = "TSE", color = "#2b8d02", shortname = "Environmentalists",},
}

return {
full = full,
alternate = alternate,
}