Wikipedia:Monobook.js/LiveRC.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
test
altro test
Riga 1 428:
 
// check if the page has been already deleted
myXmlReq = wpajax.http({url: wgServer + wgScriptPath + '/api.php?action=query&list=deletedrevs&titles='+ title + '&drprop=user&format=xml&rawcontinue'});
var api = myXmlReq.responseXML;
if (api)
Riga 1 666:
 
getRevision(rc);
// wpajax.http({ url: wgServer + wgScriptPath + '/api.php?action=query&prop=revisions&pageids=' + pageid + '&rvstartid=' + revid + '&rvlimit=1&rvprop=content&format=xml&rawcontinue',
// onSuccess: getRevision, rc: rc });
}
Riga 1 707:
 
getRevision(log);
// wpajax.http({ url: wgServer + wgScriptPath + '/api.php?action=query&prop=revisions&pageids=' + pageid + '&rvstartid=' + revid + '&rvlimit=1&rvprop=content&format=xml&rawcontinue',
// onSuccess: getRevision, rc: rc });
}
Riga 1 792:
if (lstHidden[rc.user] && !mitigating) continue;
 
wpajax.http({url: wgServer + wgScriptPath + '/api.php?titles=' + encodeURIComponent(rc.title) + '&action=query&prop=categories&redirects&format=xml&rawcontinue',
onSuccess: getRedirCat, rc: rc });
}
Riga 1 872:
log.state += SYSOP;
 
wpajax.http({url: wgServer + wgScriptPath + '/api.php?titles=' + encodeURIComponent(log.title) + '&action=query&prop=categories&redirects&format=xml&rawcontinue',
onSuccess: getRedirCat2, log: log });
}
Riga 1 897:
+ '&rcend=' + lasttimestamp + '&rclimit=' + lrcRCLimit
+ '&leend=' + lasttimestamp + '&lelimit=' + lrcRCLimit
+ '&format=xml&rawcontinue',
onSuccess: getRC, message: "Elaborazione in corso...\n\n" });
}