Difference between revisions of "Template:Video"

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