All public logs
From WORST WIKI EVER
Jump to navigationJump to searchCombined display of all available logs of WORST WIKI EVER. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 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....")
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:File link by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Effective protection level by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Effective protection expiry by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:TableTools by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:List by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:String by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Message box/configuration by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Template:Template link by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Template:Tl by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Template:Nowrap by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Template:Infobox by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:If empty by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Check for unknown parameters by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:InfoboxImage by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Navbar by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Infobox by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Authority control by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Yesno by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Arguments by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Navbox by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Message box by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Sidebar by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Unsubst by file upload (1 revision)
- 22:21, 31 December 2024 Emilydaemon talk contribs imported Module:Hatnote by file upload (1 revision)
- 22:10, 31 December 2024 Emilydaemon talk contribs changed group membership for AndrewEathan from (none) to bureaucrat
- 22:03, 31 December 2024 Emilydaemon talk contribs created page User:Emilydaemon (Created page with "{{Lowercase title}} hello") Tag: Visual edit: Switched
- 22:03, 31 December 2024 Emilydaemon talk contribs created page Template:Lowercase title (Created page with "<includeonly>{{DISPLAYTITLE: {{#if: {{NAMESPACE}}|{{NAMESPACE}}:}}{{#if: {{{italic|}}} | {{#if: {{{force|}}} | ''{{lcfirst:{{PAGENAME}}}}'' | {{#invoke:MultiReplace|...")
- 21:31, 31 December 2024 User account AndrewEathan talk contribs was created
- 13:52, 31 December 2024 MediaWiki default talk contribs created page Main Page