אונטערשייד צווישן ווערסיעס פון "מעדיעוויקי:Gadget-Checkty.js"

אנולירט רעוויזיע 298565 פון צמא לדעת (שמועס): נישט דא, קומט פון החלפות
(numberRangeDash: טויש נישט טעקע לינקס)
צייכן: צוריקגעשטעלט
(אנולירט רעוויזיע 298565 פון צמא לדעת (שמועס): נישט דא, קומט פון החלפות)
צייכן: אַנולירונג
שורה 1,499: שורה 1,499:
             wikitext = this.textbox.value, replacements = [], m, i;
             wikitext = this.textbox.value, replacements = [], m, i;
         while (m = numberRangeReNoMinus.exec(wikitext)) {
         while (m = numberRangeReNoMinus.exec(wikitext)) {
             if (/^קובץ:|טעקע:|בואינג [0-9]/.exec(m[1])) continue; // skip wrong suggestion
             if (/^קובץ:|בואינג [0-9]/.exec(m[1])) continue; // skip wrong suggestion
             // note - in replacement we dont include the prefix/suffix to make consistent replacement
             // note - in replacement we dont include the prefix/suffix to make consistent replacement
             if (parseInt(m[2].replace(/[^0-9]/g, '')) < parseInt(m[3].replace(/[^0-9]/g, ''))) {
             if (parseInt(m[2].replace(/[^0-9]/g, '')) < parseInt(m[3].replace(/[^0-9]/g, ''))) {