Module:Political party/Faru: Difference between revisions

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


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



Revision as of 23:18, 1 October 2024

Documentation for this module may be created at Module:Political party/Faru/doc

-- Constant data used by [[Module:Political party]]

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

}

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

return {
	full = full,
	alternate = alternate,
}