Module:Political party/L: Difference between revisions

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


local alternate = {
local alternate = {
["Liberal Conservative Party"] = "Libcon Party",
["Liberal Conservative Party"] = "Libcons",


}
}


local full = {
local full = {
["Liberal Conservative Party"] = {abbrev = "279300", color = "#279300", shortname = "",},
["Liberal Conservative Party"] = {abbrev = "LCP", color = "#279300", shortname = "",},
}
}



Revision as of 23:13, 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"] = "Libcons",

}

local full = {
	["Liberal Conservative Party"] = {abbrev = "LCP", color = "#279300", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}