Misplaced Pages

User:Fred the Oyster/monobook.js: Difference between revisions

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
< User:Fred the Oyster Browse history interactively← Previous editContent deleted Content added
Revision as of 14:43, 6 November 2009 view sourceFred the Oyster (talk | contribs)4,929 edits autoEd config← Previous edit Latest revision as of 14:19, 31 January 2021 view source Ladsgroup (talk | contribs)Extended confirmed users, IP block exemptions, Pending changes reviewers, Rollbackers20,548 editsm Maintenance: Replacing importScriptURI with mw.loader.load (phab:T95964
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
importScript('Misplaced Pages:AutoEd/core.js'); mw.loader.load('https://en.wikipedia.org/search/?title=Misplaced Pages:AutoEd/complete.js&action=raw&ctype=text/javascript');
function autoEdFunctions() { //Activates individual modules when "auto ed" tab is clicked
var txt = document.editform.wpTextbox1;

autoEdMinor = true;
autoEdClick = true;
autoEdTag = "Cleaned up using ]";
autoEdLinkHover = "Run AutoEd";
autoEdLinkName = "auto ed";
autoEdLinkLocation = "p-cactions";
}
importScript('Misplaced Pages:AutoEd/basic.js');
importScript('Misplaced Pages:AutoEd/formatter.js');


//TWINKLE script //TWINKLE script
Line 32: Line 20:
deleteTalkPageOnDelete : false, deleteTalkPageOnDelete : false,
watchWarnings : false, watchWarnings : false,
markAIVReportAsMinor : true, markAIVReportAsMinor : false,
markSpeedyPagesAsMinor : false, markSpeedyPagesAsMinor : false,
offerReasonOnNormalRevert : true, offerReasonOnNormalRevert : true,
Line 48: Line 36:
assessmentMarkAsMinor = false; assessmentMarkAsMinor = false;
// </nowiki> // </nowiki>

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

Latest revision as of 14:19, 31 January 2021

mw.loader.load('https://en.wikipedia.org/search/?title=Misplaced Pages:AutoEd/complete.js&action=raw&ctype=text/javascript');

//TWINKLE script
importScript('User:AzaToth/twinkle.js');
TwinkleConfig = {
        revertMaxRevisions              :       50,
        userTalkPageMode                :       'window',
        showSharedIPNotice              :       false,
        openTalkPage                    :       ,
        openTalkPageOnAutoRevert        :       false,
        openAOLAnonTalkPage             :       false,
        summaryAd                       :       " using ]",
        deletionSummaryAd               :       " using ]",
        protectionSummaryAd             :       " using ]",
        watchSpeedyPages                :       ,
        watchProdPages                  :       true,
        openUserTalkPageOnSpeedyDelete  :       ,
        watchRevertedPages              :       ,
        markRevertedPagesAsMinor        :       ,
        deleteTalkPageOnDelete          :       false,
        watchWarnings                   :       false,
        markAIVReportAsMinor            :       false,
        markSpeedyPagesAsMinor          :       false,
        offerReasonOnNormalRevert       :       true,
        orphanBacklinksOnSpeedyDelete   :       {orphan:true, exclude:}

// ]
 
importScript('User:Lupin/popups.js');
 
// ] <nowiki>
importScript('User:Outriggr/metadatatest.js'); 
assessmentMyTemplateCode = ;
assessmentDefaultProject = "WPBiography";
 
assessmentMarkAsMinor = false;
// </nowiki>

importScript('User:AWeenieMan/furme.js');
importScript('User:AWeenieMan/furmeScroller.js');
User:Fred the Oyster/monobook.js: Difference between revisions Add topic