Pengguna:Spartanica~idwiki/vector.js: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
k Maintenance script memindahkan halaman Pengguna:Spartanica/vector.js ke Pengguna:Spartanica~idwiki/vector.js tanpa membuat pengalihan: Automatically moved page while renaming the user "Spartanica" to "[[Specia... |
k Maintenance: Replacing legacy global variable (phab:T72470) |
||
Baris 528:
var request = sajax_init_object ();
request.open
('GET', mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/api.php?format=json&action=query&meta=userinfo&uiprop=options&prop=info&inprop=watched&titles=' + encodeURIComponent (wgPageName), true);
request.onreadystatechange =
function () {
Baris 731:
return;
}
var url = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/api.php';
// Use %7C instead of |, otherwise Konqueror insists on re-encoding the arguments, resulting in doubly encoded
// category names. (That is a bug in Konqueror. Other browsers don't have this problem.)
Baris 1.479:
if (this.engineSelector) this.engineSelector.style.display = 'none';
// Execute change from this.originalCategory to this.currentCategory|this.currentKey,
var editlk = mw.config.get('wgServer') + mw.config.get('wgScript') + '?title=' + encodeURIComponent (wgPageName)
+ '&action=edit';
var url = editlk + '&hotcat_newcat=' + encodeURIComponent (this.currentCategory);
Baris 1.525:
} else {
// Execute single category deletion.
var editlk = mw.config.get('wgServer') + mw.config.get('wgScript') + '?title=' + encodeURIComponent (wgPageName)
+ '&action=edit';
if (noCommit || HotCat.no_autocommit) editlk += '&hotcat_nocommit=1';
Baris 2.307:
setup ();
} else {
var url = mw.config.get('wgServer') + mw.config.get('wgScriptPath') + '/api.php?format=json&callback=HotCat.start&action=query&titles='
+ encodeURIComponent (wgPageName)
+ '&prop=info%7Crevisions&rvprop=content%7Ctimestamp&meta=siteinfo&rvlimit=1&rvstartid='
|