Main public logs

From Archiepedia

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

Logs
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)
  • 22:08, 24 April 2025 Oldiesmann talk contribs created page Module:Pagetype/rfd (Created page with "-- This page contains a table of all RfD templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { -- Template forms (these should be substituted so we should rarely see these) ["Redirect for discussion"] = true, ["RFD"] = true, ["RfD"] = true, ["Rfd1"] = true, ["Rfd-t"] = true, ["Rfd"] = true, ["Rfd-NPF"] = true, ["...")
  • 22:08, 24 April 2025 Oldiesmann talk contribs created page Module:Pagetype/softredirect (Created page with "-- This page contains a table of all soft redirect templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { ["R from category navigation"] = true, ["Redirect from category navigation"] = true, ["Category redirect"] = true, ["Cat move"] = true, ["Cat red"] = true, ["Cat redir"] = true, ["Cat redirect"] = true, ["Category mo...")
  • 22:06, 24 April 2025 Oldiesmann talk contribs created page Module:Wikitext Parsing (Created page with "require("strict") --Helper functions local function startswith(text, subtext) return string.sub(text, 1, #subtext) == subtext end local function endswith(text, subtext) return string.sub(text, -#subtext, -1) == subtext end local function allcases(s) return s:gsub("%a", function(c) return "["..c:upper()..c:lower().."]" end) end local trimcache = {} local whitespace = {[" "]=1, ["\n"]=1, ["\t"]=1, ["\r"]=1} local function cheaptrim(str) --mw.text.trim is surprising...")
  • 22:05, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:Yesno from "Scribunto module" to "Scribunto module"
  • 22:04, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:Namespace detect/data from "Scribunto module" to "Scribunto module"
  • 22:03, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:Namespace detect from "Scribunto module" to "Scribunto module"
  • 22:03, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:Error from "Scribunto module" to "Scribunto module"
  • 22:02, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:Format link from "Scribunto module" to "Scribunto module"
  • 22:02, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:Hatnote from "Scribunto module" to "Scribunto module"
  • 22:02, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:Hatnote list from "Scribunto module" to "Scribunto module"
  • 22:01, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:About from "Scribunto module" to "Scribunto module"
  • 21:13, 24 April 2025 Oldiesmann talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
  • 21:03, 24 April 2025 Oldiesmann talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
  • 21:00, 24 April 2025 Oldiesmann talk contribs deleted page Module:Namespace detect (content was: "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category...", and the only contributor was "Oldiesmann" (talk))
  • 21:00, 24 April 2025 Oldiesmann talk contribs created page Module:Namespace detect (Created page with "--[[ -------------------------------------------------------------------------------- -- -- -- NAMESPACE DETECT -- -- -- -- This module implements the {{namespace detect}} template in Lua, with a -- -- few improvements: all namespaces and all namespace aliases are...")
  • 20:59, 24 April 2025 Oldiesmann talk contribs deleted page Module:Namespace detect (content was: "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- ----------------------------------------------...", and the only contributor was "Oldiesmann" (talk))
  • 20:58, 24 April 2025 Oldiesmann talk contribs deleted page Module:Namespace detect/data (cache weirdness?)
  • 20:58, 24 April 2025 Oldiesmann talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
  • 20:58, 24 April 2025 Oldiesmann talk contribs deleted page Module:Namespace detect/data (content was: "{{#invoke:Message box|imbox}}<noinclude> {{documentation}} <!-- Categories go on the /doc subpage, and interwikis go on Wikidata. --> </noinclude>", and the only contributor was "Oldiesmann" (talk))
  • 20:55, 24 April 2025 Oldiesmann talk contribs created page Module:Namespace detect/data (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
  • 20:54, 24 April 2025 Oldiesmann talk contribs created page Module:Namespace detect (Created page with "-------------------------------------------------------------------------------- -- Namespace detect data -- -- This module holds data for Module:Namespace detect to be loaded per -- -- page, rather than per #invoke, for performance reasons. -- -------------------------------------------------------------------------------- local cfg = require('Module:Namespace detect/config') local function...")
  • 00:07, 24 April 2025 Oldiesmann talk contribs created page Module:Pagetype/config (Created page with "-------------------------------------------------------------------------------- -- Module:Pagetype configuration data -- -- This page holds localisation and configuration data for Module:Pagetype. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. -------------------------------------------------------------------------------- -- St...")
  • 00:06, 24 April 2025 Oldiesmann talk contribs created page Module:Pagetype (Created page with "-------------------------------------------------------------------------------- -- -- -- This meta-module which automatically detects namespaces, and allows -- -- for a great deal of customisation. It can easily be ported to other -- -- wikis by changing the values in the Module:Pagetype/config. -- --...")
  • 00:05, 24 April 2025 Oldiesmann talk contribs created page Template:About (Created page with "{{#invoke:about|about}}<noinclude> {{Documentation}} </noinclude>")
  • 00:05, 24 April 2025 Oldiesmann talk contribs created page Module:About (Created page with "local mArguments --initialize lazily local mHatnote = require('Module:Hatnote') local mHatList = require('Module:Hatnote list') local libraryUtil = require('libraryUtil') local checkType = libraryUtil.checkType local p = {} function p.about (frame) -- A passthrough that gets args from the frame and all mArguments = require('Module:Arguments') args = mArguments.getArgs(frame) return p._about(args) end function p._about (args, options) -- Produces "about" hatnote....")
  • 00:04, 24 April 2025 Oldiesmann talk contribs created page Module:Hatnote list (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd...")
  • 00:01, 24 April 2025 Oldiesmann talk contribs deleted page Module:Hatnote list (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...", and the only contributor was "Oldiesmann" (talk))
  • 00:01, 24 April 2025 Oldiesmann talk contribs created page Module:Hatnote list (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd...")
  • 00:01, 24 April 2025 Oldiesmann talk contribs deleted page Module:Hatnote list (content was: "{{#switch: <!--If no or empty "demospace" parameter then detect namespace--> {{#if:{{{demospace|}}} | {{lc: {{{demospace}}} }} <!--Use lower case "demospace"--> | {{#ifeq:{{NAMESPACE}}|{{ns:Template}} | template | other }} }} | template = {{{1|}}} | other | #default = {{{2|}}} }}<!--End switch--><noinclude> {{documentation}} <!-- Add categori...", and the only contributor was "Oldiesmann" (talk))
  • 00:00, 24 April 2025 Oldiesmann talk contribs created page Module:Hatnote list (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd...")
  • 00:00, 24 April 2025 Oldiesmann talk contribs deleted page Module:Hatnote list (content was: "<span class="nowrap">{{{1}}}</span><noinclude> {{documentation}} <!-- Categories go on the /doc page; interwikis go to Wikidata. --> </noinclude>", and the only contributor was "Oldiesmann" (talk))
  • 23:59, 23 April 2025 Oldiesmann talk contribs created page Module:Hatnote list (Created page with "-------------------------------------------------------------------------------- -- Module:Hatnote list -- -- -- -- This module produces and formats lists for use in hatnotes. In particular, -- -- it implements the for-see list, i.e. lists of "For X, see Y" statements, -- -- as used in {{about}}, {{redirect}}, and their variants. Also introd...")
  • 23:58, 23 April 2025 Oldiesmann talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- 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....")
  • 23:57, 23 April 2025 Oldiesmann talk contribs deleted page Module:Hatnote (content was: "------------------------------------------------------------------------------------ -- TableTools -- -- -- -- This module includes a number of functions for dealing with Lua tables. -- -- It is a meta-module, meant...", and the only contributor was "Oldiesmann" (talk))
  • 23:57, 23 April 2025 Oldiesmann talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- 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....")
  • 23:57, 23 April 2025 Oldiesmann talk contribs deleted page Module:Hatnote (My computer hates me?)
  • 23:55, 23 April 2025 Oldiesmann talk contribs created page Module:Hatnote (Created page with "-------------------------------------------------------------------------------- -- 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....")
  • 23:54, 23 April 2025 Oldiesmann talk contribs created page Module:Format link (Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(...")
  • 23:52, 23 April 2025 Oldiesmann talk contribs deleted page Module:Format link (Wrong content again)
  • 23:51, 23 April 2025 Oldiesmann talk contribs created page Module:Format link (Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(...")
  • 23:50, 23 April 2025 Oldiesmann talk contribs deleted page Module:Format link (Won't save changes)
  • 23:49, 23 April 2025 Oldiesmann talk contribs imported Module:Format link by file upload (1 revision)
  • 23:46, 23 April 2025 Oldiesmann talk contribs deleted page Module:Format link (Broken)
  • 23:43, 23 April 2025 Oldiesmann talk contribs created page Module:Format link (Created page with "-------------------------------------------------------------------------------- -- Format link -- -- Makes a wikilink from the given link and display values. Links are escaped -- with colons if necessary, and links to sections are detected and displayed -- with " § " as a separator rather than the standard MediaWiki "#". Used in -- the {{format link}} template. -------------------------------------------------------------------------------- local libraryUtil = require(...")
  • 23:42, 23 April 2025 Oldiesmann talk contribs created page Module:Error (Created page with "-- This module implements {{error}}. local p = {} local function _error(args) local tag = mw.ustring.lower(tostring(args.tag)) -- Work out what html tag we should use. if not (tag == 'p' or tag == 'span' or tag == 'div') then tag = 'strong' end -- Generate the html. return tostring(mw.html.create(tag) :addClass('error') :wikitext(tostring(args.message or args[1] or error('no message specified', 2))) ) end function...")
  • 23:41, 23 April 2025 Oldiesmann talk contribs created page Module:Arguments/doc (Created page with "This module provides easy processing of arguments passed from <code>#invoke</code>. It is a meta-module, meant for use by other modules, and should not be called from <code>#invoke</code> directly (for a module directly invocable by templates you might want to have a look at {{ml|params|}}). Its features include: * Easy trimming of arguments and removal of blank arguments. * Arguments can be passed by both the current frame and by the parent frame at the same time. (More...")
  • 23:40, 23 April 2025 Oldiesmann talk contribs created page Module:Arguments (Created page with "-- 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'...")
  • 23:39, 23 April 2025 Oldiesmann talk contribs created page Module:Yesno/doc (Created page with "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 as "yes", "no", etc. This module processes these kinds of strings and turns them into boolean input for Lua to process. It also returns <code>nil</code> values as <code>nil</code>, to allow for distinctions between <code>nil</c...")
  • 23:37, 23 April 2025 Oldiesmann talk contribs created page Module:Yesno (Created page with "-- 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 =...")
  • 23:12, 21 April 2025 Oldiesmann talk contribs changed group membership for Oldiesmann from bureaucrat, interface administrator and administrator to bureaucrat, interface administrator, administrator and administrator (Semantic MediaWiki)
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)