All public logs

Jump to: navigation, search

Combined display of all available logs of MechWarrior: Living Legends Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs      

 

Show tag log

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 12:59, 27 July 2017 Haarp (talk | contribs) deleted page Module:Navbox (content was: "-- -- This module implements {{Navbox}} -- local p = {} local navbar = require('Module:Navbar')._navbar local getArgs -- lazily initialized local args local border local listnums = {} local ODD_EVEN_MARKER = '\127_ODDEVEN_\127' local...")
  • 12:59, 27 July 2017 Haarp (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 glob...")
  • 12:59, 27 July 2017 Haarp (talk | contribs) deleted page Module:Ns has subpages (content was: "-- This module implements Template:Ns has subpages. -- While the template is fairly simple, this information is made available to -- Lua directly, so using a module means that we don't have to update the -- template as new namespaces...")
  • 12:59, 27 July 2017 Haarp (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')...")
  • 12:59, 27 July 2017 Haarp (talk | contribs) deleted page Module:Protection banner/config (content was: "-- This module provides configuration data for Module:Protection banner. return { -------------------------------------------------------------------------------- -- -- BANNER DATA -- ----------------...")
  • 12:59, 27 July 2017 Haarp (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 aut...")
  • 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:44, 27 July 2017 Haarp (talk | contribs) automatically marked revision 212 of page User:Haarp patrolled
  • 11:42, 27 July 2017 Haarp (talk | contribs) automatically marked revision 211 of page User talk:DragonGod004 patrolled
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Yesno by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:TableTools by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:String by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Sidebar by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Protection banner/config by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Protection banner by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Ns has subpages by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:No globals by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Navbox by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Navbar by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Namespace detect/data by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Namespace detect/config by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Message box/configuration by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Message box by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Main by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:Lua banner by file upload (1 revision)
  • 11:35, 27 July 2017 Haarp (talk | contribs) imported Module:List by file upload (1 revision)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)