Module:Political party/L: Difference between revisions

From Infarupedia
No edit summary
No edit summary
Line 2: Line 2:


local alternate = {
local alternate = {
["Liberal Caucus (Faru)"] = "Liberal Caucus",
["Liberal Conservative Party (Faru)"] = "Libcon Party",
["Liberal Conservative Party (Faru)"] = "Libcon Party",


Line 9: Line 8:


local full = {
local full = {
["Liberal Caucus (Faru)"] = {abbrev = "LC", color = "#FFFF00", shortname = "",},
["Liberal Conservative Party (Faru)"] = {abbrev = "LCP", color = "#268c01", shortname = "",},
["Liberal Conservative Party (Faru)"] = {abbrev = "LCP", color = "#268c01", shortname = "",},
}
}

Revision as of 23:28, 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 (Faru)"] = "Libcon Party",


}

local full = {
	["Liberal Conservative Party (Faru)"] = {abbrev = "LCP", color = "#268c01", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}