User:MusikAnimal/responseHelper.js: Difference between revisions

Content deleted Content added
wait for document to be ready, declare mw.util dependency, spaces to tabs
Line 36:
"Checking" : {
code : "chk",
summary : "checkingChecking"
},
"Warned user" : {
code : "w",
summary : "warnedWarned user"
},
"Insufficient activity" : {
code : "i",
summary : "insufficientInsufficient recent activity to warrant a block"
},
"No vand since final" : {
code : "f",
summary : "noNo vandalism since final warning"
},
"No edits since warn" : {
code : "nesw",
summary : "noNo edits since being warned"
},
"Stale warning" : {
Line 61:
"Monitoring" : {
code : "m",
summary : "activelyActively monitoring user"
},
"Question" : {
Line 70:
"WP:ANEW" : {
code : "3rr",
summary : "considerConsider reporting to [[WP:ANEW]]"
},
"WP:AN/I" : {
code : "a",
summary : "considerConsider reporting to [[WP:AN/I]]"
},
"WP:UAA" : {
code : "u",
summary : "considerConsider reporting to [[WP:UAA]]"
},
"WP:RFPP" : {
code : "r",
summary : "considerConsider reporting to [[WP:RFPP]]"
},
"WP:SPI" : {
code : "sp",
summary : "considerConsider reporting to [[WP:SPI]]"
},
"Note" : {
Line 108:
"4im inappropriate" : {
code : "4im",
summary : "userUser inappropriateinappropriately warned with 4im"
},
"Content dispute" : {
code : "c",
summary : "contentContent dispute"
},
"Insufficient warn." : {
code : "ns",
summary : "User has been insufficiently warned"
},
"Not punitive" : {
code : "np",
summary : "blocksBlocks are preventive, not punitive"
},
"Not vandalism" : {
code : "nv",
summary : "editsEdits are not vandalism"
},
"False positive" : {
code : "fp",
summary : "falseFalse positive"
},
"Page protected" : {
code : "p",
summary : "pagePage protected"
},
"Page deleted" : {
code : "d",
summary : "pagePage deleted"
},
"Stale report" : {
Line 176:
"Monitor" : {
code : "m",
summary : "Keep monitoring the user, until their username is more clear."
},
"Being discussed" : {
Line 184:
"Discussed, const. edits" : {
code : "dc",
summary : "Being discussed with the user, since they have edited constructively."
},
"Requested change" : {
code : "rc",
summary : "User has requested a username change."
},
"Changed username" : {
code : "ch",
summary : "User has changed their username."
},
"Problem" : {
Line 204:
"Not violation" : {
code : "not",
summary : "Not a blatant violation of the username policy."
},
"Not vio, real name" : {
Line 212:
"Not vio, watch edits" : {
code : "e",
summary : "Not a blatant violation of the username policy, but worth keeping an eye on their edits."
},
"Not voi, COI" : {
code : "coi",
summary : "Not a blatant violation of the username policy. Consider filing a report at the [[WP:COI/N]]."
},
"Not vio, RFCN" : {
Line 412:
"Done" : {
code : "done",
summary : "doneDone"
},
"Not done" : {
Line 442:
"Done" : {
code : "d",
summary : "doneDone"
},
"Already done" : {
code : "ad|X",
summary : "alreadyAlready done "
},
"Revoked" : {
code : "r",
summary : "revokedRevoked"
},
"Not done" : {
code : "nd",
summary : "notNot done ",
prompt : "Reason?"
},
"Not done (exp)" : {
code : "exp|X",
summary : "notNot done: mainspace edit count too low ",
prompt : "Number of mainspace edits?"
},
"Not done (rvw)" : {
code : "rvw",
summary : "notNot done: recently requested pending changes reviewer"
},
"Not done (nrb)" : {
code : "nrb",
summary : "notNot done: not what rollback is for"
}
};
Line 478:
"Done" : {
code : "d",
summary : "doneDone"
},
"Already done" : {
code : "ad",
summary : "alreadyAlready done",
id : "adc"
},
"Revoked" : {
code : "r",
summary : "revokedRevoked"
},
"Not done" : {
code : "nd",
summary : "notNot done ",
prompt : "Reason?"
},
"Not done (95%)" : {
code : "nd95",
summary : "notNot done: please wait, 95% of articles are unprotected"
},
"Not done (file)" : {
code : "ndf",
summary : "notNot done: you should upload to commons or request at [[WP:FFU]]"
},
"Not done (promoblock)" : {
code : "ndpromou",
summary : "notNot done: blocked for having a promotional username"
},
"Not done (no reply)" : {
code : "ndnr",
summary : "notNot done: no response to inquiry"
},
"Not done (per above)" : {
code : "ndpa",
summary : "notNot done: as explained by others"
},
"Not done (IP)" : {
code : "ip",
summary : "notNot done: anonymous users cannot be granted additional rights"
},
"Question - why?" : {
code : "why",
summary : "questionQuestion: why do you think you are not confirmed?"
}
};
Line 530:
"Done" : {
code : "d",
summary : "doneDone"
},
"Already done" : {
code : "ad",
summary : "alreadyAlready done",
id : "adc"
},
"Revoked" : {
code : "r",
summary : "revokedRevoked"
},
"Not done" : {
code : "nd",
summary : "notNot done ",
prompt : "Reason?"
},
"Not done (exp)" : {
code : "exp|X",
summary : "notNot done: edit count too low ",
prompt : "Number of total edits?"
},
"Not done (npm)" : {
code : "npm",
summary : "notNot done: not what page mover is for"
}
};
Line 563:
"Checking" : {
code : "ch",
summary : "checkingChecking"
},
"Semi-protected" : {
code : "s|X",
summary : "semiSemi-protected "
},
"Pending protected" : {
code : "pd|X",
summary : "pendingPending-changes protected "
},
"Fully protected" : {
code : "p|X",
summary : "fullyFully protected "
},
"Move protected" : {
code : "m|X",
summary : "moveMove protected "
},
"Creation protected" : {
code : "t|X",
summary : "creationCreation protected "
},
"Template protected" : {
code : "tp|X",
summary : "templateTemplate protected "
},
"EC protected" : {
code : "ec|X",
summary : "extendedExtended confirmed protected "
},
"Done" : {
code : "do",
summary : "doneDone"
},
"Not done" : {
code : "no",
summary : "notNot done"
},
"Declined" : {
Line 608:
"Declined nea" : {
code : "nea",
summary : "declinedDeclined – not enough recent disruptive activity"
},
"Declined aiv" : {
code : "aiv",
summary : "declinedDeclined – warn user and report to [[WP:AIV]]"
},
"Declined np" : {
code : "np",
summary : "declinedDeclined – pages are not protected preemptively"
},
"Declined nhr" : {
code : "nhr",
summary : "declinedDeclined – not a high-risk template"
},
"Declined dr" : {
code : "dr",
summary : "declinedDeclined – consider dispute resolution"
},
"Declined ut" : {
code : "ut",
summary : "declinedDeclined – user talk pages not subject to severe vandalism"
},
"Declined her" : {
code : "her",
summary : "declinedDeclined – edit rate too high for pending changes"
},
"Users blocked" : {
code : "b",
summary : "userUser(s) blocked"
},
"Users reblocked" : {
code : "tb",
summary : "userUser(s) re-blocked with talk page editing disallowed"
},
"Unprotected" : {
code : "u",
summary : "unprotectedUnprotected"
},
"Not unprotected" : {
code : "nu",
summary : "notNot unprotected"
},
"Already unprot'd" : {
code : "au|X",
summary : "alreadyAlready unprotected by ",
prompt : "Admin's name?"
},
"Already prot'd" : {
code : "ap|X",
summary : "alreadyAlready protected by ",
prompt : "Admin's name?"
},
"Already done" : {
code : "ad|X",
summary : "alreadyAlready done by ",
prompt : "Admin's name?"
},
"Question" : {
code : "q",
summary : "questionQuestion ",
prompt : "Question:"
},
"Note" : {
code : "n",
summary : "noteNote ",
prompt : "Note:"
},
"Archive" : {
code : "ar",
summary : "requestRequest immediate archiving"
},
"Withdrawn" : {
code : "w",
summary : "withdrawnWithdrawn by requestor"
},
"Edit warring" : {
code : "ew",
summary : "considerConsider the edit warring noticeboard"
}
};
Line 697:
"Blocked" : {
code : "b|X",
summary : "blockedBlocked "
},
"Nom. blocked" : {
code : "nb|X",
summary : "nominatorNominator blocked "
},
"Both blocked" : {
code : "bb|X",
summary : "bothBoth blocked "
},
"Already blocked" : {
code : "ab",
summary : "alreadyAlready blocked"
},
"No violation" : {
code : "nv",
summary : "noNo violation"
},
"No 3RR vio" : {
code : "nve",
summary : "threeThree-revert rule not applicable"
},
"Stale" : {
code : "s",
summary : "staleStale"
},
"Declined" : {
code : "d",
summary : "declinedDeclined ",
prompt : "Reason?"
},
"Malformed report" : {
code : "mr",
summary : "declinedDeclined – malformed report"
},
"Not blocked" : {
code : "not",
summary : "notNot blocked"
},
"Page protected" : {
code : "p",
summary : "pagePage protected"
},
"Page prot'd dr" : {
code : "pe",
summary : "pagePage protected – consider dispute resolution"
},
"Warned" : {
code : "w",
summary : "warnedWarned user(s)"
},
"Note" : {