Jump to content

Related changes

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.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 07:39, 28 April 2025
 
Page name:
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

24 April 2025

N    00:31  Enhanced Fujita scale diffhist +19,033 Sharkius talk contribs (Created page with "{{EF small}} thumb|The National Weather Service’s arrow showing the EF scale. This includes a description word for each level of the scale. The '''Enhanced Fujita scale''' (abbreviated as '''EF-Scale''') rates tornado intensity based on the severity of the damage they cause. It is used in some countries, including the United States, Canada, France, and Japan. The scale has the sa...")
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...")