Difference between revisions of "Template:Podcast"

From Apocrypals Apocrypha
Jump to navigationJump to search
(Created page with "<audio id="audio_example" class="video-js vjs-default-skin" controls preload="auto" title="{{{2}}}" width="300" height="100" data-setup='{}'> <source src="{{{1}}}" type='audio/mp3'/> </audio>")
 
Line 1: Line 1:
<audio id="audio_example" class="video-js vjs-default-skin" controls preload="auto" title="{{{2}}}" width="300" height="100" data-setup='{}'>
<htmltag tagname="audio" id="audio_example" class="video-js vjs-default-skin" controls preload="auto" title="{{{2}}}" width="300" height="100" data-setup='{}'>
   <source src="{{{1}}}" type='audio/mp3'/>
   <htmltag tagname="source" src="{{{1}}}" type='audio/mp3'/></htmltag>
</audio>
</htmltag>

Revision as of 17:31, 27 January 2022

<htmltag tagname="audio" id="audio_example" class="video-js vjs-default-skin" controls preload="auto" title="{{{2}}}" width="300" height="100" data-setup='{}'>

 <htmltag tagname="source" src="{{{1}}}" type='audio/mp3'/></htmltag>

</htmltag>