User:SpikeToronto/popups.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 POPUPS
importScript('User:Lupin/popups.js');
 
popupFixRedirs=true;
popupRedlinkRemoval=true;
popupFixDabs=true;
popupStructure='original';
popupAdminLinks=true;
popupOnEditSelection = true;

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]]';

// END Add POPUPS