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

2 June 2023

  • curprev 06:4106:41, 2 June 2023Wikivahdat talk contribs 534 bytes +534 Created page with "$(function () { var edit = $("#wpTextbox1, #wpFilterRules"); if (edit.length === 0) return; $('<div style="float:left;">').append($.map({ 'dir=rtl': { direction: 'rtl' }, 'bidi=normal': { unicodeBidi: 'normal' }, 'Default': { direction: 'inherit', unicodeBidi: 'inherit' }, 'bidi=override': { unicodeBidi: 'bidi-override' }, 'dir=ltr': { direction: 'ltr' }, }, function (css, name) { return $('<button>', { text: name }).click(function (e) { e.preventDefa..."