मीडियाविकि:Gadget-twinklewarn.js: रिवीजन सभ के बीचा में अंतर

Content deleted Content added
Update to commit b39363
Update to commit 051eb9
लाइन 49:
var form = new Morebits.quickForm( Twinkle.warn.callback.evaluate );
var main_select = form.append( {
type: 'field',
label: 'Choose type of warning/notice to issue',
tooltip: 'First choose a main warning group, then the specific warning to issue.'
} );
 
var main_group = main_select.append( {
type: 'select',
name: 'main_group',
event:Twinkle.warn.callback.change_category
} );
 
var defaultGroup = parseInt(Twinkle.getPref('defaultWarningGroup'), 10);
main_group.append( { type: 'option', label: 'General note (1)', value: 'level1', selected: ( defaultGroup === 1 || defaultGroup < 1 || ( Morebits.userIsInGroup( 'sysop' ) ? defaultGroup > 8 : defaultGroup > 7 ) ) } );
main_group.append( { type: 'option', label: 'Caution (2)', value: 'level2', selected: ( defaultGroup === 2 ) } );
main_group.append( { type: 'option', label: 'Warning (3)', value: 'level3', selected: ( defaultGroup === 3 ) } );
main_group.append( { type: 'option', label: 'Final warning (4)', value: 'level4', selected: ( defaultGroup === 4 ) } );
main_group.append( { type: 'option', label: 'Only warning (4im)', value: 'level4im', selected: ( defaultGroup === 5 ) } );
main_group.append( { type: 'option', label: 'Single issue notices', value: 'singlenotice', selected: ( defaultGroup === 6 ) } );
main_group.append( { type: 'option', label: 'Single issue warnings', value: 'singlewarn', selected: ( defaultGroup === 7 ) } );
if( Twinkle.getPref( 'customWarningList' ).length ) {
main_group.append( { type: 'option', label: 'Custom warnings', value: 'custom', selected: ( defaultGroup === 9 ) } );
}
if( Morebits.userIsInGroup( 'sysop' ) ) {
main_group.append( { type: 'option', label: 'Blocking', value: 'block', selected: ( defaultGroup === 8 ) } );
}
 
main_select.append( { type: 'select', name: 'sub_group', event:Twinkle.warn.callback.change_subcategory } ); //Will be empty to begin with.
 
form.append( {
type: 'input',
name: 'article',
label: 'Linked article',
value:( Morebits.queryString.exists( 'vanarticle' ) ? Morebits.queryString.get( 'vanarticle' ) : '' ),
tooltip: 'An article can be linked within the notice, perhaps because it was a revert to said article that dispatched this notice. Leave empty for no article to be linked.'
} );
 
var more = form.append( { type: 'field', name: 'reasonGroup', label: 'Warning information' } );
more.append( { type: 'textarea', label: 'Optional message:', name: 'reason', tooltip: 'Perhaps a reason, or that a more detailed notice must be appended' } );
 
var previewlink = document.createElement( 'a' );
लाइन 97:
more.append( { type: 'div', id: 'twinklewarn-previewbox', style: 'display: none' } );
 
more.append( { type: 'submit', label: 'Submit' } );
 
var result = form.render();
लाइन 120:
"Common warnings": {
"uw-vandalism1": {
label: "Vandalism",
summary: "General note: Unconstructive editing"
},
"uw-disruptive1": {
label: "Disruptive editing",
summary: "General note: Unconstructive editing"
},
"uw-test1": {
label: "Editing tests",
summary: "General note: Editing tests"
},
"uw-delete1": {
label: "Removal of content, blanking",
summary: "General note: Removal of content, blanking"
}
},
"Behavior in articles": {
"uw-biog1": {
label: "Adding unreferenced controversial information about living persons",
summary: "General note: Adding unreferenced controversial information about living persons"
},
"uw-defam1": {
label: "Addition of defamatory content",
summary: "General note: Addition of defamatory content"
},
"uw-error1": {
label: "Introducing deliberate factual errors",
summary: "General note: Introducing factual errors"
},
"uw-genre1": {
label: "Frequent or mass changes to genres without consensus or references",
summary: "General note: Frequent or mass changes to genres without consensus or references"
},
"uw-image1": {
label: "Image-related vandalism in articles",
summary: "General note: Image-related vandalism in articles"
},
"uw-joke1": {
label: "Using improper humor in articles",
summary: "General note: Using improper humor in articles"
},
"uw-nor1": {
label: "Adding original research, including unpublished syntheses of sources",
summary: "General note: Adding original research, including unpublished syntheses of sources"
},
"uw-notcensored1": {
label: "Censorship of material",
summary: "General note: Censorship of material"
},
"uw-own1": {
label: "Ownership of articles",
summary: "General note: Ownership of articles"
},
"uw-tdel1": {
label: "Removal of maintenance templates",
summary: "General note: Removal of maintenance templates"
},
"uw-unsourced1": {
label: "Addition of unsourced or improperly cited material",
summary: "General note: Addition of unsourced or improperly cited material"
}
},
"Promotions and spam": {
"uw-advert1": {
label: "Using Wikipedia for advertising or promotion",
summary: "General note: Using Wikipedia for advertising or promotion"
},
"uw-npov1": {
label: "Not adhering to neutral point of view",
summary: "General note: Not adhering to neutral point of view"
},
"uw-spam1": {
label: "Adding spam links",
summary: "General note: Adding spam links"
}
},
"Behavior towards other editors": {
"uw-agf1": {
label: "Not assuming good faith",
summary: "General note: Not assuming good faith"
},
"uw-harass1": {
label: "Harassment of other users",
summary: "General note: Harassment of other users"
},
"uw-npa1": {
label: "Personal attack directed at a specific editor",
summary: "General note: Personal attack directed at a specific editor"
},
"uw-tempabuse1": {
label: "Improper use of warning or blocking template",
summary: "General note: Improper use of warning or blocking template"
}
},
"Removal of deletion tags": {
"uw-afd1": {
label: "Removing {{afd}} templates",
summary: "General note: Removing {{afd}} templates"
},
"uw-blpprod1": {
label: "Removing {{blp prod}} templates",
summary: "General note: Removing {{blp prod}} templates"
},
"uw-idt1": {
label: "Removing file deletion tags",
summary: "General note: Removing file deletion tags"
},
"uw-speedy1": {
label: "Removing speedy deletion tags",
summary: "General note: Removing speedy deletion tags"
}
},
"Other": {
"uw-chat1": {
label: "Using talk page as forum",
summary: "General note: Using talk page as forum"
},
"uw-create1": {
label: "Creating inappropriate pages",
summary: "General note: Creating inappropriate pages"
},
"uw-mos1": {
label: "Manual of style",
summary: "General note: Formatting, date, language, etc (Manual of style)"
},
"uw-move1": {
label: "Page moves against naming conventions or consensus",
summary: "General note: Page moves against naming conventions or consensus"
},
"uw-tpv1": {
label: "Refactoring others' talk page comments",
summary: "General note: Refactoring others' talk page comments"
},
"uw-upload1": {
label: "Uploading unencyclopedic images",
summary: "General note: Uploading unencyclopedic images"
}
}/*,
"To be removed from Twinkle": {
"uw-redirect1": {
label: "Creating malicious redirects",
summary: "General note: Creating malicious redirects"
},
"uw-ics1": {
label: "Uploading files missing copyright status",
summary: "General note: Uploading files missing copyright status"
},
"uw-af1": {
label: "Inappropriate feedback through the Article Feedback Tool",
summary: "General note: Inappropriate feedback through the Article Feedback Tool"
}
}*/
लाइन 278:
"Common warnings": {
"uw-vandalism2": {
label: "Vandalism",
summary: "Caution: Unconstructive editing"
},
"uw-disruptive2": {
label: "Disruptive editing",
summary: "Caution: Unconstructive editing"
},
"uw-test2": {
label: "Editing tests",
summary: "Caution: Editing tests"
},
"uw-delete2": {
label: "Removal of content, blanking",
summary: "Caution: Removal of content, blanking"
}
},
"Behavior in articles": {
"uw-biog2": {
label: "Adding unreferenced controversial information about living persons",
summary: "Caution: Adding unreferenced controversial information about living persons"
},
"uw-defam2": {
label: "Addition of defamatory content",
summary: "Caution: Addition of defamatory content"
},
"uw-error2": {
label: "Introducing deliberate factual errors",
summary: "Caution: Introducing factual errors"
},
"uw-genre2": {
label: "Frequent or mass changes to genres without consensus or references",
summary: "Caution: Frequent or mass changes to genres without consensus or references"
},
"uw-image2": {
label: "Image-related vandalism in articles",
summary: "Caution: Image-related vandalism in articles"
},
"uw-joke2": {
label: "Using improper humor in articles",
summary: "Caution: Using improper humor in articles"
},
"uw-nor2": {
label: "Adding original research, including unpublished syntheses of sources",
summary: "Caution: Adding original research, including unpublished syntheses of sources"
},
"uw-notcensored2": {
label: "Censorship of material",
summary: "Caution: Censorship of material"
},
"uw-own2": {
label: "Ownership of articles",
summary: "Caution: Ownership of articles"
},
"uw-tdel2": {
label: "Removal of maintenance templates",
summary: "Caution: Removal of maintenance templates"
},
"uw-unsourced2": {
label: "Addition of unsourced or improperly cited material",
summary: "Caution: Addition of unsourced or improperly cited material"
}
},
"Promotions and spam": {
"uw-advert2": {
label: "Using Wikipedia for advertising or promotion",
summary: "Caution: Using Wikipedia for advertising or promotion"
},
"uw-npov2": {
label: "Not adhering to neutral point of view",
summary: "Caution: Not adhering to neutral point of view"
},
"uw-spam2": {
label: "Adding spam links",
summary: "Caution: Adding spam links"
}
},
"Behavior towards other editors": {
"uw-agf2": {
label: "Not assuming good faith",
summary: "Caution: Not assuming good faith"
},
"uw-harass2": {
label: "Harassment of other users",
summary: "Caution: Harassment of other users"
},
"uw-npa2": {
label: "Personal attack directed at a specific editor",
summary: "Caution: Personal attack directed at a specific editor"
},
"uw-tempabuse2": {
label: "Improper use of warning or blocking template",
summary: "Caution: Improper use of warning or blocking template"
}
},
"Removal of deletion tags": {
"uw-afd2": {
label: "Removing {{afd}} templates",
summary: "Caution: Removing {{afd}} templates"
},
"uw-blpprod2": {
label: "Removing {{blp prod}} templates",
summary: "Caution: Removing {{blp prod}} templates"
},
"uw-idt2": {
label: "Removing file deletion tags",
summary: "Caution: Removing file deletion tags"
},
"uw-speedy2": {
label: "Removing speedy deletion tags",
summary: "Caution: Removing speedy deletion tags"
}
},
"Other": {
"uw-chat2": {
label: "Using talk page as forum",
summary: "Caution: Using talk page as forum"
},
"uw-create2": {
label: "Creating inappropriate pages",
summary: "Caution: Creating inappropriate pages"
},
"uw-mos2": {
label: "Manual of style",
summary: "Caution: Formatting, date, language, etc (Manual of style)"
},
"uw-move2": {
label: "Page moves against naming conventions or consensus",
summary: "Caution: Page moves against naming conventions or consensus"
},
"uw-tpv2": {
label: "Refactoring others' talk page comments",
summary: "Caution: Refactoring others' talk page comments"
},
"uw-upload2": {
label: "Uploading unencyclopedic images",
summary: "Caution: Uploading unencyclopedic images"
}
}/*,
"To be removed from Twinkle": {
"uw-redirect2": {
label: "Creating malicious redirects",
summary: "Caution: Creating malicious redirects"
},
"uw-ics2": {
label: "Uploading files missing copyright status",
summary: "Caution: Uploading files missing copyright status"
},
"uw-af2": {
label: "Inappropriate feedback through the Article Feedback Tool",
summary: "Caution: Inappropriate feedback through the Article Feedback Tool"
}
}*/
लाइन 436:
"Common warnings": {
"uw-vandalism3": {
label: "Vandalism",
summary: "Warning: Vandalism"
},
"uw-disruptive3": {
label: "Disruptive editing",
summary: "Warning: Disruptive editing"
},
"uw-test3": {
label: "Editing tests",
summary: "Warning: Editing tests"
},
"uw-delete3": {
label: "Removal of content, blanking",
summary: "Warning: Removal of content, blanking"
}
},
"Behavior in articles": {
"uw-biog3": {
label: "Adding unreferenced controversial/defamatory information about living persons",
summary: "Warning: Adding unreferenced controversial information about living persons"
},
"uw-defam3": {
label: "Addition of defamatory content",
summary: "Warning: Addition of defamatory content"
},
"uw-error3": {
label: "Introducing deliberate factual errors",
summary: "Warning: Introducing deliberate factual errors"
},
"uw-genre3": {
label: "Frequent or mass changes to genres without consensus or reference",
summary: "Warning: Frequent or mass changes to genres without consensus or reference"
},
"uw-image3": {
label: "Image-related vandalism in articles",
summary: "Warning: Image-related vandalism in articles"
},
"uw-joke3": {
label: "Using improper humor in articles",
summary: "Warning: Using improper humor in articles"
},
"uw-nor3": {
label: "Adding original research, including unpublished syntheses of sources",
summary: "Warning: Adding original research, including unpublished syntheses of sources"
},
"uw-notcensored3": {
label: "Censorship of material",
summary: "Warning: Censorship of material"
},
"uw-own3": {
label: "Ownership of articles",
summary: "Warning: Ownership of articles"
},
"uw-tdel3": {
label: "Removal of maintenance templates",
summary: "Warning: Removal of maintenance templates"
},
"uw-unsourced3": {
label: "Addition of unsourced or improperly cited material",
summary: "Warning: Addition of unsourced or improperly cited material"
}
},
"Promotions and spam": {
"uw-advert3": {
label: "Using Wikipedia for advertising or promotion",
summary: "Warning: Using Wikipedia for advertising or promotion"
},
"uw-npov3": {
label: "Not adhering to neutral point of view",
summary: "Warning: Not adhering to neutral point of view"
},
"uw-spam3": {
label: "Adding spam links",
summary: "Warning: Adding spam links"
}
},
"Behavior towards other users": {
"uw-agf3": {
label: "Not assuming good faith",
summary: "Warning: Not assuming good faith"
},
"uw-harass3": {
label: "Harassment of other users",
summary: "Warning: Harassment of other users"
},
"uw-npa3": {
label: "Personal attack directed at a specific editor",
summary: "Warning: Personal attack directed at a specific editor"
}
},
"Removal of deletion tags": {
"uw-afd3": {
label: "Removing {{afd}} templates",
summary: "Warning: Removing {{afd}} templates"
},
"uw-blpprod3": {
label: "Removing {{blpprod}} templates",
summary: "Warning: Removing {{blpprod}} templates"
},
"uw-idt3": {
label: "Removing file deletion tags",
summary: "Warning: Removing file deletion tags"
},
"uw-speedy3": {
label: "Removing speedy deletion tags",
summary: "Warning: Removing speedy deletion tags"
}
},
"Other": {
"uw-chat3": {
label: "Using talk page as forum",
summary: "Warning: Using talk page as forum"
},
"uw-create3": {
label: "Creating inappropriate pages",
summary: "Warning: Creating inappropriate pages"
},
"uw-mos3": {
label: "Manual of style",
summary: "Warning: Formatting, date, language, etc (Manual of style)"
},
"uw-move3": {
label: "Page moves against naming conventions or consensus",
summary: "Warning: Page moves against naming conventions or consensus"
},
"uw-tpv3": {
label: "Refactoring others' talk page comments",
summary: "Warning: Refactoring others' talk page comments"
},
"uw-upload3": {
label: "Uploading unencyclopedic images",
summary: "Warning: Uploading unencyclopedic images"
}
}/*,
"To be removed fomr Twinkle": {
"uw-af3": {
label: "Inappropriate feedback through the Article Feedback Tool",
summary: "Warning: Inappropriate feedback through the Article Feedback Tool"
},
"uw-ics3": {
label: "Uploading files missing copyright status",
summary: "Warning: Uploading files missing copyright status"
},
"uw-redirect3": {
label: "Creating malicious redirects",
summary: "Warning: Creating malicious redirects"
}
}*/
लाइन 590:
"Common warnings": {
"uw-generic4": {
label: "Generic warning (for template series missing level 4)",
summary: "Final warning notice"
},
"uw-vandalism4": {
label: "Vandalism",
summary: "Final warning: Vandalism"
},
"uw-delete4": {
label: "Removal of content, blanking",
summary: "Final warning: Removal of content, blanking"
}
},
"Behavior in articles": {
"uw-biog4": {
label: "Adding unreferenced defamatory information about living persons",
summary: "Final warning: Adding unreferenced controversial information about living persons"
},
"uw-defam4": {
label: "Addition of defamatory content",
summary: "Final warning: Addition of defamatory content"
},
"uw-error4": {
label: "Introducing deliberate factual errors",
summary: "Final warning: Introducing deliberate factual errors"
},
"uw-genre4": {
label: "Frequent or mass changes to genres without consensus or reference",
summary: "Final warning: Frequent or mass changes to genres without consensus or reference"
},
"uw-image4": {
label: "Image-related vandalism in articles",
summary: "Final warning: Image-related vandalism in articles"
},
"uw-joke4": {
label: "Using improper humor in articles",
summary: "Final warning: Using improper humor in articles"
},
"uw-nor4": {
label: "Adding original research, including unpublished syntheses of sources",
summary: "Final warning: Adding original research, including unpublished syntheses of sources"
},
"uw-tdel4": {
label: "Removal of maintenance templates",
summary: "Final warning: Removal of maintenance templates"
},
"uw-unsourced4": {
label: "Addition of unsourced or improperly cited material",
summary: "Final warning: Addition of unsourced or improperly cited material"
}
},
"Promotions and spam": {
"uw-advert4": {
label: "Using Wikipedia for advertising or promotion",
summary: "Final warning: Using Wikipedia for advertising or promotion"
},
"uw-npov4": {
label: "Not adhering to neutral point of view",
summary: "Final warning: Not adhering to neutral point of view"
},
"uw-spam4": {
label: "Adding spam links",
summary: "Final warning: Adding spam links"
}
},
"Behavior towards other editors": {
"uw-harass4": {
label: "Harassment of other users",
summary: "Final warning: Harassment of other users"
},
"uw-npa4": {
label: "Personal attack directed at a specific editor",
summary: "Final warning: Personal attack directed at a specific editor"
}
},
"Removal of deletion tags": {
"uw-afd4": {
label: "Removing {{afd}} templates",
summary: "Final warning: Removing {{afd}} templates"
},
"uw-blpprod4": {
label: "Removing {{blp prod}} templates",
summary: "Final warning: Removing {{blp prod}} templates"
},
"uw-idt4": {
label: "Removing file deletion tags",
summary: "Final warning: Removing file deletion tags"
},
"uw-speedy4": {
label: "Removing speedy deletion tags",
summary: "Final warning: Removing speedy deletion tags"
}
},
"Other": {
"uw-chat4": {
label: "Using talk page as forum",
summary: "Final warning: Using talk page as forum"
},
"uw-create4": {
label: "Creating inappropriate pages",
summary: "Final warning: Creating inappropriate pages"
},
"uw-mos4": {
label: "Manual of style",
summary: "Final warning: Formatting, date, language, etc (Manual of style)"
},
"uw-move4": {
label: "Page moves against naming conventions or consensus",
summary: "Final warning: Page moves against naming conventions or consensus"
},
"uw-tpv4": {
label: "Refactoring others' talk page comments",
summary: "Final warning: Refactoring others' talk page comments"
},
"uw-upload4": {
label: "Uploading unencyclopedic images",
summary: "Final warning: Uploading unencyclopedic images"
}
}/*,
"To be removed from Twinkle": {
"uw-redirect4": {
label: "Creating malicious redirects",
summary: "Final warning: Creating malicious redirects"
},
"uw-ics4": {
label: "Uploading files missing copyright status",
summary: "Final warning: Uploading files missing copyright status"
},
"uw-af4": {
label: "Inappropriate feedback through the Article Feedback Tool",
summary: "Final warning: Inappropriate feedback through the Article Feedback Tool"
}
}*/
लाइन 728:
"Common warnings": {
"uw-vandalism4im": {
label: "Vandalism",
summary: "Only warning: Vandalism"
},
"uw-delete4im": {
label: "Removal of content, blanking",
summary: "Only warning: Removal of content, blanking"
}
},
"Behavior in articles": {
"uw-biog4im": {
label: "Adding unreferenced defamatory information about living persons",
summary: "Only warning: Adding unreferenced controversial information about living persons"
},
"uw-defam4im": {
label: "Addition of defamatory content",
summary: "Only warning: Addition of defamatory content"
},
"uw-image4im": {
label: "Image-related vandalism",
summary: "Only warning: Image-related vandalism"
},
"uw-joke4im": {
label: "Using improper humor",
summary: "Only warning: Using improper humor"
},
"uw-own4im": {
label: "Ownership of articles",
summary: "Only warning: Ownership of articles"
}
},
"Promotions and spam": {
"uw-advert4im": {
label: "Using Wikipedia for advertising or promotion",
summary: "Only warning: Using Wikipedia for advertising or promotion"
},
"uw-spam4im": {
label: "Adding spam links",
summary: "Only warning: Adding spam links"
}
},
"Behavior towards other editors": {
"uw-harass4im": {
label: "Harassment of other users",
summary: "Only warning: Harassment of other users"
},
"uw-npa4im": {
label: "Personal attack directed at a specific editor",
summary: "Only warning: Personal attack directed at a specific editor"
}
},
"Other": {
"uw-create4im": {
label: "Creating inappropriate pages",
summary: "Only warning: Creating inappropriate pages"
},
"uw-move4im": {
label: "Page moves against naming conventions or consensus",
summary: "Only warning: Page moves against naming conventions or consensus"
},
"uw-upload4im": {
label: "Uploading unencyclopedic images",
summary: "Only warning: Uploading unencyclopedic images"
}
}/*,
"To be removed from Twinkle": {
"uw-af4im": {
label: "Inappropriate feedback through the Article Feedback Tool",
summary: "Only warning: Inappropriate feedback through the Article Feedback Tool"
},
"uw-redirect4im": {
label: "Creating malicious redirects",
summary: "Only warning: Creating malicious redirects"
}
}*/
लाइन 807:
singlenotice: {
"uw-2redirect": {
label: "Creating double redirects through bad page moves",
summary: "Notice: Creating double redirects through bad page moves"
},
"uw-af-contact": {
label: "Attempting to contact the subject of an article via article feedback",
summary: "Notice: Contacting the subject of an article via article feedback"
},
"uw-af-personalinfo": {
label: "Including personal info in article feedback",
summary: "Notice: Including personal info in article feedback"
},
"uw-af-question": {
label: "Asking questions in article feedback",
summary: "Notice: Asking questions in article feedback"
},
"uw-aiv": {
label: "Bad AIV report",
summary: "Notice: Bad AIV report"
},
"uw-articlesig": {
label: "Adding signatures to article space",
summary: "Notice: Adding signatures to article space"
},
"uw-autobiography": {
label: "Creating autobiographies",
summary: "Notice: Creating autobiographies"
},
"uw-badcat": {
label: "Adding incorrect categories",
summary: "Notice: Adding incorrect categories"
},
"uw-badlistentry": {
label: "Adding inappropriate entries to lists",
summary: "Notice: Adding inappropriate entries to lists"
},
"uw-bite": {
label: "\"Biting\" newcomers",
summary: "Notice: \"Biting\" newcomers"
},
"uw-coi": {
label: "Conflict of Interest",
summary: "Notice: Conflict of Interest"
},
"uw-controversial": {
label: "Introducing controversial material",
summary: "Notice: Introducing controversial material"
},
"uw-copying": {
label: "Copying text to another page",
summary: "Notice: Copying text to another page"
},
"uw-crystal": {
label: "Adding speculative or unconfirmed information",
summary: "Notice: Adding speculative or unconfirmed information"
},
"uw-csd": {
label: "Speedy deletion declined",
summary: "Notice: Speedy deletion declined"
},
"uw-c&pmove": {
label: "Cut and paste moves",
summary: "Notice: Cut and paste moves"
},
"uw-dab": {
label: "Incorrect edit to a disambiguation page",
summary: "Notice: Incorrect edit to a disambiguation page"
},
"uw-date": {
label: "Unnecessarily changing date formats",
summary: "Notice: Unnecessarily changing date formats"
},
"uw-deadlink": {
label: "Removing proper sources containing dead links",
summary: "Notice: Removing proper sources containing dead links"
},
"uw-directcat": {
label: "Applying stub categories manually",
summary: "Notice: Applying stub categories manually"
},
"uw-draftfirst": {
label: "User should draft in userspace without the risk of speedy deletion",
summary: "Notice: Consider drafting your article in [[Help:Userspace draft|userspace]]"
},
"uw-editsummary": {
label: "Not using edit summary",
summary: "Notice: Not using edit summary"
},
"uw-english": {
label: "Not communicating in English",
summary: "Notice: Not communicating in English"
},
"uw-fuir": {
label: "Fair use image has been removed from your userpage",
summary: "Notice: A fair use image has been removed from your userpage"
},
"uw-hasty": {
label: "Hasty addition of speedy deletion tags",
summary: "Notice: Allow creators time to improve their articles before tagging them for deletion"
},
"uw-imageuse": {
label: "Incorrect image linking",
summary: "Notice: Incorrect image linking"
},
"uw-incompleteAFD": {
label: "Incomplete AFD",
summary: "Notice: Incomplete AFD"
},
"uw-italicize": {
label: "Italicize books, films, albums, magazines, TV series, etc within articles",
summary: "Notice: Italicize books, films, albums, magazines, TV series, etc within articles"
},
"uw-lang": {
label: "Unnecessarily changing between British and American English",
summary: "Notice: Unnecessarily changing between British and American English"
},
"uw-linking": {
label: "Excessive addition of redlinks or repeated blue links",
summary: "Notice: Excessive addition of redlinks or repeated blue links"
},
"uw-minor": {
label: "Incorrect use of minor edits check box",
summary: "Notice: Incorrect use of minor edits check box"
},
"uw-nonfree": {
label: "Uploading replaceable non-free images",
summary: "Notice: Uploading replaceable non-free images"
},
"uw-notaiv": {
label: "Do not report complex abuse to AIV",
summary: "Notice: Do not report complex abuse to AIV"
},
"uw-notenglish": {
label: "Creating non-English articles",
summary: "Notice: Creating non-English articles"
},
"uw-notifysd": {
label: "Notify authors of speedy deletion tagged articles",
summary: "Notice: Please notify authors of articles tagged for speedy deletion"
},
"uw-notvote": {
label: "We use consensus, not voting",
summary: "Notice: We use consensus, not voting"
},
"uw-patrolled": {
label: "Mark newpages as patrolled when patrolling",
summary: "Notice: Mark newpages as patrolled when patrolling"
},
"uw-plagiarism": {
label: "Copying from public domain sources without attribution",
summary: "Notice: Copying from public domain sources without attribution"
},
"uw-preview": {
label: "Use preview button to avoid mistakes",
summary: "Notice: Use preview button to avoid mistakes"
},
"uw-probation": {
label: "Article is on probation",
summary: "Notice: Article is on probation"
},
"uw-refimprove": {
label: "Creating unverifiable articles",
summary: "Notice: Creating unverifiable articles"
},
"uw-removevandalism": {
label: "Incorrect vandalism removal",
summary: "Notice: Incorrect vandalism removal"
},
"uw-repost": {
label: "Recreating material previously deleted via XfD process",
summary: "Notice: Recreating previously deleted material"
},
"uw-salt": {
label: "Recreating salted articles under a different title",
summary: "Notice: Recreating salted articles under a different title"
},
"uw-samename": {
label: "Rename request impossible",
summary: "Notice: Rename request impossible"
},
"uw-selfrevert": {
label: "Reverting self tests",
summary: "Notice: Reverting self tests"
},
"uw-socialnetwork": {
label: "Wikipedia is not a social network",
summary: "Notice: Wikipedia is not a social network"
},
"uw-sofixit": {
label: "Be bold and fix things yourself",
summary: "Notice: You can be bold and fix things yourself"
},
"uw-spoiler": {
label: "Adding spoiler alerts or removing spoilers from appropriate sections",
summary: "Notice: Don't delete or flag potential 'spoilers' in Wikipedia articles"
},
"uw-subst": {
label: "Remember to subst: templates",
summary: "Notice: Remember to subst: templates"
},
"uw-talkinarticle": {
label: "Talk in article",
summary: "Notice: Talk in article"
},
"uw-tilde": {
label: "Not signing posts",
summary: "Notice: Not signing posts"
},
"uw-toppost": {
label: "Posting at the top of talk pages",
summary: "Notice: Posting at the top of talk pages"
},
"uw-uaa": {
label: "Reporting of username to WP:UAA not accepted",
summary: "Notice: Reporting of username to WP:UAA not accepted"
},
"uw-upincat": {
label: "Accidentally including user page/subpage in a content category",
summary: "Notice: Informing user that one of his/her pages had accidentally been included in a content category"
},
"uw-uploadfirst": {
label: "Attempting to display an external image on a page",
summary: "Notice: Attempting to display an external image on a page"
},
"uw-userspace draft finish": {
label: "Stale userspace draft",
summary: "Notice: Stale userspace draft"
},
"uw-userspacenoindex": {
label: "User page/subpage isn't appropriate for search engine indexing",
summary: "Notice: User (sub)page isn't appropriate for search engine indexing"
},
"uw-vgscope": {
label: "Adding video game walkthroughs, cheats or instructions",
summary: "Notice: Adding video game walkthroughs, cheats or instructions"
},
"uw-warn": {
label: "Place user warning templates when reverting vandalism",
summary: "Notice: You can use user warning templates when reverting vandalism"
}
},
लाइन 1,051:
singlewarn: {
"uw-3rr": {
label: "Violating the three-revert rule; see also uw-ew",
summary: "Warning: Violating the three-revert rule"
},
"uw-affiliate": {
label: "Affiliate marketing",
summary: "Warning: Affiliate marketing"
},
"uw-agf-sock": {
label: "Use of multiple accounts (assuming good faith)",
summary: "Warning: Using multiple accounts"
},
"uw-attack": {
label: "Creating attack pages",
summary: "Warning: Creating attack pages",
suppressArticleInSummary: true
},
"uw-attempt": {
label: "Triggering the edit filter",
summary: "Warning: Triggering the edit filter"
},
"uw-bizlist": {
label: "Business promotion",
summary: "Warning: Promoting a business"
},
"uw-botun": {
label: "Bot username",
summary: "Warning: Bot username"
},
"uw-canvass": {
label: "Canvassing",
summary: "Warning: Canvassing"
},
"uw-copyright": {
label: "Copyright violation",
summary: "Warning: Copyright violation"
},
"uw-copyright-link": {
label: "Linking to copyrighted works violation",
summary: "Warning: Linking to copyrighted works violation"
},
"uw-copyright-new": {
label: "Copyright violation (with explanation for new users)",
summary: "Notice: Avoiding copyright problems"
},
"uw-copyright-remove": {
label: "Removing {{copyvio}} template from articles",
summary: "Warning: Removing {{copyvio}} templates"
},
"uw-efsummary": {
label: "Edit summary triggering the edit filter",
summary: "Warning: Edit summary triggering the edit filter"
},
"uw-ew": {
label: "Edit warring (stronger wording)",
summary: "Warning: Edit warring"
},
"uw-ewsoft": {
label: "Edit warring (softer wording for newcomers)",
summary: "Warning: Edit warring"
},
"uw-hoax": {
label: "Creating hoaxes",
summary: "Warning: Creating hoaxes"
},
"uw-legal": {
label: "Making legal threats",
summary: "Warning: Making legal threats"
},
"uw-login": {
label: "Editing while logged out",
summary: "Warning: Editing while logged out"
},
"uw-longterm": {
label: "Long term pattern of vandalism",
summary: "Warning: Long term pattern of vandalism"
},
"uw-multipleIPs": {
label: "Usage of multiple IPs",
summary: "Warning: Usage of multiple IPs"
},
"uw-pinfo": {
label: "Personal info",
summary: "Warning: Personal info"
},
"uw-socksuspect": {
label: "Sockpuppetry",
summary: "Warning: You are a suspected [[WP:SOCK|sockpuppet]]" // of User:...
},
"uw-upv": {
label: "Userpage vandalism",
summary: "Warning: Userpage vandalism"
},
"uw-username": {
label: "Username is against policy",
summary: "Warning: Your username might be against policy",
suppressArticleInSummary: true // not relevant for this template
},
"uw-coi-username": {
label: "Username is against policy, and conflict of interest",
summary: "Warning: Username and conflict of interest policy"
},
"uw-userpage": {
label: "Userpage or subpage is against policy",
summary: "Warning: Userpage or subpage is against policy"
},
"uw-wrongsummary": {
label: "Using inaccurate or inappropriate edit summaries",
summary: "Warning: Using inaccurate or inappropriate edit summaries"
}
},
लाइन 1,632:
var history_re = /<!-- Template:(uw-.*?) -->.*?(\d{1,2}:\d{1,2}, \d{1,2} \w+ \d{4}) \(UTC\)/g;
var history = {};
var latest = { date: new Date( 0 ), type: '' };
var current;