User:Bawolff/wiktLookup.js
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Bawolff/wiktLookup. |
/**********
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');