Content deleted Content added
MusikBot II (talk | contribs) m Changed protection settings for "Module:Tropical cyclone categories": High-risk template or module: 4847 transclusions (more info) ([Edit=Require extended confirmed access] (indefinite) [Move=Require extended confirmed access] (indefinite)) |
support more colors |
||
Line 367:
-- ambiguous. This is also used to override the output of some codes.
local colors = {
-- Basin colors
["5"] = cats["cat5"].color,
["4"] = cats["cat4"].color,
Line 372 ⟶ 373:
["2"] = cats["cat2"].color,
["1"] = cats["cat1"].color,
-- Enhanced Fujita scale
["EF5"] = cats["cat5"].color,
["EF4"] = cats["cat4"].color,
["EF3"] = cats["cat3"].color,
["EF2"] = cats["cat2"].color,
["EF1"] = cats["cat1"].color,
-- Depression
["d"] = "80ccff",
-- FMS scale
["a5"] = cats["aus5"].color,
["a4"] = cats["aus4"].color,
|