Module:Sports series: Difference between revisions

Content deleted Content added
allow for manual coloring of aggregate cell when legs=0
improve logic
Line 113:
end
if aggregate then
if aggregate:find("'''") then
aggregate = aggregate:gsub("'''", "")
aggregate = "<strong>" .. aggregate .. "</strong>"
end
manualColorDraw = aggregate:find("''") and not (aggregate:gsub("''", ""):match("^%s*$"))
aggregate = aggregate:gsub("''", "")