Module:Political party/L: Difference between revisions
(Blanked the page) Tags: Blanking Reverted |
(Undo imported revision 5473 by user wikipedia>Impru20) Tags: Replaced Undo |
||
(21 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
-- Constant data used by [[Module:Political party]] | |||
local alternate = { | |||
["Liberal-Conservative Party"] = "Liberal Conservative Party (Faru)", | |||
["Libertarian Party"] = "Libertarian Party", | |||
} | |||
local full = { | |||
["Liberal-Conservative Party (Faru)"] = {abbrev = "LCP", color = "#279300", shortname = "",}, | |||
["Libertarian Party (Faru)"] = {abbrev = "LP", color = "#174A7B", shortname = "",}, | |||
["Liberal-Conservative Party "] = {abbrev = "LCP", color = "#279300", shortname = "",}, | |||
["Libertarian Party"] = {abbrev = "LP", color = "#174A7B", shortname = "",}, | |||
} | |||
return { | |||
full = full, | |||
alternate = alternate, | |||
} |
Latest revision as of 21:40, 2 December 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 (Faru)", ["Libertarian Party"] = "Libertarian Party", } local full = { ["Liberal-Conservative Party (Faru)"] = {abbrev = "LCP", color = "#279300", shortname = "",}, ["Libertarian Party (Faru)"] = {abbrev = "LP", color = "#174A7B", shortname = "",}, ["Liberal-Conservative Party "] = {abbrev = "LCP", color = "#279300", shortname = "",}, ["Libertarian Party"] = {abbrev = "LP", color = "#174A7B", shortname = "",}, } return { full = full, alternate = alternate, }