MediaWiki:Gadget-twinklearv.js: Difference between revisions

m
1 revision: new version of Twinkle
imported>AzaToth
m (v2.0-556-g0beacc0: use .utc() for timestamps and format them the sme way as the wiki does)
 
m (1 revision: new version of Twinkle)
 
(2 intermediate revisions by 2 users not shown)
Line 35:
Window.setTitle( "Advance Reporting and Vetting" ); //Backronym
Window.setScriptName( "Twinkle" );
Window.addFooterLink( "Guide to AIV", "WPGRW:GAIV" );
Window.addFooterLink( "UAA instructions", "WPGRW:UAAI" );
Window.addFooterLink( "About SPI", "WPGRW:SPI" );
Window.addFooterLink( "Twinkle help", "WPGRW:TW/DOC#arv" );
 
var form = new Morebits.quickForm( Twinkle.arv.callback.evaluate );
Line 49:
categories.append( {
type: 'option',
label: 'Vandalism (WPGRW:AIV)',
value: 'aiv'
} );
categories.append( {
type: 'option',
label: 'Username (WPGRW:UAA)',
value: 'username'
} );
categories.append( {
type: 'option',
label: 'Sockpuppeteer (WPGRW:SPI)',
value: 'sock'
} );
categories.append( {
type: 'option',
label: 'Sockpuppet (WPGRW:SPI)',
value: 'puppet'
} );
categories.append( {
type: 'option',
label: 'Edit warring (WPGRW:AN3)',
value: 'an3'
} );
Line 631:
Morebits.status.init( form );
 
Morebits.wiki.actionCompleted.redirect = "WikipediaGargoylewiki:Usernames for administrator attention";
Morebits.wiki.actionCompleted.notice = "Reporting complete";
 
var uaaPage = new Morebits.wiki.page( 'WikipediaGargoylewiki:Usernames for administrator attention', 'Processing UAA request' );
uaaPage.setFollowRedirect( true );
 
Line 652:
break;
// WPGRW:SPI
case "sock":
/* falls through */
0

edits