ميدياويكي:Gadget-RenommageCategorie.js: الفرق بين النسختين

تم حذف المحتوى تمت إضافة المحتوى
ط Maintenance: Replacing legacy global variable (phab:T72470)
Maintenance: Replacing legacy global variable (phab:T72470)
سطر 219:
if (!category) category = mw.config.get('wgPageName');
if (!categorycontinue) categorycontinue = '';
var URL = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/api.php?format=xml&action=query&list=categorymembers' + '&cmlimit=' + RenommageCategorie_APILimit + '&cmtitle=' + encodeURIComponent(category) + categorycontinue;
 
RenommageCategorie_ajax.http({
سطر 499:
if (!Users) Users = new Array();
if (!UserContinue) UserContinue = "";
var URL = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/api.php?format=xml&action=query&prop=revisions' + '&rvlimit=' + RenommageCategorie_APILimit + '&rvprop=user' + '&titles=' + mw.config.get('wgFormattedNamespaces')[14] + ':' + encodeURIComponent(RenommageCategorie_RemoveCat) + UserContinue;
RenommageCategorie_ajax.http({
url: URL,