User additions to AugsburgWrestling.info are currently disabled due to repeated vandalism.

Please contact us to create an account and start editing.

MediaWiki:Gadget-wikEd.js: Difference between revisions

From Augsburg Wrestling Wiki
Jump to navigation Jump to search
m (wikEd installation)
 
(Update to new format.)
Line 1: Line 1:
// install [[Wikipedia:User:Cacycle/wikEd]] in-browser text editor
// Imports [[User:Cacycle/wikEd.js]]
document.write('<script type="text/javascript" src="'
// wikEd is a full-featured in-browser editor for Wikipedia, see [[User:Cacycle/wikEd]]
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
 
+ '&action=raw&ctype=text/javascript"></' + 'script>');
// disable loading for IE, not needed, but might save a few milliseconds
if ( navigator.appName !== 'Microsoft Internet Explorer' ) {
  // load [[User:Cacycle/wikEd]] in-browser text editor
  importScript('User:Cacycle/wikEd.js');
}

Revision as of 23:33, 28 February 2016

// Imports [[User:Cacycle/wikEd.js]]
// wikEd is a full-featured in-browser editor for Wikipedia, see [[User:Cacycle/wikEd]]

// disable loading for IE, not needed, but might save a few milliseconds
if ( navigator.appName !== 'Microsoft Internet Explorer' ) {
  // load [[User:Cacycle/wikEd]] in-browser text editor
  importScript('User:Cacycle/wikEd.js');
}