Module:Political party/N: Difference between revisions

From Harlon City Server
Content added Content deleted
(Created page with "-- Constant data used by Module:Political party local alternate = { ["National Democratic Party"] = "National Democratic Party", } local full = { ["National Democratic Party"] = {abbrev = "NDP", color = "#FF99AA", shortname = "",}, } return { full = full, alternate = alternate, }")
Tags: Mobile edit Mobile web edit
 
No edit summary
Tags: Mobile edit Mobile web edit
Line 2: Line 2:


local alternate = {
local alternate = {

["National Democratic Party"] = "National Democratic Party",
}
}



Revision as of 08:31, 8 October 2023

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

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

local alternate = {

}

local full = {
	["National Democratic Party"] = {abbrev = "NDP", color = "#FF99AA", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}