Module:Timeline of release years: Difference between revisions

Content deleted Content added
mNo edit summary
No edit summary
Line 15:
 
local function color(args, year)
if args[year .. '_color'] then
return args[year .. '_color']
end
return isYearReleased(args, year) and '#0BDA51' or '#228B22'
end