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 19:42, 22 June 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 June 2026

     20:03  Module:script utilities 2 changes history 0 [Sware (2×)]
     
20:03 (cur | prev) −29 Sware talk contribs (Undo revision 530615 by Sware (talk)) Tag: Undo
     
19:17 (cur | prev) +29 Sware talk contribs Tag: Reverted
     15:17  Module:families/canonical names diffhist +26 Jukethatbox talk contribs (updated)
     15:17  Module:families/code to canonical name diffhist +26 Jukethatbox talk contribs (updated)
     15:02  Module:families/data diffhist +67 Jukethatbox talk contribs
     12:27  Module:utilities/require when needed diffhist +1,355 Sware talk contribs
     11:23  Module:usex diffhist −107 Sware talk contribs
N    11:13  Module:munge text diffhist +930 Sware talk contribs (Created page with "return function(text, fn) local has_html = text:find("<") local has_two_part_link = text:find("%[%[.*|") if not has_html and not has_two_part_link then return fn(text) end local function do_munge(text, pattern, functor) local index = 1 local length = mw.ustring.len(text) local result = "" pattern = "(.-)(" .. pattern .. ")" while index <= length do local first, last, before, match = mw.ustring.find(text, pattern, index) if not first then resul...")