User:SpikeToronto/OtherWiki.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.
// Add this to User:SpikeToronto/monobook.js on other wikis as follows:

// [[User:SpikeToronto/OtherWiki.js]]
// mw.loader.load('//en.wikipedia.org/w/index.php?title=User:SpikeToronto/OtherWiki.js' 
//    + '&action=raw&ctype=text/javascript');

// Add PURGE tab
mw.loader.load('//en.wikipedia.org/w/index.php?title=Wikipedia:WikiProject_User_scripts/Scripts/Add_purge_to_tabs'
    + '&action=raw&ctype=text/javascript');
// END Add PURGE Tab

// Add Display Clock
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:SpikeToronto/Time.js'
    + '&action=raw&ctype=text/javascript');
// End Add Display Clock

// Add POPUPS
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Lupin/popups.js' 
    + '&action=raw&ctype=text/javascript');
 
popupFixRedirs=true;
popupRedlinkRemoval=true;
popupFixDabs=true;
popupStructure='original';
popupAdminLinks=true;
popupRevertSummary='Revert to revision %s using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
popupRevertToPreviousSummary='Revert to the revision prior to revision %s using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
popupExtendedRevertSummary='Revert to revision dated %s by %s, oldid %s using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
popupQueriedRevertSummary='Revert to revision $1 dated $2 by $3 using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
popupQueriedRevertToPreviousSummary='Revert to the revision prior to revision $1 dated $2 by $3 using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
popupFixRedirsSummary='Redirect bypass from [[%s]] to [[%s]] using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
popupFixDabsSummary='Disambiguate [[%s]] to [[%s]] using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
popupRmDabLinkSummary='Remove link to dab page [[%s]] using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
popupRedlinkSummary='Removing link to empty page [[%s]] using [[wikipedia:Wikipedia:Tools/Navigation popups|Popups]]';
// END Add POPUPS


/* If needed, use these:
popupRevertSummary='Revert to revision %s using [[w:Wikipedia:Tools/Navigation popups|popups]]';
popupRevertToPreviousSummary='Revert to the revision prior to revision %s using [[w:Wikipedia:Tools/Navigation popups|popups]]';
popupExtendedRevertSummary='Revert to revision dated %s by %s, oldid %s using [[w:Wikipedia:Tools/Navigation popups|popups]]';
popupQueriedRevertSummary='Revert to revision $1 dated $2 by $3 using [[w:Wikipedia:Tools/Navigation popups|popups]]';
popupQueriedRevertToPreviousSummary='Revert to the revision prior to revision $1 dated $2 by $3 using [[w:Wikipedia:Tools/Navigation popups|popups]]';
popupFixRedirsSummary='Redirect bypass from [[%s]] to [[%s]] using [[w:Wikipedia:Tools/Navigation popups|popups]]';
popupFixDabsSummary='Disambiguate [[%s]] to [[%s]] using [[w:Wikipedia:Tools/Navigation popups|popups]]';
popupRmDabLinkSummary='Remove link to dab page [[%s]] using [[w:Wikipedia:Tools/Navigation popups|popups]]';
popupRedlinkSummary='Removing link to empty page [[%s]] using [[w:Wikipedia:Tools/Navigation popups|popups]]';
*/

// Add AJAX Preview
/* mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Js/ajaxPreview.js'
    + '&action=raw&ctype=text/javascript');
 
ajaxPreviewPos = 'bottom';
ajaxPreviewScrollTop = true;
ajaxPreviewExec = function(previewArea){ //code to execute after each preview update
  if (window.setupTooltips){
    setupTooltips(previewArea);
    previewArea.ranSetupTooltipsAlready = false;
  }
} */
// END Add AJAX Preview