Module:Political party/N

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

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

local alternate = {
	["Nationalist (BU)"] = "Nationalist Party of Baustralia",
}

local full = {
["National Fatherland Party of Atovia"] = {abbrev = "NFPA", color = "#843C41", shortname = "Fatherland",},
["National Liberal Party of Mercia"] = {abbrev = "NLP", color = "#FFEE00", shortname = "NLP",},
["National Liberty Party (Ashukovo)"] = {abbrev = "NLP", color = "#005099", shortname = "National Liberty",},
["National Party of Bepistan"] = {abbrev = "NPB", color = "#00CCFF", shortname = "National",},
["National People's Congress (Vishwamitra)"] = {abbrev = "NPC", color = "#00BFFF", shortname = "",},
["National Republican Party (Felsenia)"] = {abbrev = "NRP", color = "#518d3f", shortname = "Republican",},
["New Democracy (Juclandia)"] = {abbrev = "ND", color = "#006633", shortname = "New Democracy",},
["New Democratic Party (Atovia)"] = {abbrev = "NDP", color = "#EB1C31", shortname = "New Democratic",},
["New Democratic Party (Ebenthal)"] = {abbrev = "ND", color = "#E25822", shortname = "New Democrats",},
["New Progressive Party (Georgienstine)"] = {abbrev = "NPP", color = "#03A800", shortname = "New Progressive",},
["None of These Candidates"] = {abbrev = "NoTC", color = "#000000", shortname = "None of These Candidates",},
["Nova ideas per Sancratosia"] = {abbrev = "NIS", color = "#00692B", shortname = "Nova ideas",},
["Nuclear So-and-so Party"] = {abbrev = "NUC", color = "#00FFFF", shortname = "Nuclear",},
["Nationalist Party of Baustralia"] = {abbrev = "Nat", color = "#273c75", shortname = "Nationalist",},
["Nationalist Party of Georgienstine"] = {abbrev = "NPG", color = "#000080", shortname = "Nationalist",},
["New Democratic Party (Georgienstine)"] = {abbrev = "NDP", color = "#8F00FF", shortname = "New Democratic",},
}

return {
full = full,
alternate = alternate,
}