Module:Political party/F: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
["Farun Labor Front (Faru)"] = {abbrev = "FLF", color = "#ff89ff", shortname = "",}, | ["Farun Labor Front (Faru)"] = {abbrev = "FLF", color = "#ff89ff", shortname = "",}, | ||
["Faru in the Stars (Faru)"] = {abbrev = "FitS", color = "#0005AD", shortname = "",}, | ["Faru in the Stars (Faru)"] = {abbrev = "FitS", color = "#0005AD", shortname = "",}, | ||
["Federation of Mutualists and Agrarians"] = {abbrev = "FMA", color = "#0065B2", shortname = "",}, | |||
} | } | ||
Latest revision as of 15:41, 4 November 2024
Documentation for this module may be created at Module:Political party/F/doc
-- Constant data used by [[Module:Political party]] local alternate = { ["Farun Labor Front"] = "Labor Front", } local full = { ["Farun Labor Front (Faru)"] = {abbrev = "FLF", color = "#ff89ff", shortname = "",}, ["Faru in the Stars (Faru)"] = {abbrev = "FitS", color = "#0005AD", shortname = "",}, ["Federation of Mutualists and Agrarians"] = {abbrev = "FMA", color = "#0065B2", shortname = "",}, } return { full = full, alternate = alternate, }