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

log
(rabbiLinks (רבי [ [רבי פלוני|פלוני] ] = [ [רבי פלוני] ])
(log)
שורה 1,327: שורה 1,327:
         var pattern = /\[\[([^|\]]+)\|([^|\]]+)\]\]/g;
         var pattern = /\[\[([^|\]]+)\|([^|\]]+)\]\]/g;
         function replaceMatch(match, opening, firstPart, separator, thirdPart, closing) {
         function replaceMatch(match, opening, firstPart, separator, thirdPart, closing) {
        console.log(match, opening, firstPart, separator, thirdPart, closing);
             // Check if the second part equals the concatenation of the first and third parts
             // Check if the second part equals the concatenation of the first and third parts
             if (firstPart + thirdPart === secondPart) {
             if (firstPart + thirdPart === secondPart) {