User:Mifter/monobook.js: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
test new function
add more toolbox add ons
Line 76: Line 76:


addOnloadHook(function() {
addOnloadHook(function() {
addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'Category:Uncategorized pages'), 'Uncategorized Pages');
addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'Template:Did You Know/Next Update'), 'T:DYK/N');
});

addOnloadHook(function() {
addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'User:Mifter/monobook.js'), 'My Monobook.js');
});
});

Revision as of 01:22, 9 October 2008

// [[User:Krimpet/CH2.js]] - commented for the moment, as it seems to be leaking script into edit panes
// importScript('User:Krimpet/CH2.js');
importScript('User:Alison/CH2.js');

// [[User:Krimpet/CH2.js]]
importScript('User:Krimpet/CH2.js');

importScript('User:Mifter/friendly.js');

FriendlyConfig = {
        summaryAd                       :       " using [[WP:FRIENDLY|Friendly]]",
        topWelcomes                     :       false,
        watchWelcomes                   :       false,
        markWelcomesAsMinor             :       true,
        insertHeadings                  :       true,
        welcomeHeading                  :       "==Welcome to Wikipedia!!!==",
        insertUsername                  :       true,
        insertSignature                 :       true,
        quickWelcomeMode                :       "auto",
        quickWelcomeTemplate            :       "Welcome",
        maskTemplateInSummary           :       true,
        markSharedAsMinor               :       true,
        groupByDefault                  :       true,
        watchTaggedPages                :       false,
        markTaggedPagesAsMinor          :       true
};

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

TwinkleConfig = {
        revertMaxRevisions              :       50,
        userTalkPageMode                :       'window',
        showSharedIPNotice              :       true,
        openTalkPage                    :       [ 'agf', 'norm', 'vand' ],
        openTalkPageOnAutoRevert        :       false,
        summaryAd                       :       " using [[WP:TWINKLE|TW]]",
        deletionSummaryAd               :       " using [[WP:TWINKLE|TW]]",
        protectionSummaryAd             :       " using [[WP:TWINKLE|TW]]",
        watchSpeedyPages                :       [ 'g3', 'g5', 'g10', 'g11', 'g12' ],
        watchProdPages                  :       true,
        openUserTalkPageOnSpeedyDelete  :       [ 'g1', 'g2', 'g10', 'g11', 'g12', 'a1', 'a7', 'i3', 'i4', 'i5', 'i6', 'i7', 'u3', 't1' ],
        watchRevertedPages              :       [ 'agf', 'norm', 'vand', 'torev' ],
        markRevertedPagesAsMinor        :       [ 'agf', 'norm', 'vand', 'torev' ],
        deleteTalkPageOnDelete          :       false,
        watchWarnings                   :       true,
        markAIVReportAsMinor            :       true,
        markSpeedyPagesAsMinor          :       true,
        offerReasonOnNormalRevert       :       true,
        orphanBacklinksOnSpeedyDelete   :       {orphan:true, exclude:['g6']}
};


importScript ('User:Henrik/js/afc-helper.js');

importScript('User:Misza13/statusChanger.js');

if (wgPageName == 'Special:Watchlist') {
  importScript('User:Misza13/watchlistSorter.js');
}



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

importScript('User:Mr.Z-man/refToolbar.js');

importScript('User:TheJosh/Scripts/NewPagePatrol.js');

importScript('User:TheJosh/Scripts/RecentChangesPatrol.js');

importScript('User:TheDJ/qui.js');

importScript('User:AWeenieMan/furme.js');

importScript('User:AWeenieMan/furmeScroller.js');

addOnloadHook(function() {
  addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'Template:Did You Know/Next Update'), 'T:DYK/N');
});

addOnloadHook(function() {
  addPortletLink ('p-tb', wgArticlePath.replace(/\$1/,'User:Mifter/monobook.js'), 'My Monobook.js');
});