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

28 בייטן צוגעלייגט ,  פֿאַר 10 חדשים
קיין רעדאגירונג באמערקונג
(נישט געארבעט)
אין תקציר עריכה
שורה 607: שורה 607:
             }
             }
         while (true) { //extract inner links, inner templates and inner params - we don't want to sptit those.
         while (true) { //extract inner links, inner templates and inner params - we don't want to sptit those.
             match = t.match(/(\{\{[^\{\}]*\}\}|(\n|\[\[)(?:File|תמונה|קובץ|טעקע|בילד):.*?[\|\n]|[^\[\0]\[[^\{\}\[]*\])/);
             match = t.match(/(\{\{[^\{\}]*\}\}|(\n|\[\[)(?:File|קובץ|תמונה|בילד|טעקע):.*?[\|\n]|\[\[[a-z]{2,3}:[^\[\]]+\]\]|[^\[\0]\[[^\{\}\[]*\])/);
             if ((!match || !match.length) && this.ignoreRegexes.length) match = t.match(ignoreRegex);
             if ((!match || !match.length) && this.ignoreRegexes.length) match = t.match(ignoreRegex);
             if (!match || !match.length) break;
             if (!match || !match.length) break;