Widget:Css: Unterschied zwischen den Versionen

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen
K (copy&paste-Fehler)
(sinlosedit TEST 4)
 
(12 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<includeonly><style type="text/css">@import "http://kamelopedia.mormo.org/index.php?title=MediaWiki:Skin/<!--{$src|escape:'urlpathinfo'}-->.css&action=raw&ctype=text/css";</style></includeonly>
+
<includeonly><script>
 +
/* <![CDATA[ */
 +
if(typeof(importedCSS) == 'undefined') importedCSS = {};
 +
 
 +
function importCSS(src) {
 +
    // prüfen,ob CSS bereits imprtiert wurde,falls ja --> return
 +
    if ( importedCSS[src] ) {
 +
return;
 +
    }
 +
    // wird jetzt importiert,deshalb auf true setzen TEST 4
 +
    importedCSS[src] = true;
 +
    mw.loader.load( 'http://kamelopedia.net/index.php?title=MediaWiki:Skin/' +
 +
                decodeURIComponent(src) + '.css&action=raw&ctype=text/css', 'text/css' );
 +
}
 +
 
 +
importCSS("<!--{$src}-->");
 +
/* ]]> */
 +
</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>

Aktuelle Version vom 16. Januar 2014, 15:57 Uhr