Jump to content

User contributions for Sharkius

A user with 2,118 edits. Account created on 23 April 2025.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

24 April 2025

  • 20:1620:16, 24 April 2025 diff hist +2 Module:Infobox No edit summary Tag: Reverted
  • 20:1520: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
  • 19:4819:48, 24 April 2025 diff hist +1 MediaWiki:Mobile.js No edit summary current
  • 19:4819:48, 24 April 2025 diff hist +37 N MediaWiki:Mobile.js Created page with "mw.loader.using('mobile.site.styles')"
  • 19:4619: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
  • 19:4519:45, 24 April 2025 diff hist +1,865 MediaWiki:Common.css No edit summary Tags: Manual revert Mobile edit Mobile web edit
  • 19:2219: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
  • 19:2019: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
  • 19:0519: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
  • 19:0219: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
  • 19:0019: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
  • 19:0019: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
  • 18:5918: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
  • 18:5918: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
  • 18:5818: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
  • 18:5818: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
  • 18:5818: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
  • 18:5718: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
  • 18:5618: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
  • 18:5418: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
  • 18:5318: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
  • 18:5318: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
  • 18:5218: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
  • 18:5018: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
  • 18:4618: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
  • 18:4618: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
  • 18:4518: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
  • 18:4418: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
  • 18:4218:42, 24 April 2025 diff hist +3,318 N Module:Autotranslate Created page with " --[[ __ __ _ _ _ _ _ _ _ | \/ | ___ __| |_ _| | ___ _ / \ _ _| |_ ___ | |_ _ __ __ _ _ __ ___| | __ _| |_ ___ | |\/| |/ _ \ / _` | | | | |/ _ (_) / _ \| | | | __/ _ \| __| '__/ _` | '_ \/ __| |/ _` | __/ _ \ | | | | (_) | (_| | |_| | | __/_ / ___ \ |_| | || (_) | |_| | | (_| | | | \__ \ | (_| | || __/ |_| |_|\___/ \__,_|\__,_|_|\___(_)_/ \_\__,_|\__\___/ \__|_| \__,_|..." current
  • 18:4118: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
  • 18:3918: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
  • 18:3918: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
  • 18:3818:38, 24 April 2025 diff hist +9,831 N 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:..." current
  • 18:3618:36, 24 April 2025 diff hist +11,176 N 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": "Πίνακας μετάφρασης..." current
  • 18:3218:32, 24 April 2025 diff hist −557 Module:TNT No edit summary current Tag: Manual revert
  • 18:3218:32, 24 April 2025 diff hist +3,850 N 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..." current
  • 18:3118:31, 24 April 2025 diff hist +2,523 N 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..." current
  • 18:3018:30, 24 April 2025 diff hist +76 Module:TNT No edit summary Tag: Reverted
  • 18:2518:25, 24 April 2025 diff hist +10 Module:TNT/sandbox No edit summary current
  • 18:2118:21, 24 April 2025 diff hist +12,997 N 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:..." current
  • 18:1918:19, 24 April 2025 diff hist +56 N Module:TNT/sandbox Created page with "return mw.ext.data.get("I18n/Uses_TemplateStyles", "en")"
  • 18:1518:15, 24 April 2025 diff hist +24 Module:TNT No edit summary Tag: Reverted
  • 18:1418:14, 24 April 2025 diff hist +158 Module:TNT No edit summary Tag: Reverted
  • 18:1218:12, 24 April 2025 diff hist +149 Module:TNT No edit summary Tag: Reverted
  • 18:1118:11, 24 April 2025 diff hist +150 Module:TNT No edit summary Tag: Reverted
  • 18:0618:06, 24 April 2025 diff hist +360 N 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>" current
  • 18:0218:02, 24 April 2025 diff hist +2,636 N 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..." current
  • 18:0118:01, 24 April 2025 diff hist +6,220 N 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:0118:01, 24 April 2025 diff hist +4,025 N 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..." current
  • 18:0018:00, 24 April 2025 diff hist +178 N 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>" current
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)