Difference between revisions of "Template:Video"

From SEBoK
Jump to navigation Jump to search
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
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
+
Params are:
# Poster image file name
 
# Video width (optional)
 
# Video height (optional)
 
  
<pre>
+
* Video file name
{{Video|Somefile.mp4|Posterimage.jpg|400px|300px}}
+
* Poster image file name
 +
* Video width (optional)
 +
* Video height (optional)
 +
 
 +
<pre><nowiki>
 +
{{Video|Somefile.mp4|Posterimage.jpg|400px|300px}}</nowiki>
 
</pre>
 
</pre>
</noinclude><includeonly>{{#widget:Html5media|url={{filepath:{{{1}}}}}|width={{{3}}}|height={{{4}}}|poster={{filepath:{{{2}}}}}}}</includeonly>
+
</noinclude><includeonly>{{#widget:Html5media|url={{filepath:{{{1}}}}}|width={{{3|}}}|height={{{4|}}}|poster={{filepath:{{{2}}}}}}}</includeonly>

Latest revision as of 14:07, 13 May 2020

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

Params are:

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