Module:Political party/L: Difference between revisions

Jump to navigation Jump to search
(Created page with "-- Constant data used by Module:Political party local alternate = { } local full = { } return { full = full, alternate = alternate, }")
 
No edit summary
Line 5: Line 5:


local full = {
local full = {
["Liberal Party – The Radicals"] = {abbrev = "PL-R", color = "#F5B82E", shortname = "Liberal-Radicals",},
}
}



Revision as of 23:30, 20 April 2023

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

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

local alternate = {
}

local full = {
	["Liberal Party – The Radicals"] = {abbrev = "PL-R", color = "#F5B82E", shortname = "Liberal-Radicals",},
}

return {
	full = full,
	alternate = alternate,
}