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 06:41, 3 June 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

1 June 2025

31 May 2025

     22:33  Module:Storm categories/categories 6 changes history 0 [Sharkius (6×)]
     
22:33 (cur | prev) 0 Sharkius talk contribs
     
22:31 (cur | prev) 0 Sharkius talk contribs
     
22:28 (cur | prev) 0 Sharkius talk contribs
     
22:27 (cur | prev) 0 Sharkius talk contribs
     
22:26 (cur | prev) 0 Sharkius talk contribs
     
22:23 (cur | prev) 0 Sharkius talk contribs
N    18:18  Template:TC stats desc AAWS 2 changes history +1,931 [Sharkius (2×)]
     
18:18 (cur | prev) +32 Sharkius talk contribs
N    
18:17 (cur | prev) +1,899 Sharkius talk contribs (Created page with "{{#switch: {{uc:{{{1}}}}} | CAT1 = {{#invoke:StormCategoryColor|renderCategoryLabelAHWS4|ahwscat1}} | CAT2 = {{#invoke:StormCategoryColor|renderCategoryLabelAHWS4|ahwscat2}} | CAT3 = {{#invoke:StormCategoryColor|renderCategoryLabelAHWS4|ahwscat3}} | CAT4 = {{#invoke:StormCategoryColor|renderCategoryLabelAHWS4|ahwscat4}} | CAT5 = {{#invoke:StormCategoryColor|renderCategoryLabelAHWS4|ahwscat5}} | DEPRESSION = {{#invoke:StormCategoryColor|renderCategoryLabelAHWS4|ahwsdepres...")
N    18:15  Template:TC cat sort key AAWS diffhist +727 Sharkius talk contribs (Created page with "<includeonly>{{#switch:{{lc:{{{1}}}}}|ahwsdepression=5|ahwsstorm=8|ahwscat1=10|ahwscat2=20|ahwscat3=30|ahwscat4=40|ahwscat5=50|ahwslow=2|0}}</includeonly><noinclude> This template essentially defines a total order on each basin's tropical cyclone categories so it makes sense to sort by category. Lower categories get low numbers and higher categories get higher numbers. The single parameter taken in is the category name and the output is a natural number that indicates it...")
N    18:11  Template:TC stats cell format AAWS diffhist +3,826 Sharkius talk contribs (Created page with "{{#switch: {{uc:{{{1}}}}} | AHWSCAT1 = style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|ahwscat1}}; color:#{{#invoke:StormCategoryColor|renderTextColor|ahwscat1}}; text-shadow: {{#invoke:StormCategoryColor|renderTextGlow|ahwscat1}};" | AHWSCAT2 = style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|ahwscat2}}; color:#{{#invoke:StormCategoryColor|renderTextColor|ahwscat2}}; text-shadow: {{#invoke:StormCategoryColor|renderTextGlow|ahws...")
N    00:19  Template:TC stats neutral color diffhist +190 Sharkius talk contribs (Created page with "FFFFFF<noinclude> This is the HTML color code for the neutral color of the tropical cyclone statistics tables. Neutral color </noinclude>")

30 May 2025

N    23:48  Module:GetParameters diffhist +1,807 Sharkius talk contribs (Created page with "local p = {} --[[ Helper function that populates the argument list given that user may need to use a mix of named and unnamed parameters. This is relevant because named parameters are not identical to unnamed parameters due to string trimming, and when dealing with strings we sometimes want to either preserve or remove that whitespace depending on the application. ]] function p.getParameters( frame_args, arg_list ) local new_args = {}; local index = 1; loca...")
N    23:47  Module:String2 diffhist +17,240 Sharkius talk contribs (Created page with "require ('strict'); local p = {} p.trim = function(frame) return mw.text.trim(frame.args[1] or "") end p.sentence = function (frame) -- {{lc:}} is strip-marker safe, string.lower is not. frame.args[1] = frame:callParserFunction('lc', frame.args[1]) return p.ucfirst(frame) end p.ucfirst = function (frame) local s = frame.args[1]; if not s or '' == s or s:match ('^%s+$') then -- when <s> is nil, empty, or only whitespace return s; -- abando...")
N    23:28  Module:ConvertMPHKMHTCStats diffhist +492 Sharkius talk contribs (Created page with "local p = {} function round(num, digits) digits = digits or 0 local mult = 10 ^ digits return math.floor(num * mult + 0.5) / mult end function p.main(frame) local args = frame.args local mph = tonumber(args[1]) local sigfig = tonumber(args["sigfig"]) or 4 if not mph then return "" end local kmh = mph * 1.609344 -- Round to nearest integer local rounded_mph = round(mph) local rounded_kmh = round(kmh) return string.format("%d (%d)", rounded_mph, rounded_k...")
N    23:28  Template:ConvertMPHKMHTCStats diffhist +45 Sharkius talk contribs (Created page with "{{#invoke:ConvertMPHKMHTCStats|main|{{{1}}}}}")
     23:19  Module:StormCategoryColor diffhist +642 Sharkius talk contribs