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

אידיש
(אידיש)
(אידיש)
שורה 1,290: שורה 1,290:
  }
  }
  $('#wpTextbox1').val(wikitext);
  $('#wpTextbox1').val(wikitext);
  chectTyTool.addSummary('הסרת קישורים עודפים');
  chectTyTool.addSummary('אראפנעמען איבריגע לינקס');
  e.preventDefault();
  e.preventDefault();
  });
  });
  var searchLink = this.createSearchLink( new RegExp( '\\[\\[' + mw.util.escapeRegExp(m[1]) + '(?:\\||\\]\\])' ) );
  var searchLink = this.createSearchLink( new RegExp( '\\[\\[' + mw.util.escapeRegExp(m[1]) + '(?:\\||\\]\\])' ) );
  this.writeMsg($('<div>').append(['נמצאו קישורים עודפים ל"'+m[1]+'" [',searchLink, '&nbsp;-&nbsp;', removeLink, ']']), 'alert');
  this.writeMsg($('<div>').append(['געטראפן איבריגע לינקס צו"'+m[1]+'" [',searchLink, '&nbsp;-&nbsp;', removeLink, ']']), 'alert');
  wikitext = wikitext.replace(m[0], removeOverlink(m[0], m[1]));
  wikitext = wikitext.replace(m[0], removeOverlink(m[0], m[1]));
  }
  }