Khác biệt giữa bản sửa đổi của “MediaWiki:Gadget-morebits.js”

Nội dung được xóa Nội dung được thêm vào
Đã lùi lại sửa đổi 64981227 của Alphama (thảo luận)
Thẻ: Lùi sửa
Không có tóm lược sửa đổi
Dòng 3.369:
 
if ($(xml).find('page').attr('missing') === '') {
ctx.statusElement.error('CannotKhông movethể thedi page,chuyển becausetrang itbởi no longer existskhông tồn tại');
ctx.onMoveFailure(this);
return;
Dòng 3.575:
 
} else if (errorCode === 'missingtitle') {
ctx.statusElement.error('CannotKhông deletethể thexóa page,trang becausebởi it no longerkhông existstồn tại');
if (ctx.onDeleteFailure) {
ctx.onDeleteFailure.call(this, ctx.deleteProcessApi); // invoke callback
Dòng 3.677:
var missing = $(xml).find('page').attr('missing') === '';
if ((ctx.protectEdit || ctx.protectMove) && missing) {
ctx.statusElement.error('CannotKhông protectthể thekhóa page,trang becausebởi it no longerkhông existstồn tại');
ctx.onProtectFailure(this);
return;
}
if (ctx.protectCreate && !missing) {
ctx.statusElement.error('CannotKhông createthể protecttạo thetrang page,bởi because it alreadykhông existstồn tại');
ctx.onProtectFailure(this);
return;
Dòng 3.765:
var missing = $(xml).find('page').attr('missing') === '';
if (missing) {
ctx.statusElement.error('CannotKhông protectthể thekhóa page,trang becausebởi it no longerkhông existstồn tại');
ctx.onStabilizeFailure(this);
return;