emailconfirmed
1,824
edits
(new video extension) |
|||
Line 8: | Line 8: | ||
<flashmp3 id="kIII_example-070512">kIII_example-070512.mp3</flashmp3> | <flashmp3 id="kIII_example-070512">kIII_example-070512.mp3</flashmp3> | ||
== | == EmbedVideo == | ||
< | <!-- | ||
Videos can be embedded using the ''embedvideo'' tag, the ''#ev'' tag, or the ''#evt'' tag. <br> | |||
Using the ''#ev'' parser tag for positonal arguments: | |||
< | --> | ||
<br | |||
<pre> | |||
{{#ev:vimeo|6752514|320|left|Video in a thumbnail box|frame}} | |||
</pre> | |||
[https://www.mediawiki.org/wiki/Extension:EmbedVideo EmbedVideo syntax] | |||
<!-- | |||
Alternatively you could also use the ''#evt'' template tag for named arguments (order of arguments does not matter) | |||
<pre> | |||
{{#evt:service=vimeo|id=6752514|container=frame|description=Video in a thumbnail box|dimensions=320}} | |||
</pre> | |||
Or the `embedvideo` tag: | |||
<pre> | |||
<embedvideo service="vimeo" container="frame" description="Video in a thumbnail box" dimensions="320">6752514</embedvideo> | |||
</pre> | |||
--> | |||
<br> | |||
{{#ev:vimeo|6752514|320|left|Video in a thumbnail box|frame}} | |||
<br style="clear:both;"> | |||
== Flash == | == Flash == |