1,904
עריכות
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 62: | שורה 62: | ||
'\\:.*)' | '\\:.*)' | ||
), | ), | ||
textParts = rev.content.replace(/\n*{{ | textParts = rev.content.replace(/\n*{{מיון רגיל:.*?}}\n*/g, '').split(catRegex), | ||
main = textParts.shift() || '', | main = textParts.shift() || '', | ||
cats = textParts.join(''); | cats = textParts.join(''); | ||
שורה 83: | שורה 83: | ||
return transformPage(function(rev) { | return transformPage(function(rev) { | ||
return { | return { | ||
text: rev.content.replace(/\n*{{ | text: rev.content.replace(/\n*{{מיון רגיל:.*?}}\n*/g, '\n\n'), | ||
summary: 'הוסר {{מיון רגיל}} באמצעות [[User:Men770/HotDefaultSort.js|סקריפט]]' | summary: 'הוסר {{מיון רגיל}} באמצעות [[User:Men770/HotDefaultSort.js|סקריפט]]' | ||
}; | }; | ||
שורה 118: | שורה 118: | ||
dflt.innerText = '(לא מוגדר)'; | dflt.innerText = '(לא מוגדר)'; | ||
dflt.style. | dflt.style.marginRight = '0.25em'; | ||
dflt.style.display = unset ? 'inline' : 'none'; | dflt.style.display = unset ? 'inline' : 'none'; | ||
dflt.style.fontStyle = 'italic'; | dflt.style.fontStyle = 'italic'; | ||
שורה 127: | שורה 127: | ||
save.innerText = '(✓)'; | save.innerText = '(✓)'; | ||
save.style. | save.style.marginRight = '0.25em'; | ||
save.title = 'שמור שינויים'; | save.title = 'שמור שינויים'; | ||
save.addEventListener('click', function() { | save.addEventListener('click', function() { | ||
שורה 134: | שורה 134: | ||
cancel.innerText = '(x)'; | cancel.innerText = '(x)'; | ||
cancel.style. | cancel.style.marginRight = '0.25em'; | ||
cancel.title = 'ביטול'; | cancel.title = 'ביטול'; | ||
cancel.addEventListener('click', function() { | cancel.addEventListener('click', function() { | ||
שורה 142: | שורה 142: | ||
remove.innerText = '(−)'; | remove.innerText = '(−)'; | ||
remove.title = 'הסר (החלף עם ברירת המחדל)'; | remove.title = 'הסר (החלף עם ברירת המחדל)'; | ||
remove.style. | remove.style.marginRight = '0.25em'; | ||
remove.style.display = unset ? 'none' : 'inline'; | remove.style.display = unset ? 'none' : 'inline'; | ||
remove.addEventListener('click', function() { | remove.addEventListener('click', function() { | ||
שורה 150: | שורה 150: | ||
modify.innerText = unset ? '(+)' : '(±)'; | modify.innerText = unset ? '(+)' : '(±)'; | ||
modify.title = unset ? 'הוסף' : 'שנה'; | modify.title = unset ? 'הוסף' : 'שנה'; | ||
modify.style. | modify.style.marginRight = '0.25em'; | ||
modify.addEventListener('click', function() { | modify.addEventListener('click', function() { | ||
sort.replaceChild(edit, dsort); | sort.replaceChild(edit, dsort); |