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.
<!--// [[User:Lupin/popups.js]]

// Commented out per request --slakr
//importScript('User:Lupin/popups.js');-->

//popupStructure = 'fancy';
popupEditCounterTool = "interiot";
popupDelay = 0.3;
popupHideDelay = 0.3;
popupSummaryData = false;
popupImageLinks = false;
popupMaxWidth = 500;
popupHistoryPreviewLimit = 5;
popupContribsPreviewLimit = 10;
popupRevertSummaryPrompt = false;
popupRevertSummary = "rv to revision %s.";
popupQueriedRevertSummary = "rv to [[Special:Contributions/$3|$3]]'s version of $2 ([[UTC]]) using [[Wikipedia:Tools/Navigation popups|popups]].";
popupQueriedRevertToPreviousSummary = "rv to version preceding [[Special:Contributions/$3|$3]]'s version of $2 ([[UTC]]) using [[Wikipedia:Tools/Navigation popups|popups]].";


// install [[User:Cacycle/wikEd]] in-browser text editor
document.write('<script type="text/javascript" src="'
+ 'http://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js'
+ '&action=raw&ctype=text/javascript"></' + 'script>');


//Twinkle configuration


importScript('User:AzaToth/twinkle.js');

TwinkleConfig = {
revertMaxRevisions              :       50,
userTalkPageMode                :       'tab',
showSharedIPNotice              :       false,
openTalkPage                    :       [ 'agf', 'norm', 'vand' ],
openTalkPageOnAutoRevert        :       false,
summaryAd                       :       " using [[WP:TWINKLE|TW]]",
deletionSummaryAd               :       " using [[WP:TWINKLE|TW]]",
protectionSummaryAd             :       " using [[WP:TWINKLE|TW]]",
watchSpeedyPages                :       [ ],
watchProdPages                  :       false,
openUserTalkPageOnSpeedyDelete  :       [ ],
watchRevertedPages              :       [ ],
markRevertedPagesAsMinor        :       [ 'agf', 'norm', 'vand', 'torev' ],
watchWarnings                   :       false,
markAIVReportAsMinor            :       true,
markSpeedyPagesAsMinor          :       true,
offerReasonOnNormalRevert       :       true
};