אונטערשייד צווישן ווערסיעס פון "באַניצער:תנא קמא/tanachLinks.js"

קיין רעדאגירונג באמערקונג
אין תקציר עריכה
אין תקציר עריכה
שורה 105: שורה 105:
                 .html('<img src="' + alHaTorahFavicon + '" alt="AlHaTorah" style="width:12px; height:12px; vertical-align:middle; margin-left: 3px;">');
                 .html('<img src="' + alHaTorahFavicon + '" alt="AlHaTorah" style="width:12px; height:12px; vertical-align:middle; margin-left: 3px;">');
             $link.after(alHaTorahIcon);
             $link.after(alHaTorahIcon);
            // Construct Wikisource URL (Hebrew names and numbers as-is)
            var wikiSourceUrl = 'https://he.wikisource.org/wiki/' +
    'קטגוריה:' + encodeURIComponent(sefer + '_' + perekRaw + '_' + pasukRaw);
            // Create and append the Wikisource icon
            var wikiSourceIcon = $('<a>')
                .attr('href', wikiSourceUrl)
                .attr('target', '_blank')
                .attr('title', 'עפן אין ויקיטקסט')
                .html('<img src="https://he.wikisource.org/static/favicon/wikisource.ico" alt="Wikisource" style="width:12px; height:12px; vertical-align:middle; margin-left: 3px;">');
            $link.after(wikiSourceIcon);
         });
         });
     });
     });
});
});