MediaWiki:Common.js: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
sims>FANDOMbot
m (Applying changes that should make this JS file partially HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
sims>K6ka
(moved to MediaWiki:ImportJS)
Line 660: Line 660:
/* Quick license */
/* Quick license */
importScript('User:Lost Labyrinth/general/quicklicense.js');
importScript('User:Lost Labyrinth/general/quicklicense.js');

/* Reference tooltips */
/* Commenting out in favor of new ReferencePopups tool */
/* importScriptPage('User:Lost Labyrinth/Gadget-ReferenceTooltips.js'); */

// *** ReferencePopups script *** //
// *** [[w:c:dev:ReferencePopups]] *** //
// *** Simply move your cursor over any footnote and the contents of the footnote will be displayed in a popup *** //
// *** You no longer have to jump away from the article text to read a footnote! *** //
// *** Currently "unlocked" -- users can disable the script for themselves in the script's preferences if they choose so *** //
// *** NOTE: "Configure Reference Popups" button will not appear in Oasis skin if Wikia's category module is enabled. Add ?useskin=monobook to the end of the page URL and look for the link just below the categories *** //
// *** The developers may be looking for a fix. *** //
importArticle({type:'script', article:'w:c:dev:ReferencePopups/code.js'});
// *** END ReferencePopups script *** //


// </source>
// </source>