Module:Political Party/V: Difference between revisions

From Infarupedia
(Created page with "-- Constant data used by Module:Political party local alternate = { ["Vacant"] = "Vacant", } local full = { ["Vacant"] = {abbrev = "", color = "#FFFFFF", shortname = "",}, } return { full = full, alternate = alternate, }")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:


local full = {
local full = {
["Vacant"] = {abbrev = "", color = "#FFFFFF", shortname = "",},
["Vacant (other)"] = {abbrev = "", color = "#DCDCDC", shortname = "",},
}
}



Latest revision as of 18:28, 2 October 2024

Documentation for this module may be created at Module:Political Party/V/doc

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

local alternate = {
	["Vacant"] = "Vacant",

}

local full = {
	["Vacant (other)"] = {abbrev = "", color = "#DCDCDC", shortname = "",},
}

return {
	full = full,
	alternate = alternate,
}