Content deleted Content added
add "-equivalent" to respective noms |
case-insensitive basins |
||
Line 94:
color = "ff6060",
name = {
default = "Category 5-equivalent tropical cyclone"
},
Line 105:
color = "ff8f20",
name = {
default = "Category 4-equivalent tropical cyclone"
},
Line 116:
color = "ffc140",
name = {
default = "Category 3-equivalent tropical cyclone"
},
Line 127:
color = "ffe775",
name = {
default = "Category 2-equivalent tropical cyclone"
},
Line 138:
color = "ffffcc",
name = {
default = "Category 1-equivalent tropical cyclone"
},
Line 412:
return type(name_def) == "table" and
(
name_def[string.lower(basin
or error("No default name for basin-based category name.")
)
|