Difference between revisions of "MediaWiki:Gadget-wikiEd.js"
Jump to navigation
Jump to search
KamranMackey (talk | contribs) (Created the Gadget page for wikiEd.) |
KamranMackey (talk | contribs) (Made a derp. Fixed it.) |
||
Line 3: | Line 3: | ||
// | === WARNING: GLOBAL GADGET FILE === | | // | === WARNING: GLOBAL GADGET FILE === | | ||
// | Changes to this page affect many users. | | // | Changes to this page affect many users. | | ||
// | Please discuss changes on the talk page | // | Please discuss changes on the talk page before editing. | | ||
// |_________________________________________________________________________________________| | // |_________________________________________________________________________________________| | ||
// | // |
Revision as of 22:47, 21 February 2015
// _________________________________________________________________________________________ // | | // | === WARNING: GLOBAL GADGET FILE === | // | Changes to this page affect many users. | // | Please discuss changes on the talk page before editing. | // |_________________________________________________________________________________________| // // Imports [[User:KamranMackey/wikEd.js]] // wikEd is a full-featured in-browser editor for Wikipedia & other wikis running MediaWiki, 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:KamranMackey/wikEd.js'); }