Module:Political party/L: Difference between revisions

From Infarupedia
No edit summary
No edit summary
Line 7: Line 7:


local full = {
local full = {
["Liberal Conservative Party (Faru)"] = {abbrev = "LCP", color = "#14B0B7", shortname = "",},
["Liberal Conservative Party (Faru)"] = {abbrev = "LCP", color = "#90C64A", shortname = "",},
}
}



Revision as of 23:33, 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 (Faru)"] = {abbrev = "LCP", color = "#90C64A", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}