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:43, 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 (30×)]
     
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: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    11:00  Template:Quote-newsgroup diffhist +1,216 Sware talk contribs (Created page with "<includeonly>{{#invoke:quote|quote_t | author = {{{author|}}}{{#if:{{{email|}}}| <''{{{email}}}''>}} | title = <kbd>{{{group|{{{newsgroup|}}}}}}</kbd> | format = Usenet | section = {{#if:{{{id|}}}|message-ID <{{{id}}}>}} | url = {{{url|{{#if:{{{googleid|}}}|http://groups.google.com/group/{{{group|{{{newsgroup|}}}}}}/browse_thread/thread/{{{googleid}}}}}}}} | alias = chapter: title; trans-c...")
N    11:00  Template:Sic diffhist +251 Sware talk contribs (Created page with "<sup style="font-style:normal"><nowiki>[</nowiki><i>{{#if:{{{nolink|}}}|sic|sic}}</i><!-- -->{{#if:{{{1|}}}| – meaning ''{{{1}}}<nowiki/>''}}<!-- --><nowiki>]</nowiki></sup><noinclude>{{documentation}}</noinclude>")
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...")
     10:19  Module:quote diffhist +130,281 Sware talk contribs