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).
- 23:12, 28 April 2025 Oldiesmann talk contribs created page Archiepedia:Book sources (Created page with "<!-- This page is fetched whenever a user clicks an Wikipedia:ISBN link in an article. Each instance of MAGICNUMBER on this page is replaced with the ISBN the user looks for. --> This page links to catalogs of libraries, booksellers, and other book sources where you will be able to search for the book by its International Standard Book Number (ISBN). *If you arrived at this page by clicking an ISBN link in an Archiepedia page, you will find the f...")
- 21:22, 28 April 2025 Oldiesmann talk contribs created page Template:ISBN (Created page with "<onlyinclude>[[Special:BookSources/{{{1}}}|ISBN{{nbsp}}{{{1}}}]]<includeonly>{{#invoke:check isxn|check_isbn|{{{1}}}|error= <span class="error" style="font-size:88%">Invalid ISBN</span>{{main other|Category:Pages with ISBN errors}}}}</includeonly></onlyinclude> This template automatically links an ISBN to the Special:BookSources page. See Wikipedia:Template:ISBN/doc for more info.")
- 21:20, 28 April 2025 Oldiesmann talk contribs created page Module:Check isxn (Created page with "-- This template is a copy of the ISXN validation code from Module:Citation/CS1 -- which allows for validating ISBN, ISMN, and ISSN without invoking a citation template local p = {} --[[--------------------------< IS _ V A L I D _ I S X N >----------------------------------------------------- ISBN-10 and ISSN validator code calculates checksum across all isbn/issn digits including the check digit. ISBN-13 is checked in check_isbn(). If the number is valid the resu...")
- 23:43, 25 April 2025 Oldiesmann talk contribs created page MediaWiki:Contactpage-label (Created page with "Contact Us")
- 23:42, 25 April 2025 Oldiesmann talk contribs created page Archiepedia:About (Created page with "{{DISPLAYTITLE:About Archiepedia}} Welcome to ''Archiepedia'', the free Archie Comics encyclopedia that anyone can edit. The goal of this wiki is to document anything related to Archie Comics - creators, issues, stories, characters, TV shows, music, movies, etc. The wiki is currently under construction as I work to come up with templates, properties and a general structure.")
- 23:39, 25 April 2025 Oldiesmann talk contribs created page User:Oldiesmann (Created page with "Hi! I'm Michael, aka Oldiesmann. I'm a lifelong Archie fan and owner of both this site and the [[https://www.archiefans.com Archie Comics Fan Forum]. I created this wiki as a place to document everything Archie Comics. There is an existing Archie wiki at Fandom, but I wanted a better more manageable option - Fandom is riddled with ads and has limited admin control. Setting up my own wiki will give us full control and far more flexibility.") Tag: Visual edit
- 23:57, 24 April 2025 Oldiesmann talk contribs changed the content model of the page Module:Arguments from "Scribunto module" to "Scribunto module"
- 23:19, 24 April 2025 Oldiesmann talk contribs created page Template:No license from license selector (Created page with "{{{{{1}}}}} <includeonly>{{No license needing editor assistance|month={{subst:</includeonly>CURRENTMONTHNAME}}|day={{<includeonly>subst:</includeonly>CURRENTDAY}}|year={{<includeonly>subst:</includeonly>CURRENTYEAR}}}}<noinclude>{{Documentation}}</noinclude>")
- 23:17, 24 April 2025 Oldiesmann talk contribs created page MediaWiki:Licenses (Created page with "*subst:No license from license selector|Don't know|I do not know the license *subst:No license from license selector|Somewebsite|Found the image somewhere *subst:Permission from license selector|The copyright holder gave me permission to use this work only in Wikipedia articles *subst:Non-commercial from license selector|The copyright holder only allows this work to be used for non-commercial and/or educational purposes * Your own work: ** Allow non-commercial use, comme...")
- 22:15, 24 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 =...")
- 22:14, 24 April 2025 Oldiesmann 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()...", and the only contributor was "Oldiesmann" (talk))
- 22:13, 24 April 2025 Oldiesmann talk contribs created page Module:Hatnote/styles.css (Created page with ".hatnote { font-style: italic; } Limit structure CSS to divs because of Module:Hatnote inline: div.hatnote { @noflip: padding-left: 1.6em; margin-bottom: 0.5em; } .hatnote i { font-style: normal; } The templatestyles element inserts a link element before hatnotes. * TODO: Remove link if/when WMF resolves T200206: .hatnote + link + .hatnote { margin-top: -0.5em; } @media print { body.ns-0 .hatnote { display: none !important; } }")
- 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(...")