MediaWiki:Common.js: Unterschied zwischen den Versionen
Zur Navigation springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 2: | Zeile 2: | ||
$('.tbbox-logo').wrap('<a href="/"></a>'); | $('.tbbox-logo').wrap('<a href="/"></a>'); | ||
//Popup item | //Popup item | ||
$('.tbbox-logo').wrap('<a href="/wiki/Main_Page"></a>'); | |||
if ($('.item_container').length!==0) { | |||
$('.item_container').each(function() { | |||
$(this).append('<img src="https://westde.innogamescdn.com/images/items/' + $(this).attr('data-url') + '">'); | |||
// | |||
}); | }); | ||
$.getScript("https://wiki.the-west.net/wiki/Test.js?action=raw"); | |||
} | } | ||
mw.config.set('tableSorterCollation', {'ä':'ae', 'ö':'oe', 'ß':'ss', 'ü':'ue'}); | mw.config.set('tableSorterCollation', {'ä':'ae', 'ö':'oe', 'ß':'ss', 'ü':'ue'}); |
Version vom 16. August 2020, 20:43 Uhr
/* Das folgende JavaScript wird für alle Benutzer geladen. */ $('.tbbox-logo').wrap('<a href="/"></a>'); //Popup item $('.tbbox-logo').wrap('<a href="/wiki/Main_Page"></a>'); if ($('.item_container').length!==0) { $('.item_container').each(function() { $(this).append('<img src="https://westde.innogamescdn.com/images/items/' + $(this).attr('data-url') + '">'); }); $.getScript("https://wiki.the-west.net/wiki/Test.js?action=raw"); } mw.config.set('tableSorterCollation', {'ä':'ae', 'ö':'oe', 'ß':'ss', 'ü':'ue'});