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.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 20:42, 21 April 2026
 
Page name:
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

21 April 2026

     16:32  Module:languages 4 changes history +12,785 [Sware (4×)]
     
16:32 (cur | prev) +36 Sware talk contribs
     
16:17 (cur | prev) −73 Sware talk contribs
     
16:04 (cur | prev) +96 Sware talk contribs
     
11:38 (cur | prev) +12,726 Sware talk contribs
     15:47  Module:scripts/data diffhist +4,105 Sware talk contribs
     13:51  Module:usex diffhist +866 Sware talk contribs
     12:35  Module:pages 2 changes history −137 [Sware (2×)]
     
12:35 (cur | prev) −39 Sware talk contribs
     
12:34 (cur | prev) −98 Sware talk contribs
     11:31  Module:language-like diffhist +59 Sware talk contribs Tag: Manual revert
     11:30  Module:languages/data/2 diffhist −1,692 Sware talk contribs Tag: Manual revert
     11:30  Module:languages/data/3/u diffhist −721 Sware talk contribs Tag: Manual revert
     11:28  Module:languages/data diffhist +475 Sware talk contribs
     11:22  (Import log) [Sware (31×)]
     
11:22 Sware talk contribs imported Module:languages/chars by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:string/replacementEscape by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:string/patternEscape by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:string/decodeEntities by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:table/shallowCopy by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:require when needed by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:string/char by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:string/encode entities by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:languages/data/3/u by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:data/interwikis by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:languages/data/patterns by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:languages/data by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:languages/data/2 by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:parse utilities by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:scripts/recognition data by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:scripts/charToScript by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:script utilities by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:script utilities/data by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:utilities by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:language-like by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:scripts by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:scripts/data by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:languages by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:links by file upload (1 revision)
     
11:22 Sware talk contribs imported Module:string utilities by file upload (1 revision)
     
11:21 Sware talk contribs imported Module:title/makeTitle by file upload (1 revision)
     
11:21 Sware talk contribs imported Module:documentation by file upload (1 revision)
     
11:21 Sware talk contribs imported Module:debug/track by file upload (1 revision)
     
11:21 Sware talk contribs imported Module:pages by file upload (1 revision)
     
11:21 Sware talk contribs imported Module:title/exists by file upload (1 revision)
     
11:21 Sware talk contribs imported Module:parameters by file upload (1 revision)
N    10:25  Module:check isxn diffhist +5,958 Sware talk contribs (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 export = {} --[[--------------------------< 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...")
N    10:24  Module:roman numerals diffhist +3,158 Sware talk contribs (Created page with "local roman_dict = {M = 1000, D = 500, C = 100, L = 50, X = 10, V = 5, I = 1} local repeatable = {M = true, C = true, X = true, I = true} local roman_table = {'M', 'CM', 'D', 'CD', 'C', 'XC', 'L', 'XL', 'X', 'IX', 'V', 'IV', 'I'} local arabic_table = {1000, 900, 500, 400, 100, 90, 50, 40, 10, 9, 5, 4, 1 } local export = {} local function nil_or_error(msg, no_error) if no_error then return nil else error(msg, 2) end end function export.arabic_...")
N    10:24  Module:number utilities diffhist +957 Sware talk contribs (Created page with "local export = {} function export.get_number(text) if text == '' or text == nil then return nil end if type(text) == 'string' then text = mw.ustring.gsub(text, ",", "") end local j = tonumber(text) if j ~= nil then return j else return nil end end function export.is_number(frame) return export.get_number(frame:getParent().args[1]) end function export.is_hex_number(frame) local args = frame:getParent().args local hex = args[1] if hex then hex = m...")
N    10:24  Module:italics diffhist +3,007 Sware talk contribs (Created page with "local export = {} local m_string_utils = require("Module:string utilities") local find = m_string_utils.find local match = m_string_utils.match local gsub = m_string_utils.gsub function export.i(text) if text == "" or text == nil then return nil end if type(text) == "table" and text.args then text = text.args[1] end -- Remove whitespace from beginning and end of text. text = mw.text.trim(text) -- Find parenthesized text. local parenthesis = "" if fin...")
N    10:23  Template:Quote-book diffhist +684 Sware talk contribs (Created page with "<includeonly>{{#invoke:quote|quote_t|type=book}}</includeonly><!-- --><noinclude>{{quote-book|en|author=F[rancis] Scott Fitzgerald|authorlink=F. Scott Fitzgerald|chapter=IX|title=The Great Gatsby|location=New York, N.Y.|publisher=Charles Scribner’s Sons|year=1925|oclc=884653065|location2=New York, N.Y.|publisher2=Charles Scribner’s Sons|year2=1953|isbn2=978-0-684-16498-4|page2=182|pageurl2=https://archive.org/stre...")
     10:19  Module:quote diffhist +130,281 Sware talk contribs