User:Ucucha/autofc.js: Difference between revisions

Content deleted Content added
different
fix
Line 329:
"\n" +
"<!-- Please don't edit anything above here. Be sure to include your reasons for nominating below. -->\n"
":<small>''Nominator(s): [[User talk:Ucucha|Ucucha]] 16:0102, 4 December 2010 (UTC)''</small>\n";
var postData = {
'wpMinoredit': form.wpMinoredit.checked ? '' : undefined,
Line 372:
wgPageName = wgPageName.replace( /_/g, ' ' ); // for queen/king/whatever and country!
 
var type = e.target.category.value;
var reason = e.target.fcreason.value;
 
Line 392:
'aplimit': userIsInGroup( 'sysop' ) ? 5000 : 500
};
var wikipedia_api = new Wikipedia.api( 'Tagging article with FAC talk tag', query, autofc.callbacks.afdfac.main );
wikipedia_api.params = { usertalk:usertalk, reason:reason, noinclude:noinclude, xfdcat:xfdcat };
wikipedia_api.post();
break;