Module:Political party/N: Difference between revisions

From Harlon City Server
Content added Content deleted
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
 
Line 6: Line 6:


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



Latest revision as of 19:43, 12 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 = "#3F48CC", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}