Deletion log

Jump to: navigation, search

Below is a list of the most recent deletions.

Logs      

 

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 12:59, 27 July 2017 Haarp (talk | contribs) deleted page Module:Sidebar (content was: "-- -- This module implements {{Sidebar}} -- require('Module:No globals') local p = {} local getArgs = require('Module:Arguments').getArgs local navbar = require('Module:Navbar')._navbar local function trimAndAddAutomaticNewline(s) --...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:TableTools (content was: "--[[ ------------------------------------------------------------------------------------ -- TableTools -- --...")
  • 12:58, 27 July 2017 Haarp (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...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:Main (content was: "--[[ -- This module produces a link to a main article or articles. It implements the -- template {{main}}. -- -- If the module is used in category or category talk space, it produces "The -- main article for this category is xxx". Other...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:Namespace detect/config (content was: "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- --...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:Message box/configuration (content was: "-------------------------------------------------------------------------------- -- Message box configuration -- --...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:Message box (content was: "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('Module:No globals') local getArgs local catego...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:Lua banner (content was: "-- This module implements the {{lua}} template. local yesno = require('Module:Yesno') local mList = require('Module:List') local mTableTools = require('Module:TableTools') local mMessageBox = require('Module:Message box') local p = {}...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:List (content was: "-- This module outputs different kinds of lists. At the moment, bulleted, -- unbulleted, horizontal, ordered, and horizontal ordered lists are supported. local libUtil = require('libraryUtil') local checkType = libUtil.checkType local m...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:Hatnote list (content was: "-------------------------------------------------------------------------------- -- Module:Hatnote list -- --...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:Hatnote (content was: "-------------------------------------------------------------------------------- -- Module:Hatnote -- --...")
  • 12:58, 27 July 2017 Haarp (talk | contribs) deleted page Module:For (content was: "local mArguments --initialize lazily local yesno = require('Module:Yesno') local mHatlist = require('Module:Hatnote list') local mHatnote = require('Module:Hatnote') local p = {} --Implements {{For}} from the frame --uses capitalized "F...")
  • 12:58, 27 July 2017 Haarp (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') -- T...")
  • 12:57, 27 July 2017 Haarp (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) =...")
  • 12:57, 27 July 2017 Haarp (talk | contribs) deleted page Module:Documentation/config (content was: "---------------------------------------------------------------------------------------------------- -- -- Configuration for Module:Documentation -- -- Here you can set the values of the parameters and messa...")
  • 12:57, 27 July 2017 Haarp (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 t...")
  • 12:57, 27 July 2017 Haarp (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:Documen...")
  • 12:57, 27 July 2017 Haarp (talk | contribs) deleted page Module:Color contrast/colors (content was: "return { aliceblue = 0.92880068253475, antiquewhite = 0.84646951707754, aqua = 0.7874, aquamarine = 0.8078549208338, azure = 0.97265264954166, beige = 0.898...")
  • 12:57, 27 July 2017 Haarp (talk | contribs) deleted page Module:Color contrast (content was: "-- -- This module implements -- {{Color contrast ratio}} -- {{Greater color contrast ratio}} -- {{ColorToLum}} -- {{RGBColorToLum}} -- local p = {} local HTMLcolor = mw.loadData( 'Module:Color contrast/colors' ) local function sRGB...")
  • 12:57, 27 July 2017 Haarp (talk | contribs) deleted page Module:Category handler/shared (content was: "-- This module contains shared functions used by Module:Category handler -- and its submodules. local p = {} function p.matchesBlacklist(page, blacklist) for i, pattern in ipairs(blacklist) do local match = mw.ustring.match(page...")
  • 12:57, 27 July 2017 Haarp (talk | contribs) deleted page Module:Category handler/data (content was: "-- This module assembles data to be passed to Module:Category handler using -- mw.loadData. This includes the configuration data and whether the current -- page matches the title blacklist. local data = require('Module:Category hand...")
  • 12:57, 27 July 2017 Haarp (talk | contribs) deleted page Module:Category handler/config (content was: "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here....")
  • 12:56, 27 July 2017 Haarp (talk | contribs) deleted page Module:Category handler/blacklist (content was: "-- This module contains the blacklist used by Module:Category handler. -- Pages that match Lua patterns in this list will not be categorised unless -- categorisation is explicitly requested. return { '^Main Page$', -- don't categor...")
  • 12:56, 27 July 2017 Haarp (talk | contribs) deleted page Module:Category handler (content was: "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER...")
  • 12:56, 27 July 2017 Haarp (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 c...")
  • 11:25, 27 July 2017 Haarp (talk | contribs) deleted page Modules:Navbox (bah)
  • 19:43, 26 July 2017 Haarp (talk | contribs) deleted page Module:Navbar (not working)
  • 17:21, 25 July 2017 Haarp (talk | contribs) deleted page MWLL Wiki (Moved content to MWLLWiki:About, as that is also linked at the footer of every page)
  • 02:09, 25 July 2017 Unbroken (talk | contribs) deleted redirect MechWarrior: Living Legends by overwriting (Deleted to make way for move from "Mechwarrior: Living Legends")
  • 01:54, 25 July 2017 Serpentus (talk | contribs) deleted page File:Happy-snake.jpg (Duplicated file)
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)