Module:Political party/L: Difference between revisions
No edit summary Tag: Manual revert |
No edit summary |
||
Line 7: | Line 7: | ||
local full = { | local full = { | ||
["Liberal Conservative Party"] = {abbrev = " | ["Liberal Conservative Party"] = {abbrev = "279300", color = "#279300", shortname = "",}, | ||
} | } | ||
Revision as of 23:01, 1 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"] = "Libcon Party", } local full = { ["Liberal Conservative Party"] = {abbrev = "279300", color = "#279300", shortname = "",}, } return { full = full, alternate = alternate, }