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

ק
הגהה
(שפארן פאפ-אפס)
ק (הגהה)
שורה 1,222: שורה 1,222:
         // check whether description is empty
         // check whether description is empty
         if (!regex.test(wikitext)) {
         if (!regex.test(wikitext)) {
             descriptionInsertMsg = $('<div>', { text: "דער ארטיקל פארמאגט נישט קיין דעסקריפציע" }).append($('<a>', {
             descriptionInsertMsg = $('<div>', { text: "דער ארטיקל פארמאגט נישט קיין דעסקריפציע " }).append($('<a>', {
                 href: '#',
                 href: '#',
                 text: 'צולייגן',
                 text: 'צולייגן',
שורה 1,234: שורה 1,234:
                 return false;
                 return false;
             }));
             }));
             chectTyTool.writeMsg(descriptionInsertMsg, 'info');
             chectTyTool.writeMsg(descriptionInsertMsg, 'alert');
         }
         }
     },
     },
שורה 1,241: שורה 1,241:
         // check whether hebrew is not linked
         // check whether hebrew is not linked
         if (!wikitext.toLowerCase().includes('[' + '[he:')) {
         if (!wikitext.toLowerCase().includes('[' + '[he:')) {
             interwikiInsertMsg = $('<div>', { text: "דער ארטיקל פארמאגט נישט קיין אינטערשפראך לינק" }).append($('<a>', {
             interwikiInsertMsg = $('<div>', { text: "דער ארטיקל פארמאגט נישט קיין אינטערשפראך לינק " }).append($('<a>', {
                 href: '#',
                 href: '#',
                 text: 'צולייגן',
                 text: 'צולייגן',
שורה 1,253: שורה 1,253:
                 return false;
                 return false;
             }));
             }));
             chectTyTool.writeMsg(interwikiInsertMsg, 'info');
             chectTyTool.writeMsg(interwikiInsertMsg, 'alert');
         }
         }
     },
     },