Module:Political party/U: Difference between revisions
Jump to navigation
Jump to search
Created page with "local alternate = { ["uniconser"] = "United Conservative Party (Cartadania)", ["Partido Conservador Unido"] = "United Conservative Party (Cartadania)", } local full = { ["United Conservative Party (Cartadania)"] = {abbrev = "UCP", color = "#064CB4", shortname = "UCon",}, } return { full = full, alternate = alternate, }" |
mNo edit summary |
||
Line 1: | Line 1: | ||
local alternate = { | local alternate = { | ||
[" | ["Uniconser"] = "United Conservative Party (Cartadania)", | ||
["Partido Conservador Unido"] = "United Conservative Party (Cartadania)", | ["Partido Conservador Unido"] = "United Conservative Party (Cartadania)", | ||
} | } |
Latest revision as of 22:14, 9 September 2023
Documentation for this module may be created at Module:Political party/U/doc
local alternate = {
["Uniconser"] = "United Conservative Party (Cartadania)",
["Partido Conservador Unido"] = "United Conservative Party (Cartadania)",
}
local full = {
["United Conservative Party (Cartadania)"] = {abbrev = "UCP", color = "#064CB4", shortname = "UCon",},
}
return {
full = full,
alternate = alternate,
}