Module:Political party/L: Difference between revisions

From Infarupedia
(Blanked the page)
Tags: Blanking Reverted
No edit summary
Tag: Manual revert
Line 1: Line 1:
-- Constant data used by [[Module:Political party]]


local alternate = {
["Liberal Conservative Party"] = "Libcons",
}
local full = {
["Liberal Conservative Party (Faru)"] = {abbrev = "LCP", color = "#14B0A7", shortname = "",},
}
return {
full = full,
alternate = alternate,
}

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

return {
	full = full,
	alternate = alternate,
}