Module:Political party/S

Revision as of 22:52, 9 September 2023 by Insui (talk | contribs) (Created page with "local alternate = { ["socialdemocracia"] = "Social Democracy Party (Cartadania)", ["Partido da Social Democracy"] = "Social Democracy Party (Cartadania)", } local full = { ["Social Democracy Party (Cartadania)"] = {abbrev = "SDP", color = "#BE1818", shortname = "SocDem",}, } return { full = full, alternate = alternate, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Political party/S/doc

local alternate = {
	["socialdemocracia"] = "Social Democracy Party (Cartadania)",
	["Partido da Social Democracy"] = "Social Democracy Party (Cartadania)",
}


local full = {
	["Social Democracy Party (Cartadania)"] = {abbrev = "SDP", color = "#BE1818", shortname = "SocDem",},
}

return {
	full = full,
	alternate = alternate,
}