משתמש:Men770/HotDefaultSort.js: הבדלים בין גרסאות בדף

אין תקציר עריכה
אין תקציר עריכה
אין תקציר עריכה
שורה 68: שורה 68:
return {
return {
text: main + (main.endsWith('\n') ? '' : '\n\n') + '{{DEFAULTSORT:' + edit.value.trim() + '}}\n' + cats,
text: main + (main.endsWith('\n') ? '' : '\n\n') + '{{DEFAULTSORT:' + edit.value.trim() + '}}\n' + cats,
summary: 'Set {{DEFAULTSORT}} to ' + edit.value + ' using [[en:w:User:BrandonXLF/HotDefaultSort|Hot Default Sort]]'
summary: '{{מיון רגיל}} שונה אל ' + edit.value + ' באמצעות [[User:Men770/HotDefaultSort.js|סקריפט]]'
};
};
}).done(function() {
}).done(function() {
שורה 84: שורה 84:
return {
return {
text: rev.content.replace(/\n*{{DEFAULTSORT:.*?}}\n*/g, '\n\n'),
text: rev.content.replace(/\n*{{DEFAULTSORT:.*?}}\n*/g, '\n\n'),
summary: 'Removed {{DEFAULTSORT}} using [[en:w:User:BrandonXLF/HotDefaultSort|Hot Default Sort]]'
summary: 'הוסר {{מיון רגיל}} באמצעות [[User:Men770/HotDefaultSort.js|סקריפט]]'
};
};
}).done(function() {
}).done(function() {
dsort.innerText = mw.config.get('wgTitle');
dsort.innerText = mw.config.get('wgTitle');
modify.innerText = '(+)';
modify.innerText = '(+)';
modify.title = 'Add';
modify.title = 'הוסף';
remove.style.display = 'none';
remove.style.display = 'none';
dflt.style.display = 'inline';
dflt.style.display = 'inline';
שורה 117: שורה 117:
});
});


dflt.innerText = '(no key)';
dflt.innerText = '(לא מוגדר)';
dflt.style.marginLeft = '0.25em';
dflt.style.marginLeft = '0.25em';
dflt.style.display = unset ? 'inline' : 'none';
dflt.style.display = unset ? 'inline' : 'none';
שורה 124: שורה 124:
status.style.marginLeft = '0.25em';
status.style.marginLeft = '0.25em';
status.style.display = 'none';
status.style.display = 'none';
status.innerText = 'Saving...';
status.innerText = 'שומר...';


save.innerText = '(✓)';
save.innerText = '(✓)';
save.style.marginLeft = '0.25em';
save.style.marginLeft = '0.25em';
save.title = 'Save changes';
save.title = 'שמור שינויים';
save.addEventListener('click', function() {
save.addEventListener('click', function() {
saveEditor();
saveEditor();
שורה 135: שורה 135:
cancel.innerText = '(x)';
cancel.innerText = '(x)';
cancel.style.marginLeft = '0.25em';
cancel.style.marginLeft = '0.25em';
cancel.title = 'Cancel';
cancel.title = 'ביטול';
cancel.addEventListener('click', function() {
cancel.addEventListener('click', function() {
closeEditor();
closeEditor();
שורה 141: שורה 141:


remove.innerText = '(−)';
remove.innerText = '(−)';
remove.title = 'Remove (replace with default)';
remove.title = 'הסר (החלף עם ברירת המחדל)';
remove.style.marginLeft = '0.25em';
remove.style.marginLeft = '0.25em';
remove.style.display = unset ? 'none' : 'inline';
remove.style.display = unset ? 'none' : 'inline';
שורה 149: שורה 149:


modify.innerText = unset ? '(+)' : '(±)';
modify.innerText = unset ? '(+)' : '(±)';
modify.title = unset ? 'Add' : 'Modify';
modify.title = unset ? 'הוסף' : 'שנה';
modify.style.marginLeft = '0.25em';
modify.style.marginLeft = '0.25em';
modify.addEventListener('click', function() {
modify.addEventListener('click', function() {