Jump to content

MediaWiki:Vector-2022.js: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

22 August 2026

  • curprev 11:5511:55, 22 August 2026 DevMoinulHasan talk contribs empty −374 Blanked the page Tag: Blanking
  • curprev 11:5211:52, 22 August 2026 DevMoinulHasan talk contribs 374 bytes +374 Created page with "document.addEventListener( 'DOMContentLoaded', function () { document.querySelectorAll( '.mw-portlet' ).forEach( function ( portlet ) { var label = portlet.querySelector( '.mw-portlet-label' ); if ( !label ) return; label.addEventListener( 'click', function () { portlet.classList.toggle( 'tl-collapsed' ); } ); } ); } );"