אונטערשייד צווישן ווערסיעס פון "באַניצער:תנא קמא/tanachLinks.js"
קפיצה לניווט
קפיצה לחיפוש
אין תקציר עריכה |
אין תקציר עריכה |
||
| שורה 1: | שורה 1: | ||
/ | importScript('באַניצער:צמא_לדעת/צאל-באקוקט.js'); | ||
importUserScript(62); | |||
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Jon_Harald_Søby/diffedit.js&action=raw&ctype=text/javascript'); | |||
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Enterprisey/rc-thanks.js&action=raw&ctype=text/javascript'); | |||
importScript('באַניצער:עברי אנכי/rc-thanks.js'); | |||
// | importScript("באַניצער:גאון הירדן/הודעה למשתמש.js"); | ||
importScript("באַניצער:צמא לדעת/CommentsInLocalTime.js"); | |||
importScript('באַניצער:צמא לדעת/AM-PM.js'); | |||
mw.loader.using(['mediawiki.util', 'jquery'], function () { | |||
$(document).ready(function () { | |||
// Define favicon URLs | |||
var sefariaFavicon = 'https://www.sefaria.org/static/icons/favicon.ico'; | |||
var shituftaFavicon = 'https://shitufta.org.il/newGigLogo.svg'; | |||
// | // Find all links that use the תנ"ך template (Shitufta links) | ||
$('a[href*="shitufta.org.il"]').each(function () { | |||
var $link = $(this); | |||
var href = $link.attr('href'); | |||
// Extract book and chapter from the Shitufta URL | |||
var match = href.match(/shitufta\.org\.il\/([^\/]+)\/([^\/]+)/); | |||
if (match) { | |||
var book = decodeURIComponent(match[1]); | |||
var chapter = decodeURIComponent(match[2]); | |||
// Construct Sefaria URL | |||
var sefariaUrl = 'https://www.sefaria.org/' + book + '.' + chapter; | |||
// Create the Shitufta icon link | |||
var shituftaIcon = $('<a>') | |||
.attr('href', href) | |||
.attr('target', '_blank') | |||
.attr('title', 'Go to Shitufta') | |||
.html('<img src="' + shituftaFavicon + '" alt="Shitufta" style="width:12px; height:12px; vertical-align:middle; margin-left: 3px;">'); | |||
// Create the Sefaria icon link | |||
var sefariaIcon = $('<a>') | |||
.attr('href', sefariaUrl) | |||
.attr('target', '_blank') | |||
.attr('title', 'Go to Sefaria') | |||
.html('<img src="' + sefariaFavicon + '" alt="Sefaria" style="width:12px; height:12px; vertical-align:middle; margin-left: 3px;">'); | |||
// Append icons **next to** the link instead of replacing it | |||
$link.after(shituftaIcon, sefariaIcon); | |||
} | |||
}); | |||
}); | |||
}); | |||
רעוויזיע פון 23:37, 3 אפריל 2025
importScript('באַניצער:צמא_לדעת/צאל-באקוקט.js');
importUserScript(62);
mw.loader.load('//meta.wikimedia.org/w/index.php?title=User:Jon_Harald_Søby/diffedit.js&action=raw&ctype=text/javascript');
mw.loader.load('//en.wikipedia.org/w/index.php?title=User:Enterprisey/rc-thanks.js&action=raw&ctype=text/javascript');
importScript('באַניצער:עברי אנכי/rc-thanks.js');
importScript("באַניצער:גאון הירדן/הודעה למשתמש.js");
importScript("באַניצער:צמא לדעת/CommentsInLocalTime.js");
importScript('באַניצער:צמא לדעת/AM-PM.js');
mw.loader.using(['mediawiki.util', 'jquery'], function () {
$(document).ready(function () {
// Define favicon URLs
var sefariaFavicon = 'https://www.sefaria.org/static/icons/favicon.ico';
var shituftaFavicon = 'https://shitufta.org.il/newGigLogo.svg';
// Find all links that use the תנ"ך template (Shitufta links)
$('a[href*="shitufta.org.il"]').each(function () {
var $link = $(this);
var href = $link.attr('href');
// Extract book and chapter from the Shitufta URL
var match = href.match(/shitufta\.org\.il\/([^\/]+)\/([^\/]+)/);
if (match) {
var book = decodeURIComponent(match[1]);
var chapter = decodeURIComponent(match[2]);
// Construct Sefaria URL
var sefariaUrl = 'https://www.sefaria.org/' + book + '.' + chapter;
// Create the Shitufta icon link
var shituftaIcon = $('<a>')
.attr('href', href)
.attr('target', '_blank')
.attr('title', 'Go to Shitufta')
.html('<img src="' + shituftaFavicon + '" alt="Shitufta" style="width:12px; height:12px; vertical-align:middle; margin-left: 3px;">');
// Create the Sefaria icon link
var sefariaIcon = $('<a>')
.attr('href', sefariaUrl)
.attr('target', '_blank')
.attr('title', 'Go to Sefaria')
.html('<img src="' + sefariaFavicon + '" alt="Sefaria" style="width:12px; height:12px; vertical-align:middle; margin-left: 3px;">');
// Append icons **next to** the link instead of replacing it
$link.after(shituftaIcon, sefariaIcon);
}
});
});
});