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).
- 22:02, 24 April 2025 Sharkius talk contribs created page Module:For (Created page with "local mArguments --initialize lazily local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local yesNo = require('Module:Yesno') local p = {} --Implements {{For}} from the frame --uses capitalized "For" to avoid collision with Lua reserved word "for" function p.For (frame) mArguments = require('Module:Arguments') return p._For(mArguments.getArgs(frame)) end --Implements {{For}} but takes a manual arguments table function p._For (a...")
- 22:02, 24 April 2025 Sharkius talk contribs created page Module:For related page (Created page with "local mFor = require('Module:For') local mArguments = require('Module:Arguments') local p = {} function p.forFoo (frame) local args = mArguments.getArgs(frame, {parentOnly = true} ) local target if args[1] then target = args[1] else local title = mw.title.getCurrentTitle().text local titles = { mw.ustring.lower(mw.ustring.sub(title, 1, 1)) .. mw.ustring.sub(title, 2), title } local forms = frame.args for k, v in ipairs(forms) do for i, j in...")
- 22:01, 24 April 2025 Sharkius talk contribs created page Template:For timeline (Created page with "{{#invoke:For related page|forFoo|Timeline of %s|Timeline of %ss|Timeline of the %s|Timeline of %s history|what=a chronological guide}}<noinclude>{{documentation}}</noinclude>")
- 22:00, 24 April 2025 Sharkius talk contribs created page Template:Infobox Hurricane Season (Created page with "{| class="infobox vevent" style="width: 22.5em; font-size: 88%; margin: 0 8px; float: right; padding: 0.01em; line-height: 1.55em; cellpadding="1.95" |+ style="font-size: 125%;" | {{PAGENAME}} |- | colspan="2" style="vertical-align: middle; text-align: center;" |{{#if: {{{multiple image|}}} | {{{multiple image}}}<br />{{{image caption}}} | {{#if: {{{image location|}}} | [[File:{{{image location}}}|300px|top]]<br />{{{image caption}}} | ''No image provided''}}}} |- ! cols...")
- 22:00, 24 April 2025 Sharkius talk contribs created page Template:Tcname unused (Created page with "<span style="color:#666666">{{{1|gray}}}{{#if:{{{1|}}}| ''(unused)''}}</span><noinclude> {{PAGENAME}} </noinclude>")
- 21:59, 24 April 2025 Sharkius talk contribs created page 2050 Atlantic hurricane season (Created page with "{{Infobox Hurricane Season|lowest pressure=868 mbar (hPa; 25.99 inHg)|maximum winds={{convert|220|mph|km/h|abbr=on}}<br />''(1 minute sustained)''|stormname=Pixel|last system dissipated=November 17, 2050|image caption=Season summary map|first system formed=June 13, 2050|total dp=21|total storms=20|total hurricanes=15 (record high, tied with 2005)|total mhurricanes=7 (record high, tied with 2005 and 2020)|total fatalities=57,123<br />(Deadliest tropical cyclone season on...")
- 20:15, 24 April 2025 Sharkius talk contribs created page Template:Infobox/styles.css (Created page with "* * Common TemplateStyles used by Template:Extension, Template:Skin, * Template:Tool, etc.: .infobox { box-sizing: border-box; border: 2px solid var( --border-color-base, #a2a9b1 ); width: 280px; border-collapse: collapse; border-spacing: 0; background-color: white; color: #333; these are overriden by .infobox-rtl on the templates of interest: @noflip: clear: right; @noflip: float: right; @noflip: margin: 0 0 0.5em 0.5...")
- 19:48, 24 April 2025 Sharkius talk contribs created page MediaWiki:Mobile.js (Created page with "mw.loader.using('mobile.site.styles')")
- 19:46, 24 April 2025 Sharkius talk contribs created page Template:Editnotice (Created page with "{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |{{Editnotice/notice |expiry={{{expiry|¬}}} |redirect={{{redirect|}}} }} }}{{#ifexpr:{{#ifeq:{{FULLROOTPAGENAME}}|Template:Editnotices |1 |0 }}+{{#switch:{{{expiry|¬}}} |indefinite = 1 | |¬ = 1 <!-- Expiry not specified --> |#default = {{#iferror:{{#time:U|{{{expiry}}}}} |0 <!-- Invalid expiry time --> |{{#ifexpr:{{#time:U|{{{expiry}}}}}-{{#time:U|{{CURRENTTIMESTAMP}}}}>0 |1 <!--...")
- 19:22, 24 April 2025 Sharkius talk contribs created page Template:Legend/styles.css (Created page with "{{pp-template}}: .legend { page-break-inside: avoid; break-inside: avoid-column; } .legend-color { display: inline-block; min-width: 1.25em; height: 1.25em; line-height: 1.25; margin: 1px 0; text-align: center; border: 1px solid black; background-color: transparent; color: black; } .legend-text {empty for now, but part of the design!: }")
- 19:20, 24 April 2025 Sharkius talk contribs created page Module:Message box/ambox.css (Created page with "{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; @noflip: border-left: 10px solid #36c; Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais...")
- 19:05, 24 April 2025 Sharkius talk contribs created page Module:Redirect (Created page with "-- This module provides functions for getting the target of a redirect page. local p = {} -- Gets a mw.title object, using pcall to avoid generating script errors if we -- are over the expensive function count limit (among other possible causes). local function getTitle(...) local success, titleObj = pcall(mw.title.new, ...) if success then return titleObj else return nil end end -- Gets the name of a page that a redirect leads to, or nil if it isn't a -- redi...")
- 19:02, 24 April 2025 Sharkius talk contribs created page Module:Shortcut/styles.css (Created page with "{{pp-template}}: .module-shortcutboxplain { float: right; margin: 0 0 0 1em; border: 1px solid var(--border-color-base, #a2a9b1); background-color: var(--background-color-base, #fff); padding: 0.3em 0.6em 0.2em 0.6em; text-align: center; font-size: 85%; } .module-shortcutboxleft { float: left; margin: 0 1em 0 0; } .module-shortcutlist { display: inline-block; border-bottom: 1px solid var(--border-color-base, #a2a9b1); margin-bottom: 0.2em; } .module-s...")
- 19:00, 24 April 2025 Sharkius talk contribs created page Template:Not a sandbox (Created page with "{{Mbox | type = content | image = 50px|alt=|link= | text = '''This page is ''not'' a sandbox.'''<br><div style="font-size:100%">It should not be used for test editing. To experiment, please use the Wikipedia sandbox, your user sandbox, or the other sandboxes. {{{note|}}}</div> }}{{template other|__EXPECTUNUSEDTEMPLAT...")
- 19:00, 24 April 2025 Sharkius talk contribs created page Template:No redirect (Created page with "{{safesubst:<noinclude/>#if: {{safesubst:<noinclude/>#invoke:Redirect|isRedirect|{{{1}}}}} | <span class="plainlinks">[{{safesubst:<noinclude/>fullurl:{{{1}}}|redirect=no}} {{{2|{{{1}}}}}}]</span> | {{safesubst:<noinclude/>#if:{{{2|}}}|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}|{{{2}}}]]|[[:{{safesubst:<noinclude/>FULLPAGENAME:{{{1}}}}}]]}} }}<noinclude> {{documentation}} </noinclude>")
- 18:59, 24 April 2025 Sharkius talk contribs created page Module:Effective protection expiry (Created page with "local p = {} -- Returns the expiry of a restriction of an action on a given title, or unknown if it cannot be known. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'auto...")
- 18:59, 24 April 2025 Sharkius talk contribs created page Template:Last word (Created page with "<noinclude>{{pp-template|small=yes}}</noinclude>{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=.*{{{sep|%s}}}|replace=|plain=false}}<noinclude> {{Documentation}} </noinclude>")
- 18:58, 24 April 2025 Sharkius talk contribs created page Template:See also (Created page with "<includeonly>{{#invoke:Labelled list hatnote|labelledList|See also|ifexists=true}}</includeonly><noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 18:58, 24 April 2025 Sharkius talk contribs created page Template:Snd (Created page with " – <noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>")
- 18:58, 24 April 2025 Sharkius talk contribs created page Template:Storm name (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>")
- 18:57, 24 April 2025 Sharkius talk contribs created page Template:Both (Created page with "{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{SAFESUBST:<noinclude />#if:{{{2|}}}|1}}}}<noinclude> {{documentation}} </noinclude>")
- 18:56, 24 April 2025 Sharkius talk contribs created page Module:Infobox weather event/scalebar (Created page with "local getArgs = require('Module:Arguments').getArgs local cats = require('Module:Storm categories') local p = {} function p.main(frame) local args = getArgs(frame, { trim = true }) return p._main(frame, args) end function p._main(frame, args) local infoboxScale = args["scale"] local basin = args["basin"] function getCategory(winds) templateArgs = { categoryonly = "y", winds = winds, basin = basin } return frame:expandTemplate{ title = 'Inf...")
- 18:54, 24 April 2025 Sharkius talk contribs created page Template:Notice (Created page with "{{Mbox | name = Notice | demospace = {{{demospace|}}} | style = {{#if:{{{style|}}} |{{{style}}} }} | subst = <includeonly>{{subst:substcheck}}</includeonly> | type = notice | image = {{#if:{{{image|}}} |[[File:{{{image}}}|40px|Notice|alt={{{imagealt|}}}]]}} | small = {{{small|}}} | smallimage = {{#if:{{{image|}}} |[[File:{{{image}}}|30px|Notice|alt={{{imagealt|}}}]]}} | imageright = {{#if:{{{imageright|}}} |{{{imageright}}} |{{#if:{{{shor...")
- 18:53, 24 April 2025 Sharkius talk contribs created page Template:Mono/styles.css (Created page with "{{pp-template}}: .monospaced { "monospace, monospace" per WP:MONO: font-family: monospace, monospace; }")
- 18:53, 24 April 2025 Sharkius talk contribs created page Template:Ifsubst (Created page with "{{ safesubst:<noinclude/>#if:{{{demo|}}} |{{ safesubst:<noinclude/>#ifeq:{{{demo}}} |no |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }} |{{ safesubst:<noinclude/>#ifeq:{{ safesubst:<noinclude/>NAMESPACE}}|{{NAMESPACE}} |{{{no|{{{2|}}}}}} |{{{yes|{{{1|}}}}}} }}}}<noinclude> {{Documentation}} </noinclude>")
- 18:52, 24 April 2025 Sharkius talk contribs created page Template:Tt (Created page with "{{<includeonly>safesubst:</includeonly>ifsubst|1=|2=<templatestyles src="Mono/styles.css" />}}<span class="monospaced">{{{2|{{{1}}}}}}</span><noinclude> {{Documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 18:50, 24 April 2025 Sharkius talk contribs created page Template:T (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>")
- 18:46, 24 April 2025 Sharkius talk contribs created page Template:Start date (Created page with "<includeonly>{{#invoke:Date time|generate_date}}<!-- Tracking categories -->{{#invoke:Check for unknown parameters|check|unknown={{Main other|_VALUE_}}|preview=Page using Template:Start date with unknown parameter "_VALUE_"|showblankpositional=1| 1 | 2 | 3 | 4 | 5 | 6 | 7 | df }}</includeonly><noinclude> {{documentation}} </noinclude>")
- 18:46, 24 April 2025 Sharkius talk contribs created page Template:Infobox weather event/History (Created page with "{{Infobox | decat = yes | child = {{{child|<includeonly>yes</includeonly>}}} | bodystyle = {{#if: {{yesno|{{{child|<includeonly>yes</includeonly>}}}}} | {{{bodystyle|<includeonly>border-collapse: collapse</includeonly>}}} }} | rowstyle1 = font-size: 100%; background-color: #ddd; | header1 = <span class="nowrap">Meteorological history</span> | data2 = {{#if: {{{name|{{{as|<noinclude>Stormname</noinclude>}}}}}} | as {{#ifeq: {{{name-italics|}}} | off | {{{name|{{{...")
- 18:45, 24 April 2025 Sharkius talk contribs created page Module:Template wrapper (Created page with "require('strict'); local error_msg = '<span style=\"font-size:100%\" class=\"error\"><code style=\"color:inherit; border:inherit; padding:inherit;\">|_template=</code> missing or empty</span>'; --[[--------------------------< I S _ I N _ T A B L E >-------------------------------------------------------- scan through tbl looking for value; return true if found, false else ]] local function is_in_table (tbl, value) for k, v in pairs (tbl) do if v ==...")
- 18:44, 24 April 2025 Sharkius talk contribs created page Template:Remove first word (Created page with "{{<includeonly>safesubst:</includeonly>#invoke:String|replace|source={{{1}}}|pattern=^[^{{{sep|%s}}}]*{{{sep|%s}}}*|replace=|plain=false}}<noinclude>{{Documentation}}</noinclude>")
- 18:42, 24 April 2025 Sharkius talk contribs created page Module:Autotranslate (Created page with " --[[ __ __ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ _ / \ _ _| |_ ___ | |_ _ __ __ _ _ __ ___| | __ _| |_ ___ | |\/| |/ _ \ / _` | | | | |/ _ (_) / _ \| | | | __/ _ \| __| '__/ _` | '_ \/ __| |/ _` | __/ _ \ | | | | (_) | (_| | |_| | | __/_ / ___ \ |_| | || (_) | |_| | | (_| | | | \__ \ | (_| | || __/ |_| |_|\___/ \__,_|\__,_|_|\___(_)_/ \_\__,_|\__\___/ \__|_| \__,_|...")
- 18:41, 24 April 2025 Sharkius talk contribs created page Module:Effective protection level (Created page with "local p = {} -- Returns the permission required to perform a given action on a given title. -- If no title is specified, the title of the page being displayed is used. function p._main(action, pagename) local title if type(pagename) == 'table' and pagename.prefixedText then title = pagename elseif pagename then title = mw.title.new(pagename) else title = mw.title.getCurrentTitle() end pagename = title.prefixedText if action == 'autoreview' then local leve...")
- 18:39, 24 April 2025 Sharkius talk contribs created page Template:Ombox (Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>")
- 18:39, 24 April 2025 Sharkius talk contribs created page Template:Module rating (Created page with "<includeonly>{{#ifeq:{{{demospace|{{NAMESPACE}} }}}|{{ns:Module}}|{{ombox | lang = {{Fallback|Module rating/i18n}} | type = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa | sandbox | s | alpha | a | beta | b | release | r | general | g | semiprotected | semiprotect | semi | protected | protect | p = notice | #default = serious }} | image = {{#switch: {{{1|}}} | pre-alpha | prealpha | pa = File:Ambox warning blue co...")
- 18:38, 24 April 2025 Sharkius talk contribs created page Data:I18n/Uses TemplateStyles.tab (Created page with "{ "license": "CC0-1.0", "description": { "bn": "শেয়ারকৃত Module:Uses_TemplateStyles এর জন্য অনুবাদের ছক", "cs": "Překlady sdíleného Module:Uses_TemplateStyles", "en": "Translation table for the shared Module:Uses_TemplateStyles", "fa": "جدول ترجمه برای پودمان مشترک پودمان:Uses_TemplateStyles", "fr": "Table de traduction pour partager Module:...")
- 18:36, 24 April 2025 Sharkius talk contribs created page Data:I18n/Module:TNT.tab (Created page with "{ "license": "CC0-1.0", "description": { "ast": "Tabla de traducciones pal Módulu:TNT", "be": "Табліца перакладаў для модуля Module:TNT", "bg": "Таблица с преводи за Модул:TNT", "ca": "Taula de traduccions per al Mòdul:TNT", "cs": "Tabulka překladů pro Modul:TNT", "de": "Übersetzungstabelle für das Modul:TNT", "el": "Πίνακας μετάφρασης...")
- 18:32, 24 April 2025 Sharkius talk contribs created page Module:TNT/doc (Created page with "{{High-use}} This module allows templates and modules to be easily translated as part of the multilingual templates and modules project. Instead of storing English text in a module or a template, TNT module allows modules to be designed language-neutral, and store multilingual text in the tabular data pages on Commons. This way your module or template will use those translated strings (messages), or if th...")
- 18:31, 24 April 2025 Sharkius talk contribs created page Module:TNTTools (Created page with "require('strict') local p = {} local TNT = require('Module:TNT') function p.TNTTabFull (TNTTab) if (string.sub(TNTTab, 1, 5)) ~= 'I18n/' then TNTTab = 'I18n/'..TNTTab end if (string.sub(TNTTab, string.len(TNTTab)-3)) ~= '.tab' then TNTTab = TNTTab..'.tab' end return TNTTab end --TNTTabFull function p.TNTTabCommons (TNTTab) return 'Commons:Data:'..p.TNTTabFull(TNTTab) end function p.LnkTNTTab (TNTTab) return ''..p.TNTTabCommons(TNTTab)..'' end local...")
- 18:21, 24 April 2025 Sharkius talk contribs created page Data:I18n/Uses TemplateStyles.tab (Created page with "{ "license": "CC0-1.0", "description": { "bn": "শেয়ারকৃত Module:Uses_TemplateStyles এর জন্য অনুবাদের ছক", "cs": "Překlady sdíleného Module:Uses_TemplateStyles", "en": "Translation table for the shared Module:Uses_TemplateStyles", "fa": "جدول ترجمه برای پودمان مشترک پودمان:Uses_TemplateStyles", "fr": "Table de traduction pour partager Module:...")
- 18:19, 24 April 2025 Sharkius talk contribs created page Module:TNT/sandbox (Created page with "return mw.ext.data.get("I18n/Uses_TemplateStyles", "en")")
- 18:06, 24 April 2025 Sharkius talk contribs created page Template:Clc (Created page with "[[:Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|<!-- -->{{#if:{{{name|}}}|{{{name}}}|Category:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}}}<!-- -->]] ({{PAGESINCATEGORY:{{#invoke:string|replace|1={{{1}}}|2=^:?[Cc]ategory:|3=|plain=false}}|{{{2|all}}}}})<noinclude> {{Documentation}} </noinclude>")
- 18:02, 24 April 2025 Sharkius talk contribs created page Module:Uses TemplateStyles/config (Created page with "local cfg = {} -- Don’t touch this line. -- Subpage blacklist: these subpages will not be categorized (except for the -- error category, which is always added if there is an error). -- For example “Template:Foo/doc” matches the `doc = true` rule, so it will have -- no categories. “Template:Foo” and “Template:Foo/documentation” match no rules, -- so they *will* have categories. All rules should be in the -- ['<subpage name>'] = true, -- format. cfg['subpa...")
- 18:01, 24 April 2025 Sharkius talk contribs created page Module:TNT (Created page with "-- -- INTRO: (!!! DO NOT RENAME THIS PAGE !!!) -- This module allows any template or module to be copy/pasted between -- wikis without any translation changes. All translation text is stored -- in the global Data:*.tab pages on Commons, and used everywhere. -- -- SEE: https://www.mediawiki.org/wiki/Multilingual_Templates_and_Modules -- -- ATTENTION: -- Please do NOT rename this module - it has to be identical on all wikis. -- This code is maintained...")
- 18:01, 24 April 2025 Sharkius talk contribs created page Module:Uses TemplateStyles (Created page with "local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local TNT = require('Module:TNT') local p = {} local function format(msg, ...) return TNT.format('I18n/Uses TemplateStyles', msg, ...) end local function getConfig() return mw.loadData('Module:Uses TemplateStyles/config') end local function renderBox(tStyles) local boxArgs = { type = 'notice...")
- 18:00, 24 April 2025 Sharkius talk contribs created page Template:Uses TemplateStyles (Created page with "<includeonly>{{#invoke:Uses TemplateStyles|main}}</includeonly><noinclude>{{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 17:59, 24 April 2025 Sharkius talk contribs created page Module:Infobox/doc (Created page with "{{High-use|3308957|all-pages = yes}} {{module rating|protected}} {{Lua|Module:Navbar|Module:Italic title}} {{Uses TemplateStyles|Module:Infobox/styles.css|Template:Hlist/styles.css|Template:Plainlist/styles.css}} '''Module:Infobox''' is a module that implements the {{tl|Infobox}} template. Please see the template page for usage instructions. == Tracking categories == * {{clc|Pages using infobox templates with ignored data cells}} * {{clc|Articles using in...")
- 17:59, 24 April 2025 Sharkius talk contribs created page Module:Infobox (Created page with "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s'...")
- 17:58, 24 April 2025 Sharkius talk contribs created page Module:Sidebar/styles.css (Created page with "{{pp-template}}: TODO: Invert width design to be "mobile first": .sidebar { TODO: Ask if we should have max-width 22em instead: width: 22em; @noflip: float: right; @noflip: clear: right; @noflip: margin: 0.5em 0 1em 1em; background: var(--background-color-neutral-subtle, #f8f9fa); border: 1px solid var(--border-color-base, #a2a9b1); padding: 0.2em; text-align: center; line-height: 1.4em; font-size: 88%; border-collapse: collap...")
- 17:55, 24 April 2025 Sharkius talk contribs deleted page Module:Infobox (content was: "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/sty...", and the only contributor was "Sharkius" (talk))