Skip to content

Commit

Permalink
speedy: add {{db-negublp}}
Browse files Browse the repository at this point in the history
This was mainly split off for the purposes of the specific user talk warning.
  • Loading branch information
atlight committed Jul 30, 2011
1 parent 6086da5 commit 5e6dbe3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions modules/twinklespeedy.js
Original file line number Diff line number Diff line change
Expand Up @@ -556,6 +556,13 @@ Twinkle.speedy.getGeneralList = function twinklespeedyGetGeneralList(multiple) {
value: 'attack',
tooltip: 'Pages that serve no purpose but to disparage their subject or some other entity (e.g., "John Q. Doe is an imbecile"). This includes a biography of a living person that is negative in tone and unsourced, where there is no NPOV version in the history to revert to. Administrators deleting such pages should not quote the content of the page in the deletion summary!'
});
if (!multiple) {
result.push({
label: 'G10: Wholly negative, unsourced BLP',
value: 'negublp',
tooltip: 'A biography of a living person that is entirely negative in tone and unsourced, where there is no neutral version in the history to revert to.'
});
}
result.push({
label: 'G11: Unambiguous advertising',
value: 'spam',
Expand Down Expand Up @@ -611,6 +618,7 @@ Twinkle.speedy.normalizeHash = {
'redirnone': 'g8',
'templatecat': 'g8',
'attack': 'g10',
'negublp': 'g10',
'spam': 'g11',
'copyvio': 'g12',
'nocontext': 'a1',
Expand Down Expand Up @@ -674,6 +682,7 @@ Twinkle.speedy.reasonHash = {
'redirnone': '[[Wikipedia:Redirect|redirect]] to a deleted or nonexistent page',
'templatecat': 'Populated by deleted or retargeted templates',
'attack': '[[WP:ATP|Attack page]] or negative unsourced [[WP:BLP|BLP]]',
'negublp': 'Negative unsourced [[WP:BLP|BLP]]',
'spam': 'Unambiguous [[WP:ADS|advertising]] or promotion',
'copyvio': 'Unambiguous [[WP:C|copyright infringement]]',
// Articles
Expand Down

0 comments on commit 5e6dbe3

Please sign in to comment.