MediaWiki:Common.js: Unterschied zwischen den Versionen
Zur Navigation springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 11: | Zeile 11: | ||
mw.config.set('tableSorterCollation',{'ä':'ae','ö':'oe','ß':'ss','ü':'ue'}); | mw.config.set('tableSorterCollation',{'ä':'ae','ö':'oe','ß':'ss','ü':'ue'}); | ||
$(function () { | |||
$('head').append( $('<link rel="stylesheet" type="text/css" />').attr('href', 'https://auto66.github.io/test/style.css') ); | |||
}()); |
Version vom 3. April 2022, 21:59 Uhr
/* Das folgende JavaScript wird für alle Benutzer geladen. */ $('.tbbox-logo').wrap('<a href="/"></a>'); //Popup item if ($('.item_container').length+$('.set_icon').length>0) { $('.item_container').each(function() { var url=$(this).attr('data-url'); $(this).append('<img src="//westde.innogamescdn.com/images/items/'+url+(url.indexOf('.png')<0?'.png':'')+'">'); }); $.getScript("//wiki.the-west.de/wiki/Popup.js?action=raw"); } mw.config.set('tableSorterCollation',{'ä':'ae','ö':'oe','ß':'ss','ü':'ue'}); $(function () { $('head').append( $('<link rel="stylesheet" type="text/css" />').attr('href', 'https://auto66.github.io/test/style.css') ); }());