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