Widget:LearningApp: Unterschied zwischen den Versionen

Aus ZUM-Unterrichten
KKeine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
KKeine Bearbeitungszusammenfassung
Markierung: 2017-Quelltext-Bearbeitung
Zeile 3: Zeile 3:
Es muss wie folgt eingebunden werden:
Es muss wie folgt eingebunden werden:


<pre>
Es wird über die [[:Vorlage:LearningApp|Vorlage:LearningApp]] eingbunden.
{{#widget:LearningApss
|app=...
|width=... <!-- default is 100%) -->
|height=... <!-- (default is 400px) -->
}}
</pre>
 
Es kann auch über die [[:Vorlage:LearningApp|Vorlage:LearningApp]] eingbunden werden.
</noinclude><includeonly><iframe src="//LearningApps.org/watch?id=<!--{$app|escape:'html'}-->"  
</noinclude><includeonly><iframe src="//LearningApps.org/watch?id=<!--{$app|escape:'html'}-->"  
style="border:0px;width:<!--{$width|escape:'html'|default:'100%'}-->;height:<!--{$height|escape:'html'|default:'400px'}-->"  
style="border:0px;width:<!--{$width|escape:'html'|default:'100%'}-->;height:<!--{$height|escape:'html'|default:'400px'}-->"  
webkitallowfullscreen="true"  
webkitallowfullscreen="true"  
mozallowfullscreen="true"></iframe></includeonly>
mozallowfullscreen="true"></iframe></includeonly>

Version vom 29. Januar 2018, 11:39 Uhr

Diese Widget ermöglicht es, LearningApps (http://LearningApps.org) einzubinden. Es muss wie folgt eingebunden werden:

Es wird über die Vorlage:LearningApp eingbunden.