Deletion log
From The Joe Frank Wiki
Below is a list of the most recent deletions.
- 08:04, 21 February 2021 Ramon talk contribs deleted page Module:Navbox/doc (content was: "{{#ifeq:{{FULLPAGENAME}}|Module:Navbox|{{High-risk| 2850000+ }}}} {{module rating|protected}} This module implements the {{tl|Navbox}} template. Please see the template page for usage instructions. == Tracking/maintenance categories == * {{clc|Navigational boxes without horizontal lists}} * {{clc|Navboxes using background colours}} * {{clc|Potentially illegible navboxes}}...", and the only contributor was "Jmornard" (talk))
- 08:04, 21 February 2021 Ramon talk contribs deleted page Broken/Yesno/doc (content was: "{{High-risk|15,400,000+ pages, which is {{#expr:(1549372600/{{NUMBEROFPAGES:R}}) round 0}}% of all}} {{Module rating|protected}} This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such...", and the only contributor was "Jmornard" (talk))
- 08:04, 21 February 2021 Ramon 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) -- For compatibility with the original {{sidebar with collapsible lists}} -- implementation, which passed some parameters through {{#if}} to...", and the only contributor was "Jmornard" (talk))
- 08:04, 21 February 2021 Ramon talk contribs deleted page Module:Sidebar/doc (content was: "{{High-risk|155000+}} {{module rating|protected}} This module implements the templates {{tl|sidebar}} and {{tl|sidebar with collapsible lists}}. See the individual template pages for documentation.", and the only contributor was "Jmornard" (talk))
- 08:04, 21 February 2021 Ramon 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' } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the templat...", and the only contributor was "Jmornard" (talk))
- 08:04, 21 February 2021 Ramon talk contribs deleted page Module:Unsubst/doc (content was: "<!-- Categories where indicated at the bottom of this page, please. --> {{High-risk|2,200,000+}} {{Module rating|protected}} Helper module to facilitate a substituted template transform into a template transclusion. Maintenance templates, such as {{tl|Citation needed}} or {{tl|Refimprove}}, should never be substituted. A trick to avoid that is to make a template substitu...", and the only contributor was "Jmornard" (talk))
- 08:03, 21 February 2021 Ramon 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...", and the only contributor was "Jmornard" (talk))
- 08:03, 21 February 2021 Ramon talk contribs deleted page Module:Yesno/doc (content was: "{{High-risk|15,400,000+ pages, which is {{#expr:(1549372600/{{NUMBEROFPAGES:R}}) round 0}}% of all}} {{Module rating|protected}} This module provides a consistent interface for processing boolean or boolean-style string input. While Lua allows the <code>true</code> and <code>false</code> boolean values, wikicode templates can only express boolean values through strings such...", and the only contributor was "Jmornard" (talk))
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Yesno
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Wikibase
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Uses Wikidata
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Unsubst
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/TableTools
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Sidebar
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Side box
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Section link
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Protection banner/config
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Protection banner
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Parameter names example
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/No globals
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Navbar
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Namespace detect/data
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Namespace detect/config
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Message box/configuration
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Message box
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Lua banner
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/List
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Infobox
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Hatnote list
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Hatnote
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/File link
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Effective protection level
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Effective protection expiry
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Documentation/config
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Documentation
- 08:02, 21 February 2021 Ramon talk contribs deleted page Broken/Distinguish
- 08:01, 21 February 2021 Ramon talk contribs deleted page Broken/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, pattern) if match then return true end end return false end function p.getParamMappings(useLoadData) local dataPage = 'Module:...", and the only contributor was "Jmornard" (talk))
- 08:01, 21 February 2021 Ramon talk contribs deleted page Broken/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 handler/config') local mShared = require('Module:Category handler/shared') local blacklist = require('Module:Category handler/blacklist') local...", and the only contributor was "Jmornard" (talk))
- 08:00, 21 February 2021 Ramon talk contribs deleted page Broken/Category handler/config (content was: "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- ----------------------------------------------------...", and the only contributor was "Jmornard" (talk))
- 08:00, 21 February 2021 Ramon talk contribs deleted page Broken/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 categorise the main page. -- Don't categorise the following pages or their subpages. -- "%f[/\0]" matches if the next character is "/" or the e...", and the only contributor was "Jmornard" (talk))
- 08:00, 21 February 2021 Ramon talk contribs deleted page Broken/Category handler (content was: "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handle...", and the only contributor was "Jmornard" (talk))
- 08:00, 21 February 2021 Ramon talk contribs deleted page Broken/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 --...", and the only contributor was "Jmornard" (talk))
- 08:00, 21 February 2021 Ramon talk contribs deleted page Broken/Authority control (content was: "require('Module:No globals') local function getCatForId( id ) local title = mw.title.getCurrentTitle() local namespace = title.namespace if namespace == 0 then return 'Category:Wikipedia articles with ' .. id .. ' identifiers' elseif namespace == 2 and not title.isSubpage then return 'Category:User pages with ' .. id .. ' identifiers' else return 'Cate...", and the only contributor was "Jmornard" (talk))
- 07:59, 21 February 2021 Ramon talk contribs deleted page Module:Message box/doc (content was: "<ref>{{IPAc-en|{{angle bracket|ŋ{{IPAc-en| <gallery> {| class="wikitable sortable" |- ! Header text !! Header text !! Header text |- | Example || Example || Example |- | Example || Example || Example |- | Example || Example || Example |}<sub><sup>Subscript text</sup><small><big>Small text</big> # * Numbered list item{{IPA-en|{{angle bracket|}}}} </small></sub> </gallery> }}}}}}</ref>{{High-risk|6,269,253+ pages, which is at ''least'' {{large|{{#expr:(626925300/{{NUMBEROFPAGES...")
- 07:59, 21 February 2021 Ramon talk contribs deleted page Module:Hatnote/doc (content was: "{{high-risk|1,000,000+}} {{module rating|protected}} This is a meta-module that provides various functions for making hatnotes. It implements the {{tl|hatnote}} template, for use in hatnotes at the top of pages, and the {{tl|format link}} template, which is used to format a wikilink for use in hatnotes. It also contains a number of helper functions fo...", and the only contributor was "Jmornard" (talk))
- 07:59, 21 February 2021 Ramon talk contribs deleted page Broken/Unsubst/doc (content was: "<!-- Categories where indicated at the bottom of this page, please. --> {{High-risk|2,200,000+}} {{Module rating|protected}} Helper module to facilitate a substituted template transform into a template transclusion. Maintenance templates, such as {{tl|Citation needed}} or {{tl|Refimprove}}, should never be substituted. A trick to avoid that is to make a template substitu...", and the only contributor was "Jmornard" (talk))
- 07:58, 21 February 2021 Ramon talk contribs deleted page Broken/Sidebar/doc (content was: "{{High-risk|155000+}} {{module rating|protected}} This module implements the templates {{tl|sidebar}} and {{tl|sidebar with collapsible lists}}. See the individual template pages for documentation.", and the only contributor was "Jmornard" (talk))
- 07:58, 21 February 2021 Ramon talk contribs deleted page Broken/Authority control/doc (content was: "{{High-risk|530,000+}} {{module rating|protected}} {{Uses Wikidata|p214|p244|p213|p496|p227|p906|p269|p268|p651|p1053|p1015|p245|p902|p886|p434|p549|p409|p349|p1048|p691|p640|p396|p947|p428|p1222|p1223|p1157|p950|p271|p1362|p781|p1248|p650|p2558|p2750}} This module contains the code of the {{T|Authority control}} template. See its documentation. == Parameter names and associated Wikidata properties == Listed in order displayed by module. {| class="wikitable sortable" ! data-...")
- 07:58, 21 February 2021 Ramon talk contribs deleted page Broken/Arguments/doc (content was: "{{High-risk|20996736 pages, which is {{#expr:(2099673600/{{NUMBEROFPAGES:R}}) round 0}}% of all}} {{Used in system}} {{Module rating|p}} This module provides easy processing of arguments passed from #invoke. It is a meta-module, meant for use by other modules, and should not be called from #invoke directly. Its features include: * Easy trimming of arguments and removal of...", and the only contributor was "Jmornard" (talk))
- 20:13, 20 February 2021 Ramon talk contribs deleted page Little Dream In Turqouise (Erik Wøllo) (content was: "* ''"Little Dream In Turqouise"'' - Erik Wøllo (from [https://www.discogs.com/Erik-W%C3%B8llo-Traces/release/404419 "Traces"], 2000) Category:Little Dream In Turqouise (Erik Wøllo) Category:Erik Wøllo", and the only contributor was "Jmornard" (talk))