Content deleted Content added
No edit summary |
m Maintenance: Replacing document.write with mw.loader.load (mw:ResourceLoader/Migration_guide_(users)#Avoid_document.write() - phab:T130879) |
||
(18 intermediate revisions by one other user not shown) | |||
Line 1:
// Wikipedia:Tools/Navigation popups
importScript('MediaWiki:Gadget-popups.js');
importStylesheet('MediaWiki:Gadget-navpop.css');
importScript( 'User:Evad37/MoveToDraft.js' ); // Backlink: [[User:Evad37/MoveToDraft]]
importScript('User:Anomie/previewtemplatelastmod.js'); // Linkback: [[User:Anomie/previewtemplatelastmod.js]]
window.popupStructure = 'menus';
window.popupAdminLinks = true;
// initialize the array - only do this once
Line 15 ⟶ 19:
else return '';
}
/**
* NICE gadget
*
* This gadget is part of a research study being conducted by the
* GroupLens Research lab at the University of Minnesota. Please see
* the consent form at http://wikipedia.grouplens.org/NICE/consent.
* If you have questions/comments/suggestions, please direct them to
* User:EpochFail.
**/
importScript("User:EpochFail/No_Biting.js");
// add the function for the array (you can repeat this for lots of functions)
Line 32 ⟶ 46:
window.popupFixRedirs = toFix;
window.popupFixDabs = toFix;
importScript('User:TheDJ/qui.js');
importScript('User:Anomie/unsignedhelper.js'); // Linkback: [[User:Anomie/unsignedhelper.js]]
// [[User:Zocky/PicturePopupsVector.js]]
importScript('User:Zocky/PicturePopupsVector.js');
// [[User:Zocky/PicturePopupsVector.js]]
importScriptwindow.picturePopupsWidth = 597;
window.picturePopupsHeight = 622;
// [[User:Zocky/PicturePopups.js]]
mw.loader.load('https://en.wikipedia.org/w/index.php?title=User:Zocky/PicturePopups.js'
+ '&action=raw&ctype=text/javascript');
importScript( 'User:GregU/dashes.js' ); // Backlink: [[User:GregU/dashes.js]]
importScript( 'Wikipedia:Igloo/gloo.js' ); // Backlink: [[Wikipedia:Igloo/gloo.js]] // [[Wikipedia:Igloo]]
|