MediaWiki:Common.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.

23 August 2025

  • curprev 04:3704:37, 23 August 2025LoneVixen talk contribs 538 bytes +538 Created page with "// Show pending review popup for unreviewed edits $(document).ready(function() { if ( mw.config.get('wgAction') === 'edit' || mw.config.get('wgAction') === 'submit' ) { var isUnreviewed = mw.config.get('wgFlaggedRevsRevisionId') === 0; // 0 = new/unreviewed if ( isUnreviewed ) { var popup = $('<div class="pending-review-popup">PENDING REVIEW<br>Your edit has been sent to moderation.</div>'); $('body').append(popup); setTimeout(function() { pop..." Tags: Mobile edit Mobile web edit