Widget:Script: Unterschied zwischen den Versionen

aus Kamelopedia, der wüsten Enzyklopädie
Zur Navigation springen Zur Suche springen
K (hm ...)
(Änderung 530049 von Nachteule (Diskussion) rückgängig gemacht.)
 
(8 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
 
<includeonly><script>
 
<includeonly><script>
 
/* <![CDATA[ */
 
/* <![CDATA[ */
function importJS('<!--{$src|escape:'urlpathinfo'}-->') {
+
if(typeof(importedJS) == 'undefined') importedJS = {};
 +
 
 +
function importJS(src) {
 
     // prüfen,ob JS bereits imprtiert wurde,falls ja --> return
 
     // prüfen,ob JS bereits imprtiert wurde,falls ja --> return
     if ( importedJS[<!--{$src|escape:'urlpathinfo'}-->] ) {
+
     if ( importedJS[src] ) {
 
return;
 
return;
 
     }
 
     }
 
     // wird jetzt importiert,deshalb auf true setzen
 
     // wird jetzt importiert,deshalb auf true setzen
     importedJS[<!--{$src|escape:'urlpathinfo'}-->] = true;
+
     importedJS[src] = true;
     mw.loader.load( 'http://kamelopedia.mormo.org/index.php?title=MediaWiki:Skin/' +  
+
     mw.loader.load( 'http://kamelopedia.net/index.php?title=MediaWiki:Skin/' +  
                 encodeURIComponent(<!--{$src|escape:'urlpathinfo'}-->) + '&action=raw&ctype=text/javascript', 'text/javascript' );
+
                 encodeURIComponent(src) + '.js&action=raw&ctype=text/javascript', 'text/javascript' );
 
}
 
}
 +
 +
importJS("<!--{$src}-->");
 
/* ]]> */
 
/* ]]> */
 
</script></includeonly>
 
</script></includeonly>

Aktuelle Version vom 9. Januar 2014, 19:33 Uhr