Utente:Codicorumus/MostraModifiche.js: differenze tra le versioni

Contenuto cancellato Contenuto aggiunto
fix per adeguamento a variazione delle classi
m Maintenance: Replacing legacy global variable (phab:T72470)
 
(Una versione intermedia di un altro utente non mostrate)
Riga 82:
function mostraModificheLoadDiff(oldid,diffDir)
{
var url = "/w/index.php?title=" + encodeURIComponent(mw.config.get('wgPageName'));
url += "&diff=" + diffDir;
url += "&oldid=" + oldid;
Riga 203:
function loadXMLDoc()
{
var url = "/w/api.php?action=query&rawcontinue=&prop=revisions&format=xml";
url += "&titles=" + encodeURIComponent(mw.config.get('wgPageName')) + "&rvprop=ids|timestamp|user|comment";
url += "&rvlimit=" + revCount;
if (rvStartId != 0) url += "&rvstartid=" + rvStartId;