Module:Political party/N: Difference between revisions

From Harlon City Server
Content deleted Content added
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 6:
 
local full = {
["National Democratic Party"] = {abbrev = "NDP", color = "#FF99AAFFCA18", shortname = "",},
}
 

Revision as of 14:32, 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 = "#FFCA18", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}