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 12:35, 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    23:57  Template:Tc nom list diffhist +318 Sharkius talk contribs (Created page with "<includeonly>{{#invoke:Storm categories|name}}</includeonly><noinclude>{{Documentation|content= {{Lua|Module:Storm categories}} === Full list of available values === {{#invoke:Storm categories|demo}} {{PAGENAME}} {{PAGENAME}} }}</noinclude>")
N    23:56  Template:TC stats cell format diffhist +4,098 Sharkius talk contribs (Created page with "{{#switch: {{uc:{{{1}}}}} | CAT1 = style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|cat1}}; color:#{{#invoke:StormCategoryColor|renderTextColor|cat1}}; text-shadow: {{#invoke:StormCategoryColor|renderTextGlow|cat1}};" | CAT2 = style="background:#{{#invoke:StormCategoryColor|renderBackgroundColor|cat2}}; color:#{{#invoke:StormCategoryColor|renderTextColor|cat2}}; text-shadow: {{#invoke:StormCategoryColor|renderTextGlow|cat2}};" | CAT3 = style="backgro...")
N    23:55  Template:TC stats desc diffhist +1,986 Sharkius talk contribs (Created page with "{{#switch: {{uc:{{{1}}}}} | CAT1 = {{#invoke:StormCategoryColor|renderCategoryLabel4|cat1}} | CAT2 = {{#invoke:StormCategoryColor|renderCategoryLabel4|cat2}} | CAT3 = {{#invoke:StormCategoryColor|renderCategoryLabel4|cat3}} | CAT4 = {{#invoke:StormCategoryColor|renderCategoryLabel4|cat4}} | CAT5 = {{#invoke:StormCategoryColor|renderCategoryLabel4|cat5}} | CAT6 = {{#invoke:StormCategoryColor|renderCategoryLabel4|cat6}} | CAT7 = {{#invoke:StormCategoryColor|renderCategoryL...")
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...")
N    00:08  Template:Tl diffhist +224 Sharkius talk contribs (Created page with "<span class="nowrap">{{</span>[[Template:{{{1}}}|{{{1}}}]]<span class="nowrap">}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")