Module:Political party/S: Difference between revisions
(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, }") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
local alternate = { | local alternate = { | ||
["Shield Party"] = "Shield Party", | ["Shield Party"] = "Shield Party", | ||
["Southern People's Alliance"] = "People's Alliance", | |||
} | } | ||
local full = { | local full = { | ||
["Shield Party (Faru)"] = {abbrev = "SP", color = "#F08000", shortname = "",}, | ["Shield Party (Faru)"] = {abbrev = "SP", color = "#F08000", shortname = "",}, | ||
["Southern People's Alliance (South)"] = {abbrev = "SPA", color = "#a72a31", shortname = "",}, | |||
} | } | ||
Latest revision as of 20:26, 1 December 2024
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", ["Southern People's Alliance"] = "People's Alliance", } local full = { ["Shield Party (Faru)"] = {abbrev = "SP", color = "#F08000", shortname = "",}, ["Southern People's Alliance (South)"] = {abbrev = "SPA", color = "#a72a31", shortname = "",}, } return { full = full, alternate = alternate, }