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
 
(One intermediate revision by the same user not shown)
Line 6:
 
local full = {
["National Democratic Party"] = {abbrev = "NDP", color = "#FF99AA3F48CC", 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,
}