Module:Political party/L: Difference between revisions

From Infarupedia
(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, }")
Tag: Replaced
No edit summary
 
Line 7: Line 7:


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



Latest revision as of 19:52, 13 June 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"] = {abbrev = "LCP", color = "279300", shortname = "Libcons",},
}

return {
	full = full,
	alternate = alternate,
}