Related changes
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
18 May 2025
|
09:28 | (Protection log) [U2e (13×)] | |||
|
09:28 U2e talk contribs protected Template:Ambox [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
09:18 U2e talk contribs protected Module:Message box [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
09:06 U2e talk contribs protected Module:Message box/configuration [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:56 U2e talk contribs protected Module:Namespace detect/config [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:56 U2e talk contribs protected Module:Namespace detect/data [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:55 U2e talk contribs protected Module:Category handler/blacklist [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:55 U2e talk contribs protected Module:Category handler/shared [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:54 U2e talk contribs protected Module:Category handler/config [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:54 U2e talk contribs protected Module:Category handler/data [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:51 U2e talk contribs protected Module:Arguments [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:50 U2e talk contribs protected Module:Yesno [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:49 U2e talk contribs protected Module:Category handler [Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) (hist) | ||||
|
08:49 U2e talk contribs protected Module:Category handler [Create=Allow only administrators] (indefinite) (hist) |
|
N 09:25 | Template:Ambox 2 changes history +29 [U2e (2×)] | |||
|
09:25 (cur | prev) −11 U2e talk contribs | ||||
N |
|
09:25 (cur | prev) +40 U2e talk contribs (Created page with "{{#invoke:Message box|ambox}}<noinclude>") |
|
N 09:23 | Module:Message box 3 changes history +18,344 [U2e (3×)] | |||
|
09:23 (cur | prev) −199 U2e talk contribs | ||||
|
09:17 (cur | prev) −15 U2e talk contribs | ||||
N |
|
09:04 (cur | prev) +18,558 U2e talk contribs (Created page with "-- This is a meta-module for producing message box templates, including -- {{mbox}}, {{ambox}}, {{imbox}}, {{tmbox}}, {{ombox}}, {{cmbox}} and {{fmbox}}. -- Load necessary modules. require('strict') local getArgs local yesno = require('Module:Yesno') -- Get a language object for formatDate and ucfirst. local lang = mw.language.getContentLanguage() -- Define constants local CONFIG_MODULE = 'Module:Message box/configuration' local DEMOSPACES = {talk = 'tmbox', image = '...") |
|
N 09:09 | File:Information icon4.svg 2 changes history 0 [U2e (2×)] | |||
|
09:09 (cur | prev) −563 U2e talk contribs (Blanked the page) Tag: Blanking | ||||
N |
|
09:08 (cur | prev) +563 U2e talk contribs (Created page with "{{Valid SVG}} {{Keep local high-risk}} =={{int:filedesc}}== {{Information |description=An <big><kbd>'''i'''</kbd></big> icon for templates and the like |date=2018-10-02 |source=Copied from c:File:Information_icon4.svg |Author=penubag (color adjustments) |other_versions=15px. 15px. 15pxuser:CyberSkull...") |
N 09:06 | Module:Message box/configuration diffhist +6,546 U2e talk contribs (Created page with "-------------------------------------------------------------------------------- -- Message box configuration -- -- -- -- This module contains configuration data for Module:Message box. -- -------------------------------------------------------------------------------- return { ambox = { types = { speedy = { class = 'ambox-spee...") |
N 08:56 | Module:Namespace detect/config diffhist +3,545 U2e talk contribs (Created page with "-------------------------------------------------------------------------------- -- Namespace detect configuration data -- -- -- -- This module stores configuration data for Module:Namespace detect. Here -- -- you can localise the module to your wiki's language. -- --...") |
N 08:56 | Module:Namespace detect/data diffhist +2,569 U2e talk contribs (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...") |
N 08:55 | Module:Category handler/blacklist diffhist +761 U2e talk contribs (Created page with "-- 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 end of the string. '^Wikipedia:Cascade%-protected items%f[/\0]', '^User:UBX%f[/\0]', -- The userbo...") |
N 08:55 | Module:Category handler/shared diffhist +888 U2e talk contribs (Created page with "-- 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:Namespace detect/data' if useLoadData then return mw.loadData(dataPage).mappings else return...") |
N 08:54 | Module:Category handler/config diffhist +5,755 U2e talk contribs (Created page with "-------------------------------------------------------------------------------- -- Module:Category handler configuration data -- -- Language-specific parameter names and values can be set here. -- -- For blacklist config, see Module:Category handler/blacklist. -- -------------------------------------------------------------------------------- local cfg = {} -- Don't edit this line. ----------------------------...") |
N 08:54 | Module:Category handler/data diffhist +631 U2e talk contribs (Created page with "-- 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 title = mw.title.getCurrentTitle() data.currentTitleMatchesBlacklist = mShared.matchesBlacklist(...") |
N 08:51 | Module:Arguments diffhist +10,054 U2e talk contribs (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'...") |
N 08:50 | Module:Yesno diffhist +745 U2e talk contribs (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 =...") |
N 08:49 | Module:Category handler diffhist +7,871 U2e talk contribs (Created page with "-------------------------------------------------------------------------------- -- -- -- CATEGORY HANDLER -- -- -- -- This module implements the {{category handler}} template in Lua, -- -- with a few improvements: all namespaces and all namespace alia...") |