בדוקי עריכות אוטומטית, אינטערפעיס רעדאקטארן, אינטערפעיס אדמיניסטראַטאָרן, סיסאפן, מייבאים, מעדכנים, מייבא, אספקלריה רעדאקטארן
46,716
רעדאגירונגען
(DFAULTSORT) |
ק ((diffedit)) |
||
| שורה 243: | שורה 243: | ||
var txt = this.textbox.value, | var txt = this.textbox.value, | ||
isPerson = false, | isPerson = false, | ||
firstFamilyRgx = /^([^ ]+) ([^ ]+)$/, | |||
name, defaultSortMsg; | |||
if (/\{\{(מיון רגיל|גרונטסארטיר|DEFAULTSORT):/.exec(txt)) return; // skip if already exists | |||
if (!firstFamilyRgx.exec(mw.config.get('wgTitle'))) return; // skip if can't suggest | |||
isPerson = /== ?(ביאגראפיע|לעבנס געשיכטע|האט געלעבט]) ?==/.exec(txt); // heuristic to identify biographic articles | isPerson = /== ?(ביאגראפיע|לעבנס געשיכטע|האט געלעבט]) ?==/.exec(txt); // heuristic to identify biographic articles | ||
| שורה 252: | שורה 252: | ||
if (!execute) { | if (!execute) { | ||
defaultSortMsg = $('<div>', { text: mw.msg('checkty-defaultsort-suggest') }).append($('<a>', { | |||
href: '#', | |||
text: 'צולייגן DEFAULTSORT', | |||
}).click(function(){ chectTyTool.defaultSortSuggest(true); return false;})); | |||
this.writeMsg(defaultSortMsg, 'info'); | |||
} else { | |||
name = firstFamilyRgx.exec(mw.config.get('wgTitle')); | |||
txt = txt.replace('[[(קאַטעגאָריע)', '{{DEFAULTSORT:' + name[2] + ', ' + name[1] + '}}\n[[קאטעגאריע'); | |||
this.addSummary('DEFAULTSORT'); | |||
this.updateText(txt); | |||
} | |||
}, | }, | ||
categoryOrder: function(execute) { | categoryOrder: function(execute) { | ||
רעדאגירונגען