Widget:Css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(hmm, so?) |
(sinlosedit TEST 4) |
||
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 8: | Zeile 8: | ||
return; | return; | ||
} | } | ||
− | // wird jetzt importiert,deshalb auf true setzen | + | // wird jetzt importiert,deshalb auf true setzen TEST 4 |
importedCSS[src] = true; | importedCSS[src] = true; | ||
mw.loader.load( 'http://kamelopedia.net/index.php?title=MediaWiki:Skin/' + | mw.loader.load( 'http://kamelopedia.net/index.php?title=MediaWiki:Skin/' + | ||
− | src + '.css&action=raw&ctype=text/css', 'text/css' ); | + | decodeURIComponent(src) + '.css&action=raw&ctype=text/css', 'text/css' ); |
} | } | ||
importCSS("<!--{$src}-->"); | importCSS("<!--{$src}-->"); | ||
/* ]]> */ | /* ]]> */ | ||
− | </script></includeonly> | + | </script> |
+ | <noscript> | ||
+ | <style type="text/css">@import "http://kamelopedia.net/index.php?title=MediaWiki:Skin/<!--{$src|escape:'urlpathinfo'}-->.css&action=raw&ctype=text/css";</style> | ||
+ | </noscript> | ||
+ | </includeonly> |