Main public logs
Appearance
Combined display of all available logs of Shark's Hypothetical Weather. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:47, 23 April 2025 Sharkius talk contribs uploaded File:May11MooreRadarLoop.gif
- 23:47, 23 April 2025 Sharkius talk contribs created page 2030 Winona tornado (Created page with "{{Short description|2030 EF4 tornado in Minnesota}} {{Infobox weather event/EF | image location= 2030 Winona tornado.jpeg | image caption= The tornado before crossing County Road 44 south of Winona | formed= May 25, 2030, 7:41 p.m. CDT (UTC-5:00) | dissipated= May 25, 2030, 8:03 p.m. CDT (UTC-5:00) | duration= 22 minutes | highest winds= 180 | pathlength= 21.95 | fatalities= 6 | injuries= 34 | damage= 1200000 | damage-prefix= ≥ | moneyyear= 2030 | affected= Winona Cou...")
- 23:44, 23 April 2025 Sharkius talk contribs created page File:2030 Moore tornado.png
- 23:44, 23 April 2025 Sharkius talk contribs uploaded File:2030 Moore tornado.png
- 23:41, 23 April 2025 Sharkius talk contribs created page Module:Convert (Created page with "-- Convert a value from one unit of measurement to another. -- Example: {{convert|123|lb|kg}} --> 123 pounds (56 kg) -- See en:Template:Convert/Transwiki guide if copying to another wiki. local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) local abs = math.abs local floor = math.floor local format = string.format local log10 = math.log10 local ustring = mw.ustring local ulen = ustring.len local usub = ustring.sub -- Configuration options to keep ma...")
- 23:39, 23 April 2025 Sharkius talk contribs created page Template:Error (Created page with "{{#invoke:Error|error|{{{message|{{{1}}}}}}|tag={{{tag|}}}}}<noinclude> {{documentation}} </noinclude>")
- 23:39, 23 April 2025 Sharkius talk contribs created page Template:Format price/digits (Created page with "{{#expr:({{{1|1}}} round {{#ifexpr:({{{1|1}}} >= 100) |0 |{{#ifexpr:({{{1|1}}} >= 10) |1 |2 }} }} )}}<noinclude> {{documentation}} </noinclude>")
- 23:39, 23 April 2025 Sharkius talk contribs created page Template:Format price (Created page with "{{#iferror:{{ #ifexpr:(({{{1}}}) >= 1E+27) | {{formatnum:{{Format price/digits|{{#expr:({{{1}}}) / 1E+27}}}}}} octillion}}{{ #ifexpr:((({{{1}}}) >= 1E+24) and (({{{1}}}) < 1E+27)) | {{Format price/digits|{{#expr:({{{1}}}) / 1E+24}}}} septillion}}{{ #ifexpr:((({{{1}}}) >= 1E+21) and (({{{1}}}) < 1E+24)) | {{Format price/digits|{{#expr:({{{1}}}) / 1E+21}}}} sextillion}}{{ #ifexpr:((({{{1}}}) >= 1E+18) and (({{{1}}}) < 1E+21)) | {{Format price/digits|{{#expr:...")
- 23:38, 23 April 2025 Sharkius talk contribs created page Module:Sortkey (Created page with "local getArgs = require('Module:Arguments').getArgs local p = {} function p._encode(sortkey) -- Protect against sortkey nesting. -- Example: {{sort|{{dts|2013|07|07}}|{{dts|1990|12|01}}}} if string.find(sortkey, "sortkey") or string.find(sortkey, "data-sort-value") then return ""; end return mw.text.encode(sortkey) end function p.encode(frame) local args = getArgs(frame); return p._encode(args[1] or "") end local function valid_number(num) -- Return true...")
- 23:38, 23 April 2025 Sharkius talk contribs created page Module:Math (Created page with "--This module provides a number of basic mathematical operations. local yesno, getArgs -- lazily initialized local p = {} -- Holds functions to be returned from #invoke, and functions to make available to other Lua modules. local wrap = {} -- Holds wrapper functions that process arguments from #invoke. These act as intemediary between functions meant for #invoke and functions meant for Lua. --Helper functions used to avoid redundant code. local function...")
- 23:37, 23 April 2025 Sharkius talk contribs created page Module:Number table sorting (Created page with "local lang = mw.language.getContentLanguage() local Math = require('Module:Math') local SortKey = require('Module:Sortkey') -- constants local INF = math.huge local NEGINF = -math.huge local MINUS = '−' -- Unicode U+2212 MINUS SIGN (UTF-8: e2 88 92) -------------------------------------------------------------------------------- -- Nts class -------------------------------------------------------------------------------- local Nts = {} Nts.__index = Nts Nts.formats...")
- 23:37, 23 April 2025 Sharkius talk contribs created page Template:Ntsh (Created page with "<includeonly>{{#invoke:Number table sorting|main|{{{1|}}}|debug={{{debug|no}}}|quiet=yes}}</includeonly><noinclude> {{documentation}} <!-- Add cats and interwikis to the /doc subpage, not here! --> </noinclude>")
- 23:36, 23 April 2025 Sharkius talk contribs created page Template:Ntsp (Created page with "<includeonly>{{ntsh|{{{1}}}}}{{{3|}}}{{Format price|{{{1}}}|{{{2|}}}}}</includeonly><noinclude> <code><nowiki>{{ntsh|{{{1}}}}}{{{3|}}}{{Format price|{{{1}}}|{{{2|}}}}}</nowiki></code> {{documentation}} </noinclude>")
- 23:35, 23 April 2025 Sharkius talk contribs created page Template:Multiple image/styles.css (Created page with "Block: .multiimageinner { display: flex; flex-direction: column; } .trow { display: flex; flex-direction: row; clear: left; flex-wrap: wrap; width: 100%; box-sizing: border-box; } Cell: .tsingle { margin: 1px; float: left; } .theader { clear: both; font-weight: bold; text-align: center; align-self: center; background-color: transparent; width: 100%; } .thumbcaption { background-color: transparent; } .text-align-left { text-align: left; }...")
- 23:35, 23 April 2025 Sharkius talk contribs created page Module:Multiple image (Created page with "-- implements template:multiple image local p = {} local autoscaledimages local nonautoscaledimages local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end local function removepx(s) return tostring(s or ''):match('^(.*)[Pp][Xx]%s*$') or s end local function getdimensions(s, w, h) if tonumber(w) and tonumber(h) then nonautoscaledimages = true return tonumber(w), tonumber(h) end local file = s and mw.title.new('File:' .. mw.uri.decod...")
- 23:35, 23 April 2025 Sharkius talk contribs created page Template:Multiple image (Created page with "{{#invoke:Multiple image|render}}<noinclude>{{documentation}}<!-- PLEASE ADD CATEGORIES TO THE /doc SUBPAGE, THANKS --></noinclude>")
- 23:34, 23 April 2025 Sharkius talk contribs created page Module:File link (Created page with "-- This module provides a library for formatting file wikilinks. local yesno = require('Module:Yesno') local checkType = require('libraryUtil').checkType local p = {} function p._main(args) checkType('_main', 1, args, 'table') -- This is basically libraryUtil.checkTypeForNamedArg, but we are rolling our -- own function to get the right error level. local function checkArg(key, val, level) if type(val) ~= 'string' then error(string.format( "type error in...")
- 23:34, 23 April 2025 Sharkius talk contribs created page Template:Storm color (Created page with "<noinclude>{{pp-template|small=yes}}</noinclude>{{#invoke:Storm categories|color}}<noinclude> {{Documentation}} </noinclude>")
- 23:33, 23 April 2025 Sharkius talk contribs created page Template:EF small (Created page with "{| style="float: {{{align|right}}}; margin: 0.1em; border-spacing: 0.3em 0;" |+ style="color: black; text-align: center;" | Enhanced Fujita Scale |- ! scope="row" style="text-shadow: {{#invoke:StormCategoryColor|renderTextGlow|EFU}}; background-color: #{{#invoke:StormCategoryColor|renderBackgroundColor|EFU}}; color: #{{#invoke:StormCategoryColor|renderTextColor|EFU}}; font-weight: inherit;" | {{#invoke:StormCategoryColor|renderCategoryLabelTorna...")
- 23:33, 23 April 2025 Sharkius talk contribs created page Module:Anchor (Created page with "-- This module implements {{anchor}}. local getArgs = require('Module:Arguments').getArgs local tableTools = require('Module:TableTools') local p = {} function p.main(frame) -- Get the positional arguments from #invoke, remove any nil values, -- and pass them to p._main. local args = getArgs(frame) local argArray = tableTools.compressSparseArray(args) return p._main(unpack(argArray)) end function p._main(...) -- Generate the list of anchors. local anchors = {....")
- 23:32, 23 April 2025 Sharkius talk contribs created page Template:Anchor (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:anchor|main}}<noinclude> {{Documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 23:32, 23 April 2025 Sharkius talk contribs created page Template:Nowrap (Created page with "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>")
- 23:31, 23 April 2025 Sharkius talk contribs created page Enhanced Fujita scale (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...")
- 23:31, 23 April 2025 Sharkius talk contribs created page Module:Color contrast/colors (Created page with "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.8988459998705, bisque = 0.80732327372979, black = 0, blanchedalmond = 0.85084439608156, blue = 0.0722, blueviolet = 0.12622014321946, brown = 0.098224287876511...")
- 23:30, 23 April 2025 Sharkius talk contribs created page Module:Color contrast (Created page with "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB (v) if (v <= 0.03928) then v = v / 12.92 else v = math.pow((v+0.055)/1.055, 2.4) end return v end local function rgbdec2lum(R, G, B) if ( 0 <= R and R < 256 and 0 <= G and G < 256 and 0 <= B and B < 256 ) then return 0.2126 *...")
- 23:30, 23 April 2025 Sharkius talk contribs created page Module:Storm categories/demo (Created page with "-- -- This module handles demonstration and list of possible values for all storm -- category templates! Please test this module on Module:Storm categories/demo/doc -- before publishing to avoid errros. Thank you! -- local colorRatio = require("Module:Color contrast")._ratio local TableTools = require("Module:TableTools") local stormcats = require("Module:Storm categories") local cats = require("Module:Storm categories/categories").cats local colors = require("Module...")
- 23:29, 23 April 2025 Sharkius talk contribs created page Template:Pp-template (Created page with "<includeonly>{{#invoke:Protection banner|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 23:28, 23 April 2025 Sharkius talk contribs created page Module:Storm categories/icons (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["...")
- 23:28, 23 April 2025 Sharkius talk contribs created page Module:Storm categories/colors (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...")
- 23:27, 23 April 2025 Sharkius talk contribs created page Module:Storm categories/categories (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...")
- 23:27, 23 April 2025 Sharkius talk contribs created page Module:Storm categories (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],...")
- 23:26, 23 April 2025 Sharkius talk contribs created page Template:Storm colour (Created page with "<noinclude>{{pp-template|small=yes}}</noinclude>{{#invoke:Storm categories|color}}<noinclude> {{Documentation}} </noinclude>")
- 23:25, 23 April 2025 Sharkius talk contribs created page Module:Convert/text (Created page with "-- Text used by Module:Convert for enwiki. -- This is a separate module to simplify translation for use on another wiki. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- Some units accept an SI prefix before the unit code, such as "kg" for kilogram. local SIprefixes = { -- The prefix field is what the prefix should be, if different from the prefix used. ['Q'] = { exponent = 30, name = 'quetta', }, ['R'] = { exponent = 27,...")
- 23:25, 23 April 2025 Sharkius talk contribs created page Module:ConvertCustom (Created page with "local p = {} function p.main(frame) -- Get the input arguments from the template local args = frame.args -- Check if the first argument (pressure) is passed and valid local pressure = tonumber(args[1]) -- args[1] is the first parameter passed from the template if not pressure then return "Error: Invalid or missing pressure value." end -- Get significant figures (default is 4) for general calculations local sigfig = tonumber(args...")
- 23:24, 23 April 2025 Sharkius talk contribs created page Module:Convert/data (Created page with "-- Conversion data used by Module:Convert which uses mw.loadData() for -- read-only access to this module so that it is loaded only once per page. -- See en:Template:Convert/Transwiki guide if copying to another wiki. -- -- These data tables follow: -- all_units all properties for a unit, including default output -- default_exceptions exceptions for default output ('kg' and 'g' have different defaults) -- link_exceptions exceptions for links...")
- 23:24, 23 April 2025 Sharkius talk contribs created page Template:Convert (Created page with "<includeonly>{{{{{♥|safesubst:}}}#invoke:convert|convert}}</includeonly><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 23:23, 23 April 2025 Sharkius talk contribs created page Module:StormCategoryColor (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...")
- 23:22, 23 April 2025 Sharkius talk contribs created page MediaWiki:Common.css (Created page with "* This is the CSS common to all desktop skins on en.Wikipedia. * Styling inside .mw-parser-output should generally use TemplateStyles.: Reset italic styling set by user agent: cite, dfn { font-style: inherit; } Straight quote marks for <q>: q { quotes: '"' '"' "'" "'"; } Avoid collision of blockquote with floating elements by swapping margin and padding: blockquote { overflow: hidden; margin: 1em 0; padding: 0 40px; } /* Consistent size for...")
- 23:20, 23 April 2025 Sharkius talk contribs created page Template:Para (Created page with "<code class="tpl-para" style="word-break:break-word;{{SAFESUBST:<noinclude />#if:{{{plain|}}}|border: none; background-color: inherit;}} {{SAFESUBST:<noinclude />#if:{{{plain|}}}{{{mxt|}}}{{{green|}}}{{{!mxt|}}}{{{red|}}}|color: {{SAFESUBST:<noinclude />#if:{{{mxt|}}}{{{green|}}}|#006400|{{SAFESUBST:<noinclude />#if:{{{!mxt|}}}{{{red|}}}|#8B0000|inherit}}}};}} {{SAFESUBST:<noinclude />#if:{{{style|}}}|{{{style}}}}}">|{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{{1}}}=...")
- 23:20, 23 April 2025 Sharkius talk contribs created page Template:Str left (Created page with "<includeonly>{{safesubst:padleft:|{{{2|1}}}|{{{1}}}}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 23:20, 23 April 2025 Sharkius talk contribs created page Template:Suppress categories (Created page with "<includeonly>{{{{{|safesubst:}}}#invoke:Suppress categories|main}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 23:20, 23 April 2025 Sharkius talk contribs created page Template:Template parameter usage (Created page with "{{#switch:{{{label|}}} |=[https://bambots.brucemyers.com/TemplateParam.php?wiki=enwiki&template={{Urlencode:{{#if:{{{1|}}}|{{ROOTPAGENAME:{{{1|}}}}}|{{ROOTPAGENAME}}}}}} {{#ifeq:{{yesno-no|{{{lc}}}}}|no|S|s}}ee a monthly parameter usage report] for {{#if:{{{1|}}}|[[Template:{{ROOTPAGENAME:{{{1|}}}}}]]|this template}} in articles{{#ifeq:{{yesno-no|{{{based}}}}}|yes| based on {{#if:{{{1|}}}|its|this}} TemplateData}}. |None|none=[https://bambots.brucemyers.com/Templat...")
- 23:19, 23 April 2025 Sharkius talk contribs created page Template:TemplateData header (Created page with "<div class="templatedata-header">{{#if:{{{noheader|}}}|<!-- noheader: -->{{Template parameter usage|{{{1|{{BASEPAGENAME}}}}}|based=y}}|<!-- +header: -->This is the {{#if:{{{nolink|}}}|<!-- +header, nolink TD -->TemplateData|<!-- +header, +link TD; DEFAULT: -->TemplateData}}<!-- e.o. #if:nolink; DEFAULT: --> for this template used by TemplateWizard, VisualEditor and other...")
- 23:19, 23 April 2025 Sharkius talk contribs created page Template:Tlx (Created page with "{{#Invoke:Template link general|main|code=on}}<noinclude> {{Documentation|1=Template:Tlg/doc |content = {{tlg/doc|tlx}} }} <!-- Add categories to the /doc subpage, not here! --> </noinclude>")
- 23:18, 23 April 2025 Sharkius talk contribs created page Module:Text/data (Created page with "-- Data required by Module:Text. -- Either Lua string patterns (defined by codepoint) or information about quotes local data = {} data.PatternCJK = mw.ustring.char( 91, 4352, 45, 4607, 11904, 45, 42191, 43072, 45, 43135, 44032, 45, 55215, 63744, 45, 64255, 65072, 45, 6...")
- 23:17, 23 April 2025 Sharkius talk contribs created page Module:Text (Created page with "local yesNo = require("Module:Yesno") local Text = { serial = "2022-07-21", suite = "Text" } --[=[ Text utilities ]=] local function fiatQuote( apply, alien, advance ) -- Quote text -- Parameter: -- apply -- string, with text -- alien -- string, with language code -- advance -- number, with level 1 or 2 local r = apply and tostring(apply) or "" alien = alien or "en" advance = tonumber(advance) or 0 l...")
- 23:17, 23 April 2025 Sharkius talk contribs created page Module:Transclusion count/data/I (Created page with "return { ["IAST"] = 6300, ["IBDB_name"] = 9400, ["ICD10"] = 5000, ["ICD9"] = 4400, ["ICS"] = 3200, ["ICS_flag"] = 3200, ["IDN"] = 3600, ["IMDb_episode"] = 11000, ["IMDb_episodes"] = 3900, ["IMDb_name"] = 163000, ["IMDb_title"] = 202000, ["IMO_Number"] = 4200, ["IMSLP"] = 8800, ["INA"] = 2200, ["IND"] = 8200, ["INR"] = 6300, ["INRConvert"] = 6300, ["INRConvert/CurrentRate"] = 6200, ["INRConvert/USD"] = 6200, ["INRConvert/out"] = 6200, ["IOBDB_name"] = 2100, ["IP"] = 2700,...")
- 23:17, 23 April 2025 Sharkius talk contribs created page Template:Em (Created page with "<em {{#if:{{{role|}}}|role="{{{role}}}"}} {{#if:{{{class|}}}|class="{{{class}}}"}} {{#if:{{{id|}}}|id="{{{id}}}"}} {{#if:{{{style|}}}|style="{{{style}}}"}} {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1}}}</em><noinclude> {{documentation}} <!-- Add categories to the /doc subpage, interwikis to Wikidata, not here --> </noinclude>")
- 23:17, 23 April 2025 Sharkius talk contribs created page Template:Div col end (Created page with "<includeonly></div></includeonly><noinclude> {{Documentation|Template:Div col/doc}} </noinclude>")
- 23:16, 23 April 2025 Sharkius talk contribs created page Module:Check for unknown parameters (Created page with "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing...")