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

144 בייטן אראפגענומען ,  פֿאַר 10 חדשים
נישט געארבעט
אין תקציר עריכה
(נישט געארבעט)
שורה 609: שורה 609:
             match = t.match(/(\{\{[^\{\}]*\}\}|(\n|\[\[)(?:File|תמונה|קובץ|טעקע|בילד):.*?[\|\n]|[^\[\0]\[[^\{\}\[]*\])/);
             match = t.match(/(\{\{[^\{\}]*\}\}|(\n|\[\[)(?:File|תמונה|קובץ|טעקע|בילד):.*?[\|\n]|[^\[\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) {
             if (!match || !match.length) break;
        // Check for interlanguage links
        match = t.match(/\[\[[a-z]{2}:[^\[\]]+\]\]/);
        if (!match || !match.length) break;
        }
             specials.push(match[0]);
             specials.push(match[0]);
             t = t.replace(match[0], "\0" + specials.length + "\0");
             t = t.replace(match[0], "\0" + specials.length + "\0");