Deletion log
Jump to navigation
Jump to search
Below is a list of the most recent deletions.
- 19:40, 18 July 2022 Sav talk contribs deleted page Template:Documentation subpage (content was: "<includeonly><!-- -->{{#ifeq:{{lc:{{SUBPAGENAME}}}} |{{{override|doc}}} | <!--(this template has been transcluded on a /doc or /{{{override}}} page)--> </includeonly><!-- -->{{#ifeq:{{{doc-notice|show}}} |show | {{Mbox | type = notice | style = margin-bottom:1.0em; | image = 40px|alt=|link= | text = {{strong|This is a documentation Wikip...")
- 19:40, 18 July 2022 Sav talk contribs deleted page Template:Nutshell (content was: "{{mbox | class = nutshell | image = 30px|link=|alt= | text = '''{{{title|This page}}} in a nutshell:''' {{#if:{{{2|}}} | {{unordered list|{{{1|}}}|{{{2|}}}|{{{3|}}}|{{{4|}}}}} | {{{1}}} }} | imageright = {{#if:{{{shortcut|{{{shortcut1|}}}}}} | {{Ombox/shortcut|{{{shortcut|{{{shortcut1|}}}}}}|{{{shortcut2|}}}|{{{shortcut3|}}}|{{{shortcut4|}}}|{{{shortcut5|}}} }} }} }}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go...")
- 19:40, 18 July 2022 Sav talk contribs deleted page Template:Sandbox other (content was: "{{#if:{{#ifeq:{{#invoke:String|sublength|s={{SUBPAGENAME}}|i=0|len=7}}|sandbox|1}}{{#ifeq:{{SUBPAGENAME}}|doc|1}}{{#invoke:String|match|{{PAGENAME}}|/sandbox/styles.css$|plain=false|nomatch=}}|{{{1|}}}|{{{2|}}}}}<!-- --><noinclude>{{documentation}}</noinclude>")
- 19:40, 18 July 2022 Sav talk contribs deleted page Template:Transclusionless (content was: "{{Mbox|text=This template may have no transclusions, because {{{reason|it is substituted by a tool or script, it is used as part of a short-term or less active Wikipedia process, or for some other reason}}}.}}<!-- --><includeonly>{{#switch: {{SUBPAGENAME}} |doc |sandbox= |Category:Wikipedia transclusionless templates}}</includeonly><noinclude>{{Documentation}}</noinclude>")
- 19:40, 18 July 2022 Sav talk contribs deleted page Template:Xt (content was: "{{#ifeq:{{NAMESPACE}}|{{ns:0}}|{{FormattingError|[[:{{#invoke:TEMPLATENAME|main}}]] is only for examples of style and formatting. Do not use it in actual articles.}}|<span class="example" style="font-family: Georgia, 'DejaVu Serif', serif; color: #006400;" {{#if:{{{title|}}}|title="{{{title}}}"}}>{{{1|Example text}}}</span>}}<noinclude> {{Documentation}} </noinclude>")
- 19:40, 18 July 2022 Sav talk contribs deleted page Module:Arguments (content was: "-- This module provides easy processing of arguments passed to Scribunto from -- #invoke. It is intended for use by other Lua modules, and should not be -- called from #invoke directly. local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local arguments = {} -- Generate four different tidyVal functions, so that we don't have to check the -- options every time we call it. local function tidyValDefault(key, val) if type(val) == 'string' then...")
- 19:40, 18 July 2022 Sav talk contribs deleted page Module:Documentation (content was: "-- This module implements {{documentation}}. -- Get required modules. local getArgs = require('Module:Arguments').getArgs local messageBox = require('Module:Message box') -- Get the config table. local cfg = mw.loadData('Module:Documentation/config') local p = {} -- Often-used functions. local ugsub = mw.ustring.gsub ---------------------------------------------------------------------------- -- Helper functions -- -- These are defined as local functions, but are made avai...")
- 19:40, 18 July 2022 Sav talk contribs deleted page Module:Documentation/config (content was: "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messages used in Module:Documentation to -- localise it to your wiki and your language. Unless specified otherwise, values given here -- should be string values. ----------------------------------------------------------------------------------------...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:Documentation/styles.css (content was: "{{pp|small=yes}}: .documentation, .documentation-metadata { border: 1px solid #a2a9b1; background-color: #ecfcf4; clear: both; } .documentation { margin: 1em 0 0 0; padding: 1em; } .documentation-metadata { margin: 0.2em 0; same margin left-right as .documentation: font-style: italic; padding: 0.4em 1em; same padding left-right as .documentation: } .documentation-startbox { padding-bottom: 3px; border-bottom: 1px solid #aaa; margin-bottom: 1ex...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:Effective protection expiry (content was: "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 == 'autoreview'...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:Effective protection level (content was: "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 level = mw....")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:File link (content was: "-- 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 '%s' pa...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:Message box (content was: "require('Module:No globals') local getArgs local yesno = require('Module:Yesno') local lang = mw.language.getContentLanguage() local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = 'imbox', file = 'imbox', category = 'cmbox', article = 'ambox', main = 'ambox'} -------------------------------------------------------------------------------- -- Helper functions -----------------------------------------------------------------------...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:Message box/configuration (content was: "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-speedy',...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:No globals (content was: "local mt = getmetatable(_G) or {} function mt.__index (t, k) if k ~= 'arg' then error('Tried to read nil global ' .. tostring(k), 2) end return nil end function mt.__newindex(t, k, v) if k ~= 'arg' then error('Tried to write global ' .. tostring(k), 2) end rawset(t, k, v) end setmetatable(_G, mt)")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:Protection banner (content was: "-- This module implements {{pp-meta}} and its daughter templates such as -- {{pp-dispute}}, {{pp-vandalism}} and {{pp-sock}}. -- Initialise necessary modules. require('Module:No globals') local makeFileLink = require('Module:File link')._main local effectiveProtectionLevel = require('Module:Effective protection level')._main local effectiveProtectionExpiry = require('Module:Effective protection expiry')._main local yesno = require('Module:Yesno') -- Lazily initialise modules...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:Protection banner/config (content was: "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- -------------------------------------------------------------------------------- --[[ -- Banner data consists of six fields: -- * text - the main protection text that appears at the top of protection -- banners. -- * explanation - the text that appears below...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:String (content was: "--[[ This module is intended to provide access to basic string functions. Most of the functions provided here can be invoked with named parameters, unnamed parameters, or a mixture. If named parameters are used, Mediawiki will automatically remove any leading or trailing whitespace from the parameter. Depending on the intended use, it may be advantageous to either preserve or remove such whitespace. Global options ignore_errors: If set to 'true' or 1, any error conditio...")
- 19:39, 18 July 2022 Sav talk contribs deleted page Module:Yesno (content was: "-- Function allowing for consistent treatment of boolean-like wikitext input. -- It works similarly to the template {{yesno}}. return function (val, default) -- If your wiki uses non-ascii characters for any of "yes", "no", etc., you -- should replace "val:lower()" with "mw.ustring.lower(val)" in the -- following line. val = type(val) == 'string' and val:lower() or val if val == nil then return nil elseif val == true or val == 'yes' or val == 'y' or val == 'true...")
- 19:36, 18 July 2022 Sav talk contribs deleted page Template:TestTemplate (content was: " ''Hi! This is my first template.''", and the only contributor was "Sav" (talk))
- 17:24, 18 July 2022 Sav talk contribs deleted page Template:BASEPAGENAME/doc (content was: "{{Documentation subpage|Template:BASEPAGENAME ''and other similar templates''.}} <!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see Wikipedia:Wikidata) --> {{nutshell|Never write {{!xt|{{{{BASEPAGENAME}}'''|'''''argument''}}}}. Write {{xt|{{{{BASEPAGENAME}}''':'''''argument''}}}} instead.}} {{transclusionless}} == Usage == The magic word {{BASEPAGENAME}} is described at ...")
- 17:16, 18 July 2022 AlPaD talk contribs changed visibility of 4 log events on Special:Log/block: content hidden (Inappropriate username) Tags: Mobile edit Mobile web edit
- 14:54, 18 July 2022 DarkMatterMan4500 talk contribs deleted page User talk:73.60.202.62 (content was: "== Testing == Testing, 1, 2, 1, 2. Anananai. --73.60.202.62 14:54, 18 July 2022 (UTC)", and the only contributor was "73.60.202.62" (talk))
- 11:52, 18 July 2022 DarkMatterMan4500 talk contribs changed visibility of a log event on Special:Log/create: content hidden, edit summary hidden and username hidden (Impersonation.)
- 11:52, 18 July 2022 DarkMatterMan4500 talk contribs changed visibility of a revision on page User talk:Q8j: content hidden, edit summary hidden and username hidden (Impersonation.)
- 11:51, 18 July 2022 DarkMatterMan4500 talk contribs changed visibility of a log event on Special:Log/newusers: content hidden, edit summary hidden and username hidden (Impersonation.)
- 11:50, 18 July 2022 DarkMatterMan4500 talk contribs changed visibility of a revision on page User talk:DarkMatterMan4500: content hidden, edit summary hidden and username hidden (Nonsense: Impersonation)
- 07:19, 18 July 2022 Q8j talk contribs (log details removed) (impersonation)
- 07:11, 18 July 2022 Q8j talk contribs deleted page Module:Q8j/sandbox (content was: "", and the only contributor was "Q8j" (talk))
- 16:48, 17 July 2022 Summer talk contribs undeleted page Test (22 revisions)
- 16:48, 17 July 2022 Summer talk contribs deleted page Test
- 11:33, 12 July 2022 LisafBia talk contribs deleted page MediaWiki:Sitetitle (Author request)
- 19:59, 7 July 2022 Sav talk contribs deleted page User:Sav/Footer (content was: "WIP", and the only contributor was "Sav" (talk))
- 16:15, 5 July 2022 Sav talk contribs deleted page User:JJBullet/Directory (content was: "{{User:Sav/Nav}} Nothing yet, folks.", and the only contributor was "Sav" (talk))
- 09:45, 5 July 2022 Syunsyunminmin talk contribs changed visibility of a revision on page RevisionDeletion test: content unhidden (Test done)
- 09:45, 5 July 2022 Syunsyunminmin talk contribs changed visibility of a revision on page RevisionDeletion test: edit summary unhidden (Test)
- 09:45, 5 July 2022 Syunsyunminmin talk contribs changed visibility of a revision on page RevisionDeletion test: username unhidden (Test)
- 09:45, 5 July 2022 Syunsyunminmin talk contribs changed visibility of a revision on page RevisionDeletion test: username hidden (Test)
- 09:45, 5 July 2022 Syunsyunminmin talk contribs changed visibility of a revision on page RevisionDeletion test: edit summary hidden (Test)
- 09:44, 5 July 2022 Syunsyunminmin talk contribs changed visibility of a revision on page RevisionDeletion test: content hidden (Test)
- 18:17, 28 June 2022 Sav talk contribs deleted page Template:Blocked (content was: "{{#ifeq:{{NAMESPACE}}|{{TALKSPACE}}|}}{{{{{|safesubst:}}}#ifeq:{{{notalk|}}}|yes|<div class="notice" style="background:#ffe0e0; border:1px solid #886644; padding:0.5em; margin:0.5em auto; min-height: 40px">|<div class="user-block" style="padding: 5px; margin-bottom: 0.5em; border: 1px solid #a9a9a9; background-color: #ffefd5; min-height: 40px">}}{{{{{|safesubst:}}}#ifeq:{{{indef|}}}|yes|40px|left|alt=Stop icon|File:Stop x nuvola with clock.svg|40px|...")
- 14:37, 28 June 2022 3PPYB6 talk contribs deleted page File:0-0-255.jpeg (Test done)
- 15:43, 27 June 2022 MacFan4000 talk contribs changed visibility of a revision on page File:Screenshot 20220623-110055.png: content hidden, edit summary hidden and username hidden (Abusive)
- 02:53, 27 June 2022 Sav talk contribs undeleted page Template:Blocked (3 revisions) (Would be useful.)
- 00:32, 27 June 2022 Sav talk contribs changed visibility of 2 log events on Special:Log: content hidden, edit summary hidden and username hidden (Inappropriate comment or personal information)
- 00:31, 27 June 2022 Sav talk contribs changed visibility of a log event on Special:Log/delete: content hidden, edit summary hidden and username hidden (Inappropriate comment or personal information)
- 00:14, 27 June 2022 Piccadilly talk contribs changed visibility of a revision on page File:Screenshot 20220623-110055.png: content hidden and edit summary hidden (This is probably better left hidden)
- 18:03, 26 June 2022 FuzzyBot talk contribs deleted page Test page/vi (Part of translation page "Test page/vi":)
- 18:03, 26 June 2022 FuzzyBot talk contribs deleted page Translations:Test page/Page display title/vi (Part of translation page "Test page/vi":)
- 10:46, 26 June 2022 Piccadilly talk contribs deleted page Talk:Merge this one