Difference between revisions of "Template:Audio embed"

From BroaDWcast
Jump to navigationJump to search
(Created page with "<div style="max-width:{{{width}}}"> <center>{{{{top caption}}}</center> {{#Widget:Html5media|height={{{height}}}|url={{filepath:{{{file}}}} }} }} <center>{{{bottom caption}}}<...")
 
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<div style="max-width:{{{width}}}">
+
<noinclude><nowiki>
<center>{{{{top caption}}}</center>
+
{{Audio embed|file= |align= |width= |height= |top caption= |bottom caption= }}
{{#Widget:Html5media|height={{{height}}}|url={{filepath:{{{file}}}} }} }}
+
</nowiki><br /><br />
 +
*Do not include 'File:' before file name. 
 +
*'width' can be % or em. 
 +
*'width' and 'height' must have values, or remove reference to them to use defaults (30em, 30)
 +
</noinclude>
 +
<includeonly>
 +
<div style="max-width:{{{width|30%}}}; float:{{{align}}};">
 +
<center>{{{top caption}}}</center>
 +
{{#Widget:Html5media|height={{{height|30}}}|url={{filepath:{{{file}}} }} }}
 
<center>{{{bottom caption}}}</center>
 
<center>{{{bottom caption}}}</center>
 
</div>
 
</div>
 +
</includeonly>

Latest revision as of 22:29, 21 October 2018

{{Audio embed|file= |align= |width= |height= |top caption= |bottom caption= }}

  • Do not include 'File:' before file name.
  • 'width' can be % or em.
  • 'width' and 'height' must have values, or remove reference to them to use defaults (30em, 30)