Deletion log
From WORST WIKI EVER
Jump to navigationJump to searchBelow is a list of the most recent deletions.
- 13:59, 20 June 2025 Notsokodya talk contribs deleted page Novaraycism (wtf is this)
- 13:19, 28 May 2025 Emilydaemon talk contribs deleted page File:Le Opahc footage??? (I haven't found any ACTUAL footage yet stop).jpeg (spam)
- 13:19, 28 May 2025 Emilydaemon talk contribs deleted page File:Screenshot 20250527 070708 YouTube.jpg (spam)
- 12:50, 28 May 2025 Emilydaemon talk contribs deleted page THEMEA (Spam)
- 19:04, 22 April 2025 Notsokodya talk contribs deleted page WORST WRATH OF THE GODS EVER (mrow)
- 19:55, 21 April 2025 Emilydaemon talk contribs deleted page File:Cioss pfp.png (cioss' wish)
- 11:21, 13 April 2025 Emilydaemon talk contribs deleted page File:Cioss.png (cioss' wish)
- 15:51, 25 March 2025 Notsokodya talk contribs deleted page Module:Infobox (i hate mediawiki lua)
- 15:15, 25 March 2025 Notsokodya talk contribs deleted page Module:Infobox player (wrong name)
- 15:01, 25 March 2025 Notsokodya talk contribs deleted page Template:Infobox player (moving to lua, because i need tabber for images)
- 00:03, 24 March 2025 (username removed) (log details removed) (edit summary removed)
- 23:41, 23 March 2025 (username removed) (log details removed) (edit summary removed)
- 18:38, 20 March 2025 Notsokodya talk contribs deleted page File:Kodya reaction.mp4 (bok no more.)
- 00:02, 20 January 2025 Notsokodya talk contribs deleted page Prepare (🐡)
- 13:09, 8 January 2025 Notsokodya talk contribs deleted page Nil/style.css (wrong name)
- 23:03, 5 January 2025 AndrewEathan talk contribs deleted page File:Wsemc 3 serverlist.png (Deleted old revision 20250105230334!Wsemc_3_serverlist.png)
- 22:02, 1 January 2025 Emilydaemon talk contribs deleted page Meta:General disclaimer (content was: "disclaimers: you will get brain damage from join wse /j", and the only contributor was "Andryv" (talk))
- 22:01, 1 January 2025 Emilydaemon talk contribs deleted page Catboy Andrew and Censorship (Vandalism)
- 22:28, 31 December 2024 Emilydaemon talk contribs deleted page Template:Tl (content was: "#REDIRECT Template:Template link {{Redirect category shell| {{R from move}} }}")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Message box (content was: "require('strict') 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 --------------------------------------------------------------------------------...")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Sidebar (content was: "require('strict') local cfg = mw.loadData('Module:Sidebar/configuration') local p = {} local getArgs = require('Module:Arguments').getArgs --[[ Categorizes calling templates and modules with a 'style' parameter of any sort for tracking to convert to TemplateStyles. TODO after a long cleanup: Catch sidebars in other namespaces than Template and Module. TODO would probably want to remove /log and /archive as CS1 does ]] local function categorizeTemplatesWithInlineStyles(args)...")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Unsubst (content was: "local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'parameter list', ['$aliases'] = 'parameter aliases', ['$flags'] = 'flags', ['$B'] = 'template content', ['$template-name'] = 'template invocation name override', } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specified in...")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Hatnote (content was: "-------------------------------------------------------------------------------- -- Module:Hatnote -- -- -- -- This module produces hatnote links and links to related articles. It -- -- implements the {{hatnote}} and {{format link}} meta-templates and includes -- -- helper functions for other Lua hatnote modules....")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Authority control (content was: "require('strict') local p = {} local frame = mw.getCurrentFrame() local config_file = frame.args.config and frame.args.config~='' and ('/' .. frame.args.config) or '' local config = mw.loadData('Module:Authority control/config' .. config_file) local title = mw.title.getCurrentTitle() local namespace = title.namespace local testcases = title.subpageText == config.i18n.testcases local wikilink = function(target, label) return label and '' .. label .. '' or...")
- 22:27, 31 December 2024 Emilydaemon 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...")
- 22:27, 31 December 2024 Emilydaemon 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...")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Navbox (content was: "require('strict') local p = {} local cfg = mw.loadData('Module:Navbox/configuration') local inArray = require("Module:TableTools").inArray local getArgs -- lazily initialized local format = string.format function p._navbox(args) local function striped(wikitext, border) -- Return wikitext with markers replaced for odd/even striping. -- Child (subgroup) navboxes are flagged with a category that is removed -- by parent navboxes. The result is that the category shows all pa...")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:InfoboxImage (content was: "-- Inputs: -- image - Can either be a bare filename (with or without the File:/Image: prefix) or a fully formatted image link -- page - page to display for multipage images (DjVu) -- size - size to display the image -- maxsize - maximum size for image -- sizedefault - default size to display the image if size param is blank -- alt - alt text for image -- title - title text for image -- border - set to yes if border -- center - set to yes, if the image...")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Navbar (content was: "local p = {} local cfg = mw.loadData('Module:Navbar/configuration') local function get_title_arg(is_collapsible, template) local title_arg = 1 if is_collapsible then title_arg = 2 end if template then title_arg = 'template' end return title_arg end local function choose_links(template, args) -- The show table indicates the default displayed items. -- view, talk, edit, hist, move, watch -- TODO: Move to configuration. local show = {true, true, true, false, false, false...")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Infobox (content was: "local p = {} local args = {} local origArgs = {} local root local empty_row_categories = {} local category_in_empty_row_pattern = '%[%[%s*[Cc][Aa][Tt][Ee][Gg][Oo][Rr][Yy]%s*:[^]]*]]' local has_rows = false local lists = { plainlist_t = { patterns = { '^plainlist$', '%splainlist$', '^plainlist%s', '%splainlist%s' }, found = false, styles = 'Plainlist/styles.css' }, hlist_t = { patterns = { '^hlist$', '%shlist$', '^hlist%s', '%shlist%s' },...")
- 22:27, 31 December 2024 Emilydaemon 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',...")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Template:Template link (content was: "{{nowrap|{{}}[[Template:{{{1}}}|{{{1}}}]]{{nowrap|}}}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> </noinclude>")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Template:Nowrap (content was: "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Template:Infobox (content was: "{{#invoke:Infobox|infobox}}<includeonly>{{template other|{{#ifeq:{{PAGENAME}}|Infobox||{{#ifeq:{{str left|{{SUBPAGENAME}}|7}}|Infobox|{{remove first word|{{SUBPAGENAME}}}}}}}}|}}</includeonly><noinclude> {{documentation}} <!-- Categories go in the /doc subpage, and interwikis go in Wikidata. --> </noinclude>")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:If empty (content was: "local p = {} function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = 'Template:If empty', removeBlanks = false}) for k,v in ipairs(args) do if v ~= '' then return v end end end return p")
- 22:27, 31 December 2024 Emilydaemon talk contribs deleted page Module:Check for unknown parameters (content was: "-- This module may be used to compare the arguments passed to the parent -- with a list of arguments, returning a specified result if an argument is -- not on the list require ('strict'); local p = {} local function trim(s) return s:match('^%s*(.-)%s*$') end local function isnotempty(s) return s and s:match('%S') end local function clean(text) -- Return text cleaned for display and truncated if too long. -- Strip markers are replaced with dummy text representing the or...")
- 22:26, 31 December 2024 Emilydaemon 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'...")
- 22:26, 31 December 2024 Emilydaemon talk contribs deleted page Module:TableTools (content was: "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant to be called from other Lua modules, and should not -- -- be called directly from #invoke....")
- 22:26, 31 December 2024 Emilydaemon talk contribs deleted page Module:List (content was: "local libUtil = require('libraryUtil') local checkType = libUtil.checkType local mTableTools = require('Module:TableTools') local p = {} local listTypes = { ['bulleted'] = true, ['unbulleted'] = true, ['horizontal'] = true, ['ordered'] = true, ['horizontal_ordered'] = true } function p.makeListData(listType, args) -- Constructs a data table to be passed to p.renderList. local data = {} -- Classes and TemplateStyles data.classes = {} data.templatestyles = '' if li...")
- 22:26, 31 December 2024 Emilydaemon 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...")
- 22:26, 31 December 2024 Emilydaemon 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...")
- 22:26, 31 December 2024 Emilydaemon 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....")