Widget:Html5audio: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
J* (Diskussion | Beiträge) (AZ: Die Seite wurde neu angelegt.) |
J* (Diskussion | Beiträge) (na, ob das wohl funktioniert ...) |
||
| Zeile 1: | Zeile 1: | ||
<includeonly><audio src="<!--{$url|validate:url}-->" width="<!--{$width|default:425|validate:int|escape:'html'}-->" height="<!--{$height|default:355|validate:int|escape:'html'}-->" | <includeonly><audio src="<!--{$url|validate:url}-->" width="<!--{$width|default:425|validate:int|escape:'html'}-->" height="<!--{$height|default:355|validate:int|escape:'html'}-->" | ||
| − | controls="controls" preload></audio></includeonly> | + | <!--{if $controls == 1}--> controls="controls" <!--{/if}--> |
| + | <!--{if $loop == 1}--> loop="loop" <!--{/if}--> | ||
| + | <!--{if $autoplay == 1}--> autoplay="autoplay" <!--{/if}--> | ||
| + | preload="auto" ></audio></includeonly> | ||