User:Bawolff/wiktLookup.js

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/**********

This imports the wiktionary lookup script from wikinews.

If you double click on a word, this script causes a box to pop-up with the definition from wiktionary

This script is meant to work with Firefox. It should theoretically work with any xslt capable browser (with exception to IE due to mediawiki bug)
On browsers that do not support xslt, a fallback is in place, and the script is still functional.

Bug reports: http://en.wikinews.org/wiki/MediaWiki_talk:Gadget-dictionaryLookupHover.js
or http://en.wikinews.org/wiki/user_talk:Bawolff

This script can be configured. Please see http://en.wikinews.org/wiki/Wikinews:Javascript#Wiktionary_lookup_gadget_.28Hover_box_variety.29
This script is also avaliable for external sites, se the aforementioned link for more information.

*********/

mw.loader.load('http://en.wikinews.org/w/index.php?title=MediaWiki:Gadget-dictionaryLookupHover.js&action=raw&ctype=text/javascript');