משתמש:Men770/HotDefaultSort.js – הבדלי גרסאות
אין תקציר עריכה |
אין תקציר עריכה |
||
| (גרסת ביניים אחת של אותו משתמש אינה מוצגת) | |||
| שורה 1: | שורה 1: | ||
/*** Hot Default Sort ***/ | /*** Hot Default Sort ***/ | ||
// סקריפט להוספת מיון רגיל בקלות, במקור מויקיפדיה אנגלית, הסבר עליו בדף השיחה כאן. | |||
// Adds an default sort key editor at the bottom of the page near the categories | // Adds an default sort key editor at the bottom of the page near the categories | ||
// Documentation at [[en:w:User:BrandonXLF/HotDefaultSort]] | // Documentation at [[en:w:User:BrandonXLF/HotDefaultSort]] | ||
| שורה 69: | שורה 70: | ||
text: main + (main.endsWith('\n') ? '' : '\n\n') + '{{מיון רגיל:' + edit.value.trim() + '}}\n' + cats, | text: main + (main.endsWith('\n') ? '' : '\n\n') + '{{מיון רגיל:' + edit.value.trim() + '}}\n' + cats, | ||
summary: '{{מיון רגיל}} שונה ל-' + edit.value + ' באמצעות [[User:Men770/HotDefaultSort.js|סקריפט]]', | summary: '{{מיון רגיל}} שונה ל-' + edit.value + ' באמצעות [[User:Men770/HotDefaultSort.js|סקריפט]]', | ||
bot: true | bot: true, | ||
minor: true | |||
}; | }; | ||
}).done(function() { | }).done(function() { | ||