Module:Political party/L

From Infarupedia
< Module:Political party
Revision as of 19:48, 13 June 2024 by Chat (talk | contribs) (Replaced content with "-- Constant data used by Module:Political party local alternate = { ["Liberal Conservative Party"] = "Libcon Party", } local full = { ["Liberal Conservative Party"] = {abbrev = "LCP", color = "#279300", shortname = "Libcons",}, } return { full = full, alternate = alternate, }")

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 = "LCP", color = "#279300", shortname = "Libcons",},
}

return {
	full = full,
	alternate = alternate,
}