Related changes

Jump to navigation Jump to search

Enter a page name to see changes on the 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 highlighted in bold.

Recent changes optionsShow last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide my edits | Show bots | Hide minor edits
Show new changes starting from 16:30, 4 August 2025
 
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

2 August 2025

N    19:33  MediaWiki:Common.js diffhist +19,269 Elnian talk contribs (Created page with "$(function(){ $root = $(':root'); $panel = $('#mw-panel'); $portals = $("#mw-panel .portal"); var s = function(){ $portals.each(function(index, el){ var $el = $(el); var $id = $el.attr("id"); if(!$id){ return; } // for < 1366px $el.removeClass('expanded'); // for >= 1366px if(localStorage.getItem('sidebar_c_'+$id) === "y"){ $el.addClass('collapsed').find('.body').slideUp(0); } }); } s(); $(window).on('resize', s); $portals.o...")