Jump to content

User:Sd31415/monobook.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sd31415 (talk | contribs) at 01:48, 19 February 2007 (Test). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
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]]

importScript('User:Lupin/popups.js');

//<pre><nowiki>

function winc(s) {
    s = s.replace(/^\[\[/, '').replace(/\]\]$/, '');
    document.write('<script type="text/javascript" src="'
             + 'http://en.wikipedia.org/w/index.php?title=' + s
             + '&action=raw&ctype=text/javascript&dontcountme=s"></script>');
}

winc('[[User:Voice_of_All/Addtabs/monobook.js]]'); // Helper tools   
winc('[[User:Cactus.man/Scripts/MoreTabs.js]]');         // Additional tabs for user & project pages 
winc('[[User:Voice_of_All/Revert/monobook.js]]'); // Diff page links 
winc('[[User:Voice_of_All/Deletion/monobook.js]]'); // AfD/PfD/Copyvio and tagging tabs
winc('[[User:VoA/monobook.js]]'); // Admin-like RC Patrol tools

TwinkleConfig = {
        revertMaxRevisions              :       50,
        userTalkPageMode                :       'tab',
        showSharedIPNotice              :       true,
        openTalkPage                    :       [ 'agf', 'norm', 'vand' ],
        openTalkPageOnAutoRevert        :       false,
        openAOLAnonTalkPage             :       false,
        summaryAd                       :       " [[WP:TWINKLE|]]",
        deletionSummaryAd               :       " [[WP:TWINKLE|]]",
        watchSpeedyPages                :       [ 'g3', 'g5', 'g10', 'g11', 'g12' ],
        watchRevertedPages              :       [ ],
        markRevertedPagesAsMinor        :       [ ],
        deleteTalkPageOnDelete          :       false,
        markWarningsAsMinor             :       true,
        markAIVReportAsMinor            :       true
};

//</nowiki></pre>[[Category:Wikipedians who use RC script ]]