MediaWiki:Gadget-wikEd.js

From Wikipedia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/**
 * Editor com funções avançadas (Firefox 1.5 ou superior, Mozilla 1.3 ou superior,
 * SeaMonkey, WebKit, Google Chrome, ou Safari)
 * @source: [[w:en:User:Cacycle/wikEd.js]]
 * @see: [[Wikipédia:Software/Scripts/wikEd]], [[w:en:User:Cacycle/wikEd]]
 * @author: [[w:en:User:Cacycle]]
 */
( function( mw, $ ) {
'use strict';
 
window.wikEd = {};
window.wikEd.config = {};

if ( mw.config.get( 'wgCanonicalSpecialPageName' ) !== 'Upload'
) {
	mw.loader.load( '//test2.wikipedia.org/w/index.php?title=User:TheDJ/wikEd.js&action=raw&ctype=text/javascript' );
}
 
}( mediaWiki, $ ) );