User contributions for Sharkius
Appearance
24 April 2025
- 22:0522:05, 24 April 2025 diff hist 0 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 22:0422:04, 24 April 2025 diff hist −13 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 22:0322:03, 24 April 2025 diff hist +84 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 22:0122:01, 24 April 2025 diff hist −53 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 22:0022:00, 24 April 2025 diff hist −320 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 22:0022:00, 24 April 2025 diff hist +405 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 21:5821:58, 24 April 2025 diff hist +294 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 21:5821:58, 24 April 2025 diff hist −789 MediaWiki:Mobile.css Blanked the page current Tags: Blanking Manual revert Mobile edit Mobile web edit
- 21:5721:57, 24 April 2025 diff hist +294 MediaWiki:Mobile.css No edit summary Tags: Reverted Mobile edit Mobile web edit
- 21:5621:56, 24 April 2025 diff hist 0 MediaWiki:Mobile.css No edit summary Tags: Reverted Mobile edit Mobile web edit
- 21:5621:56, 24 April 2025 diff hist +1 MediaWiki:Mobile.css No edit summary Tags: Reverted Mobile edit Mobile web edit
- 21:5521:55, 24 April 2025 diff hist 0 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 21:5521:55, 24 April 2025 diff hist 0 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 21:5421:54, 24 April 2025 diff hist +1 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 21:5321:53, 24 April 2025 diff hist 0 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 21:5121:51, 24 April 2025 diff hist +494 MediaWiki:Minerva.css No edit summary Tags: Mobile edit Mobile web edit
- 21:5021:50, 24 April 2025 diff hist +494 MediaWiki:Mobile.css No edit summary Tags: Reverted Mobile edit Mobile web edit
- 21:4221:42, 24 April 2025 diff hist −2 Module:Infobox No edit summary current Tag: Manual revert
- 21:1621:16, 24 April 2025 diff hist +2 Module:Infobox No edit summary Tag: Reverted
- 21:1521:15, 24 April 2025 diff hist +1,576 N 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..." current
- 20:4820:48, 24 April 2025 diff hist +1 MediaWiki:Mobile.js No edit summary current
- 20:4820:48, 24 April 2025 diff hist +37 N MediaWiki:Mobile.js Created page with "mw.loader.using('mobile.site.styles')"
- 20:4620:46, 24 April 2025 diff hist +1,724 N 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 <!--..." current
- 20:4520:45, 24 April 2025 diff hist +1,865 MediaWiki:Common.css No edit summary current Tags: Manual revert Mobile edit Mobile web edit
- 20:2220:22, 24 April 2025 diff hist +359 N 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!: }" current
- 20:2020:20, 24 April 2025 diff hist +2,163 N 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..." current
- 20:0520:05, 24 April 2025 diff hist +3,295 N 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..." current
- 20:0220:02, 24 April 2025 diff hist +767 N 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..." current
- 20:0020:00, 24 April 2025 diff hist +522 N 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..." current
- 20:0020:00, 24 April 2025 diff hist +394 N 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>" current
- 19:5919:59, 24 April 2025 diff hist +1,494 N 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..." current
- 19:5919:59, 24 April 2025 diff hist +212 N 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>" current
- 19:5819:58, 24 April 2025 diff hist +213 N 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>" current
- 19:5819:58, 24 April 2025 diff hist +131 N Template:Snd Created page with " – <noinclude> {{documentation}} <!-- Add categories and interwikis to the /doc subpage, not here! --> </noinclude>" current
- 19:5819:58, 24 April 2025 diff hist +318 N 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>" current
- 19:5719:57, 24 April 2025 diff hist +123 N Template:Both Created page with "{{SAFESUBST:<noinclude />#if:{{{1|}}}|{{SAFESUBST:<noinclude />#if:{{{2|}}}|1}}}}<noinclude> {{documentation}} </noinclude>" current
- 19:5619:56, 24 April 2025 diff hist +2,725 N 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..." current
- 19:5419:54, 24 April 2025 diff hist +1,016 N 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..." current
- 19:5319:53, 24 April 2025 diff hist +119 N Template:Mono/styles.css Created page with "→{{pp-template}}: .monospaced { →"monospace, monospace" per [[WP:MONO]]: font-family: monospace, monospace; }" current
- 19:5319:53, 24 April 2025 diff hist +302 N 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>" current
- 19:5219:52, 24 April 2025 diff hist +258 N 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>" current
- 19:5019:50, 24 April 2025 diff hist +224 N 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>" current
- 19:4619:46, 24 April 2025 diff hist +400 N 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>" current
- 19:4619:46, 24 April 2025 diff hist +2,362 N 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|{{{..." current
- 19:4519:45, 24 April 2025 diff hist +12,769 N 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 ==..." current
- 19:4419:44, 24 April 2025 diff hist +178 N 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>" current
- 19:4219:42, 24 April 2025 diff hist +3,318 N Module:Autotranslate Created page with " --[[ __ __ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ _ / \ _ _| |_ ___ | |_ _ __ __ _ _ __ ___| | __ _| |_ ___ | |\/| |/ _ \ / _` | | | | |/ _ (_) / _ \| | | | __/ _ \| __| '__/ _` | '_ \/ __| |/ _` | __/ _ \ | | | | (_) | (_| | |_| | | __/_ / ___ \ |_| | || (_) | |_| | | (_| | | | \__ \ | (_| | || __/ |_| |_|\___/ \__,_|\__,_|_|\___(_)_/ \_\__,_|\__\___/ \__|_| \__,_|..." current
- 19:4119:41, 24 April 2025 diff hist +3,581 N 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..." current
- 19:3919:39, 24 April 2025 diff hist +146 N Template:Ombox Created page with "{{#invoke:Message box|ombox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>" current
- 19:3919:39, 24 April 2025 diff hist +3,623 N 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..." current