MediaWiki:Gadget-refToolbar.js: Revision history

Jump to navigation Jump to search

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.

27 December 2023

  • curprev 20:0620:06, 27 December 2023Dbaumeister talk contribs 1,235 bytes +1,235 Created page with "( function ( mw, $ ) { 'use strict'; function initializeRefTools() { if( window.refToolbarInstalled || $( '#wpTextbox1[readonly]' ).length ){ return; } if ( mw.user.options.get( 'usebetatoolbar' ) ) { // Enhanced editing toolbar is on. Going to load RefToolbar 2.0. $.getScript( '//en.wikipedia.org/w/index.php?title=MediaWiki:Gadget-refToolbarBase.js&action=raw&ctype=text/javascript', function() { mw.loader.using( [ 'ext.wikiEditor' ], function () { mw...."