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

נוץ wgTitle אנשטאט wgPageName, אז ס'זאל האבן א פשט אין רוי
(אידיש)
(נוץ wgTitle אנשטאט wgPageName, אז ס'זאל האבן א פשט אין רוי)
שורה 207: שורה 207:
             if (this.searchData.pageids.length <= this.pageI) {
             if (this.searchData.pageids.length <= this.pageI) {
                 if (this.curPage === null) {
                 if (this.curPage === null) {
                     this.content.$element.html('<h1><a target="_blank" href="/Special:Search/' + encodeURI('"' + titleNoBrackets + '" -linksto:"' + mw.config.get('wgPageName') + '"') + '">' + mw.msg('qlinker-no-results') + '</a></h1>');
                     this.content.$element.html('<h1><a target="_blank" href="/Special:Search/' + encodeURI('"' + titleNoBrackets + '" -linksto:"' + mw.config.get('wgTitle') + '"') + '">' + mw.msg('qlinker-no-results') + '</a></h1>');
                     this.actions.setAbilities({
                     this.actions.setAbilities({
                         saveContinue: false, skipOne: false
                         saveContinue: false, skipOne: false
שורה 260: שורה 260:
             prop: 'linkshere',
             prop: 'linkshere',
             lhlimit: 500,
             lhlimit: 500,
             titles: mw.config.get('wgPageName'),
             titles: mw.config.get('wgTitle'),
             indexpageids: 1
             indexpageids: 1
         }).done(function (d) {
         }).done(function (d) {
שורה 290: שורה 290:
             gsrnamespace: '0|8000',
             gsrnamespace: '0|8000',
             //gsrsearch: searchRegex + ' -linksto:' + mw.config.get('wgPageName'),
             //gsrsearch: searchRegex + ' -linksto:' + mw.config.get('wgPageName'),
             gsrsearch: 'insource:' + mw.config.get('wgPageName') + ' -linksto:' + mw.config.get('wgPageName'), // רעגעקס ארבעט נישט ביי אונז
             gsrsearch: 'insource:' + mw.config.get('wgTitle') + ' -linksto:' + mw.config.get('wgTitle'), // רעגעקס ארבעט נישט ביי אונז
             gsrlimit: 50,
             gsrlimit: 50,
             prop: 'revisions',
             prop: 'revisions',