Module:PoliticalParty/data: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
p.partyNames = { | p.partyNames = { | ||
["Ind"] = "Independent", | |||
["UAP"] = "Unity and Progress Party", | ["UAP"] = "Unity and Progress Party", | ||
["Unity and Progress"] = "Unity and Progress Party", | ["Unity and Progress"] = "Unity and Progress Party", | ||
Line 11: | Line 12: | ||
--color shortname altname tablecolor link | --color shortname altname tablecolor link | ||
p.parties = { | p.parties = { | ||
["Independent"] = {"B2B3B4", "Ind", "Independent", "CCCCCC", "Independent"}, | |||
["Unity and Progress Party"] = {"F600C2", "UAP", "Unity and Progress", "F67CDD", "Unity and Progress Party"}, | ["Unity and Progress Party"] = {"F600C2", "UAP", "Unity and Progress", "F67CDD", "Unity and Progress Party"}, | ||
["Antarctic Democratic Party"] = {"6f56d6", "ADP", "Antarctic Democratic Party", "A798E5", "Antarctic Democratic Party"}, | ["Antarctic Democratic Party"] = {"6f56d6", "ADP", "Antarctic Democratic Party", "A798E5", "Antarctic Democratic Party"}, |
Revision as of 07:37, 14 November 2023
Documentation for this module may be created at Module:PoliticalParty/data/doc
local p = {}
p.partyNames = {
["Ind"] = "Independent",
["UAP"] = "Unity and Progress Party",
["Unity and Progress"] = "Unity and Progress Party",
["ADP"] = "Antarctic Democratic Party",
["CLAU"] = "Classical Liberalists of the Antarctic Union",
["PRP"] = "Polar Republic Party"
}
--color shortname altname tablecolor link
p.parties = {
["Independent"] = {"B2B3B4", "Ind", "Independent", "CCCCCC", "Independent"},
["Unity and Progress Party"] = {"F600C2", "UAP", "Unity and Progress", "F67CDD", "Unity and Progress Party"},
["Antarctic Democratic Party"] = {"6f56d6", "ADP", "Antarctic Democratic Party", "A798E5", "Antarctic Democratic Party"},
["Classical Liberalists of the Antarctic Union"] = {"fdd116", "CLAU", "Classical Liberalists", "FAE487", "Classical Liberalists of the Antarctic Union"},
["Polar Republic Party"] = {"FF0000", "PRP", "Polar Republic", "FB7A7A", "Polar Republic Party"}
}
return p