Module:Political party/L: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
local alternate = { | local alternate = { | ||
["Liberal-Conservative Party"] = "Liberal Conservative Party", | ["Liberal-Conservative Party"] = "Liberal Conservative Party", | ||
["Libertarian Party"] = "Libertarian Party", | |||
} | } | ||
Line 8: | Line 9: | ||
local full = { | local full = { | ||
["Liberal-Conservative Party (Faru)"] = {abbrev = "LCP", color = "#279300", shortname = "",}, | ["Liberal-Conservative Party (Faru)"] = {abbrev = "LCP", color = "#279300", shortname = "",}, | ||
["Libertarian Party (Faru)"] = {abbrev = "LP", color = "#174A7B", shortname = "",}, | |||
} | } | ||
Revision as of 16:10, 9 October 2024
Documentation for this module may be created at Module:Political party/L/doc
-- Constant data used by [[Module:Political party]] local alternate = { ["Liberal-Conservative Party"] = "Liberal Conservative Party", ["Libertarian Party"] = "Libertarian Party", } local full = { ["Liberal-Conservative Party (Faru)"] = {abbrev = "LCP", color = "#279300", shortname = "",}, ["Libertarian Party (Faru)"] = {abbrev = "LP", color = "#174A7B", shortname = "",}, } return { full = full, alternate = alternate, }