MediaWiki:Gadget-switcher.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.

19 January 2025

  • curprev 20:3520:35, 19 January 2025Bwazedilla talk contribs 1,594 bytes +1,594 Created page with "'use strict'; $( function () { $.each( document.querySelectorAll( '.switcher-container' ), function ( i, container ) { if ( i == 0 ) { mw.loader.using(['mediawiki.util'], function(){mw.util.addCSS('.switcher-container label input{margin-right:0.5em}')}) } var selected, $radio; var switchers = [] var radioName = 'switcher-' + i; var first = true; $.each( container.children, function ( j, switcher ) { var label = switcher.querySelector( '.switcher-label' );..."