Module:Political party/S

From Infarupedia
< Module:Political party
Revision as of 17:53, 9 October 2024 by Chat (talk | contribs) (Created page with "-- Constant data used by Module:Political party local alternate = { ["Shield Party"] = "Shield Party", } local full = { ["Shield Party (Faru)"] = {abbrev = "SP", color = "#F08000", shortname = "",}, } return { full = full, alternate = alternate, }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

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

local alternate = {
	["Shield Party"] = "Shield Party",
}

local full = {
	["Shield Party (Faru)"] = {abbrev = "SP", color = "#F08000", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}