Module:Political party/S: Difference between revisions

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



Revision as of 02:54, 29 April 2024

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

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

local alternate = {

}

local full = {
	["Sunrise National Party"] = {abbrev = "SNP", color = "#FF9000", shortname = "",},
	["Social Democratic Party"] = {abbrev = "SDP", color = "FE245E", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}