Widget:Html5mediaAudio: Unterschied zwischen den Versionen

Aus TUEpedia
Wechseln zu:Navigation, Suche
KKeine Bearbeitungszusammenfassung
KKeine Bearbeitungszusammenfassung
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 12: Zeile 12:
== Copy to your site ==
== Copy to your site ==
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
To use this widget on your site, just install [https://www.mediawiki.org/wiki/Extension:Widgets MediaWiki Widgets extension] and copy the [{{fullurl:{{FULLPAGENAME}}|action=edit}} full source code] of this page to your wiki as page '''{{FULLPAGENAME}}'''.
</noinclude><includeonly><script src="//api.html5media.info/1.2.2/html5media.min.js"></script><audio src="<!--{$url|validate:url}-->"
controls preload></audio></includeonly>


[[Kategorie:Vorlage]]
[[Kategorie:Vorlage]]
</noinclude>
<includeonly><script src="//api.html5media.info/1.2.2/html5media.min.js"></script><audio src="<!--{$url|validate:url}-->"
controls preload></audio></includeonly>

Aktuelle Version vom 25. September 2018, 21:30 Uhr

This widget allows you to embed HTML5 Audio Media on your wiki page.

Created by Karsten Hoffmeyer.

Using this widget

Use the following Code:

 {{#widget:Html5mediaAudio
 |url=https://www.soundhelix.com/examples/mp3/SoundHelix-Song-8.mp3
 }}

Copy to your site

To use this widget on your site, just install MediaWiki Widgets extension and copy the full source code of this page to your wiki as page Widget:Html5mediaAudio.