Deletion log
Jump to navigation
Jump to search
Below is a list of the most recent deletions.
- 16:07, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-twinklebatchdelete.js (content was: "// <nowiki> (function($) { **************************************** *** twinklebatchdelete.js: Batch delete module (sysops only) **************************************** * Mode of invocation: Tab ("D-batch") * Active on: Existing non-articles, and Special:PrefixIndex: Twinkle.batchdelete = function twinklebatchdelete() { if ( Morebits.userIsSysop && ( (mw.config.get('wgCurRevisionId') && mw.config.get('wgNamespaceNumber') > 0) || mw.con...")
- 16:06, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-twinklewarn.js (content was: "// <nowiki> (function($) { **************************************** *** twinklewarn.js: Warn module **************************************** * Mode of invocation: Tab ("Warn") * Active on: Any page with relevant user name (userspace, contribs, * etc.) (not IP ranges), as well as the rollback success page: Twinkle.warn = function twinklewarn() { // Users and IPs but not IP ranges if (mw.config.exists('wgRelevantUserNam...")
- 16:05, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-twinklearv.js (content was: "// <nowiki> (function($) { **************************************** *** twinklearv.js: ARV module **************************************** * Mode of invocation: Tab ("ARV") * Active on: Any page with relevant user name (userspace, contribs, etc.): Twinkle.arv = function twinklearv() { var username = mw.config.get('wgRelevantUserName'); if (!username || username === mw.config.get('wgUserName')) { return; } var isIP = mw.util.isIPAddress(us...")
- 16:05, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-Twinkle.js (content was: "* Twinkle.js Forked from simplewiki's version of Twinkle and de-Wikipedia-fied by Naleksuh: mw.loader.load("https://dev.miraheze.org/w/index.php?title=MediaWiki:Jquerymigrate-3.3.2.js&action=raw&ctype=text/javascript"); //<nowiki> ( function ( window, document, $, undefined ) { // Wrap with anonymous function var Twinkle = {}; window.Twinkle = Twinkle; // allow global access // for use by custom modules (normally empty) Twinkle.initCallbacks = []; Twinkle.addInitCal...")
- 16:04, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-deprecatedTipsy.js (content was: "$(function () { function maybeCall(thing, ctx) { return typeof thing == "function" ? thing.call(ctx) : thing; } function Tipsy(element, options) { this.$element = $(element); this.options = options; this.enabled = true; this.keyHandler = $.proxy(this.closeOnEsc, this); this.fixTitle(); } Tipsy.prototype = { show: function () { var title = this.getTitle(); if (title && this.enable...")
- 16:04, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-twinklebatchprotect.js (content was: "// <nowiki> (function($) { **************************************** *** twinklebatchprotect.js: Batch protect module (sysops only) **************************************** * Mode of invocation: Tab ("P-batch") * Active on: Existing project pages and user pages; existing and * non-existing categories; Special:PrefixIndex: Twinkle.batchprotect = function twinklebatchprotect() { if (Morebits.userIsSysop && ((mw.config.get...")
- 16:03, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-twinklebatchundelete.js (content was: "// <nowiki> (function($) { **************************************** *** twinklebatchundelete.js: Batch undelete module **************************************** * Mode of invocation: Tab ("Und-batch") * Active on: Existing user and project pages: Twinkle.batchundelete = function twinklebatchundelete() { if (!Morebits.userIsSysop || !mw.config.get('wgArticleId') || ( mw.config.get('wgNamespaceNumber') !== mw.config.get('wgNamespaceIds').user &...")
- 16:02, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-Twinkle-pagestyles (Author request: content was: "Components for the Twinkle gadget")
- 15:56, 28 April 2024 Kiteretsu talk contribs deleted page Test Wiki:Twinkle/Preferences (Mass deletion of pages added by Aviram7)
- 15:56, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Tag-twinkle (Mass deletion of pages added by Aviram7)
- 15:56, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Tag-twinkle-description (Mass deletion of pages added by Aviram7)
- 15:56, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-Twinkle-pagestyles.css (Mass deletion of pages added by Aviram7)
- 15:56, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-Twinkle (Mass deletion of pages added by Aviram7)
- 15:49, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-twinkleconfig.js (content was: "// <nowiki> (function($) { /* **************************************** *** twinkleconfig.js: Preferences module **************************************** * Mode of invocation: Adds configuration form to Wikipedia:Twinkle/Preferences, and adds an ad box to the top of user subpages belonging to the currently logged-in user which end in '.js' * Active on: What I just said. Yeah. I, [[User:This, that...")
- 15:49, 28 April 2024 Kiteretsu talk contribs deleted page MediaWiki:Gadget-Twinkle.css (content was: "* * Explicitly set width of TW menu so that we can use a hidden peer gadget * to add space where the TW menu would go before it loads. See * twinkle-pagestyles.css: .skin-vector .vector-menu-dropdown #p-twinkle { width: 3.24em; } * * In skin vector-2022, open the TW menu when mouse hovers over it. Credit to * en:User:Nardog for this fix.: #p-twinkle:hover > .vector-menu-content { opacity: 1; visibility: visible; height: auto; } /* The additional box on...")
- 15:37, 28 April 2024 Kiteretsu talk contribs deleted page User:Aviram7/Gadget-Twinkle.js (Author request: content was: "* Twinkle.js Forked from enwiki's version of Twinkle and modified by Aviram7: mw.loader.load("https://dev.miraheze.org/w/index.php?title=MediaWiki:Jquerymigrate-3.3.2.js&action=raw&ctype=text/javascript"); //<nowiki> ( function ( window, document, $, undefined ) { // Wrap with anonymous function var Twinkle = {}; window.Twinkle = Twinkle; // allow global access //...", and the only contributor was "Aviram7" ([[User t...)
- 14:23, 28 April 2024 Kiteretsu talk contribs undeleted page MediaWiki:Gadget-Twinkle-pagestyles (2 revisions) (restored)
- 08:16, 28 April 2024 Amos talk contribs deleted page User:Jody (Uncontroversial housekeeping: Deleted to make way for move from "User:Jody/Move")
- 08:16, 28 April 2024 Amos talk contribs deleted page User:Jody/List (Uncontroversial housekeeping: Deleted to make way for move from "User:Jody")
- 08:15, 28 April 2024 Amos talk contribs undeleted page User:Jody/Move (80 revisions) (Test done.)
- 08:15, 28 April 2024 Amos talk contribs deleted page User:Jody/Move (Test.)
- 08:09, 28 April 2024 Amos talk contribs deleted page User:Codename Norte (content was: "#REDIRECT User:Codename Noreste", and the only contributor was "Justarandomamerican" (talk))
- 07:17, 28 April 2024 Amos talk contribs deleted page User talk:Codename Norte (content was: "#REDIRECT User talk:Codename Noreste", and the only contributor was "Justarandomamerican" (talk))
- 07:03, 28 April 2024 Amos talk contribs deleted page User:Codename Norte/common.js (content was: "#REDIRECT: mw.loader.load("https://testwiki.wiki/index.php?title=User:Codename_Noreste/common.js\u0026action=raw\u0026ctype=text/javascript");", and the only contributor was "Justarandomamerican" (talk))
- 07:03, 28 April 2024 Amos talk contribs deleted page User:Codename Norte/Test page 2 (content was: "#REDIRECT User:Codename Noreste/Test page 2", and the only contributor was "Justarandomamerican" (talk))
- 07:03, 28 April 2024 Amos talk contribs deleted page User:Codename Norte/Test page (content was: "#REDIRECT User:Codename Noreste/Test page", and the only contributor was "Justarandomamerican" (talk))
- 07:03, 28 April 2024 Amos talk contribs deleted page User:Codename Norte/Discord (content was: "#REDIRECT User:Codename Noreste/Discord", and the only contributor was "Justarandomamerican" (talk))
- 04:51, 28 April 2024 Kiteretsu talk contribs undeleted page Template:Their (2 revisions) (restored)
- 01:10, 28 April 2024 Amos talk contribs deleted page User:Saint (content was: "#REDIRECT User:Jody", and the only contributor was "Justarandomamerican" (talk))
- 01:05, 28 April 2024 Amos talk contribs deleted page User talk:Saint (content was: "#REDIRECT User talk:Jody", and the only contributor was "Justarandomamerican" (talk))
- 00:54, 28 April 2024 Amos talk contribs deleted page User talk:Saint/2023 (content was: "#REDIRECT User talk:Jody/2023", and the only contributor was "Justarandomamerican" (talk))
- 00:44, 28 April 2024 Amos talk contribs deleted page User:Saint/BlankUserPage.js (content was: "#REDIRECT: mw.loader.load("https://testwiki.wiki/index.php?title=User:Jody/BlankUserPage.js\u0026action=raw\u0026ctype=text/javascript");", and the only contributor was "Justarandomamerican" (talk))
- 00:44, 28 April 2024 Amos talk contribs deleted page User:Saint/Discord (content was: "#REDIRECT User:Jody/Discord", and the only contributor was "Justarandomamerican" (talk))
- 00:43, 28 April 2024 Amos talk contribs deleted page User:Saint/common.js (content was: "#REDIRECT: mw.loader.load("https://testwiki.wiki/index.php?title=User:Jody/common.js\u0026action=raw\u0026ctype=text/javascript");", and the only contributor was "Justarandomamerican" (talk))
- 00:43, 28 April 2024 Amos talk contribs deleted page User:Saint/common.css (content was: "#REDIRECT: @import url(https://testwiki.wiki/index.php?title=User:Jody/common.css&action=raw&ctype=text/css);", and the only contributor was "Justarandomamerican" (talk))
- 16:48, 27 April 2024 Justarandomamerican talk contribs deleted page Translations:Test Wiki:Policies/6/sv (Uncontroversial housekeeping) Tags: Mobile edit Mobile web edit
- 12:24, 27 April 2024 DodoMan talk contribs undeleted page Redirect test (24 revisions)
- 12:23, 27 April 2024 DodoMan talk contribs undeleted page Review test (44 revisions)
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Review test (content was: "Just review and unreview edits on this page. {{list of test pages}}")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Redirect test (content was: "Just redirect this page to a page of your choice. {{list of test pages}}")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Patrol test (content was: "'''Before testing''': To do this test you will need to have a test account that is not a member of the autopatrolled or patroller user groups, please make sure it's obvious to everyone that it's your test account. '''Steps to test the patrolled edits feature''': #Use your test account to edit this page. #Return to this page with your main account. #Use the page history to find the edit made by your test account and cli...")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Move test (content was: "Just move this page back and forth between itself and any title that isn't vandalism... {{list of test pages}}")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Merge test (content was: "{{list of test pages}}")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Link test (content was: "Just use this page for testing links. {{list of test pages}}")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Talk:Import test (content was: "Import your pages to subpages of Talk:Import test (example: Talk:Import test/Lethargy) to test importing. (This page is in the Talk namespace because the Main namespace doesn’t allow subpages.) Category:Test pages", and the only contributor was "PorkchopGMX" (talk))
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Gallery test (content was: "This page is for testing galleries. Please revert it when you're finished! {{list of test pages}}")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Deletion test (content was: "Delete this and then undelete it. Pretty simple. {{list of test pages}}")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Content model test (content was: "Just change the content models back and forth on this page... {{list of test pages}} <!-- PLEASE TEST BELOW THIS LINE, AND ALSO PLEASE MAKE SURE THE CONTENT MODEL IS SET TO "WIKITEXT" WHEN YOU ARE DONE TESTING! -->")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Category test (content was: "Just put some random categories on this page. {{list of test pages}}")
- 12:23, 27 April 2024 DodoMan talk contribs deleted page Cascading protection test (content was: "Simply transclude another page onto this one to test cascading protection. (It is probably a good idea to revert your tests when you are done.) {{list of test pages}}")