Related changes
Appearance
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
25 April 2025
N 00:36 | Saffir-Simpson scale diffhist +4,687 Sharkius talk contribs (Created page with "The '''Saffir-Simpson hurricane wind scale''' ('''SSHWS''') classifies '''hurricanes'''—which in the '''Western Hemisphere''' are '''tropical cyclones''' that exceed the intensities of '''tropical depressions''' and '''tropical storms'''—into five categories distinguished by the intensities of their sustained '''winds'''. This measuring system was formerly known as the '''Saffir-Simpson hurricane scale''', or '''SSHS'''. The scale was retired in 2050 in the Atlantic...") |
24 April 2025
N 00:28 | Module:Storm categories/icons diffhist +1,153 Sharkius talk contribs (Created page with "local p = {} local cats = require("Module:Storm categories/categories").cats -- Icon overrides for old {{Tropical cyclone status icons}} that don't have a -- viable category. local icons = { -- Ambiguious 7-tier scale ["1"] = cats["cat1"].icon, ["2"] = cats["cat2"].icon, ["3"] = cats["cat3"].icon, ["4"] = cats["cat4"].icon, ["5"] = cats["cat5"].icon, ["6"] = cats["cat6"].icon, ["H"] = cats["cat7"].icon, -- FMS scale ["a5"] = cats["aus5"].icon, ["a4"] = cats["...") |
N 00:28 | Module:Storm categories/colors diffhist +1,403 Sharkius talk contribs (Created page with "local p = {} local cats = require("Module:Storm categories/categories").cats -- Ambiguous color names. This is because the old {[storm colour}} itself is -- extremely ambiguous. This is also used to override the output of some codes. local colors = { -- AHWS colors ["C5H"] = cats["ahwscat5"].color, ["C4H"] = cats["ahwscat4"].color, ["C3H"] = cats["ahwscat3"].color, ["C2H"] = cats["ahwscat2"].color, ["C1H"] = cats["ahwscat1"].color, ["TS"] = cats["ahwsstorm"].co...") |
N 00:27 | Module:Storm categories/categories diffhist +41,076 Sharkius talk contribs (Created page with "local p = {} -- Define categories -- All sortkeys have been guessed. They may be changed by common sense -- or consensus at Wikipedia talk:WikiProject Tropical cyclones local cats = { -- -- TROPICAL CYCLONES -- severe = { color = "C0FFC0", name = "Severe tropical storm", sortkey = 120, icon = "18px" }, mtstorm = { color = "4DFFFF", -- Old {{storm colour}} did not support. Value guessed. name = "Moderate t...") |
N 00:27 | Module:Storm categories diffhist +3,301 Sharkius talk contribs (Created page with "local categoryData = require("Module:Storm categories/categories") local colors = require("Module:Storm categories/colors").colors local icons = require("Module:Storm categories/icons").icons local cats = categoryData.cats local defaultCategory = categoryData.defaultCategory local p = {} function p.color(frame) return p._color(frame.args[1] or frame:getParent().args[1], false) end function p.name(frame) return p._name( frame.args[1] or frame:getParent().args[1],...") |
N 00:26 | Template:Storm colour diffhist +124 Sharkius talk contribs (Created page with "<noinclude>{{pp-template|small=yes}}</noinclude>{{#invoke:Storm categories|color}}<noinclude> {{Documentation}} </noinclude>") |
N 00:23 | Module:StormCategoryColor diffhist +28,255 Sharkius talk contribs (Created page with "local p = {} -- Function to determine text color based on the category number function p.getTextColor(catnum) catnum = tostring(catnum or "unknown") -- Ensure catnum is a string if catnum == 'cat7' then return 'FFFFFF' -- White for Category 7 with neon glow (text color) else return '000000' -- Default dark gray for other categories end end -- Function to determine text based on the wind speed function p.getWindSpeed(winds) winds = t...") |