Difference between revisions of "Template:Video"

From SEBoK
Jump to navigation Jump to search
Line 1: Line 1:
 
<noinclude>
 
<noinclude>
 
The template embeds a video file with a poster using [[:Widget:Html5media|Html5media widget]]
 
The template embeds a video file with a poster using [[:Widget:Html5media|Html5media widget]]
 +
 +
# Video file name
 +
# Poster image file name
 +
# Video width (optional)
 +
# Video height (optional)
 +
 
<pre>
 
<pre>
{{Video|Somefile.mp4|Posterimage.jpg}}
+
{{Video|Somefile.mp4|Posterimage.jpg|400px|300px}}
 
</pre>
 
</pre>
</noinclude><includeonly>{{#widget:Html5media|url={{filepath:{{{1}}}}}|poster={{filepath:{{{2}}}}}}}</includeonly>
+
</noinclude><includeonly>{{#widget:Html5media|url={{filepath:{{{1}}}}}|width={{{3}}}|height={{{4}}}|poster={{filepath:{{{2}}}}}}}</includeonly>

Revision as of 14:04, 13 May 2020

The template embeds a video file with a poster using Html5media widget

  1. Video file name
  2. Poster image file name
  3. Video width (optional)
  4. Video height (optional)
{{Video|Somefile.mp4|Posterimage.jpg|400px|300px}}