Difference between revisions of "Template:Video"

From Dwaia Wiki
Jump to navigation Jump to search
(Created page with "{{#evu:{{{1}}} | dimensions = 400x225px | alignment = right | description = {{{2|}}} | container = frame }}")
 
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#evu:{{{1}}}
+
<onlyinclude>{{#ev:youtube
| dimensions = 400x225px
+
| {{{v}}}
| alignment = right
+
| 400x225px
| description = {{{2|}}}
+
| right
| container = frame
+
| {{{desc}}}
 +
| frame
 +
}}</onlyinclude><noinclude>
 +
== Usage ==
 +
The following code
 +
<pre>
 +
{{Video
 +
| v = https://www.youtube.com/watch?v=iloTS0wU9qM
 +
| desc = Brief explanation of rationality.
 
}}
 
}}
 +
</pre>
 +
produces the following embedded video:
 +
{{Video
 +
| v = https://www.youtube.com/watch?v=iloTS0wU9qM
 +
| desc = Brief explanation of rationality.
 +
}}
 +
[[Category:Templates]]
 +
</noinclude>

Latest revision as of 02:55, 28 March 2019

EmbedVideo received the bad id "{{{v}}}" for the service "youtube".

Usage

The following code

{{Video
| v = https://www.youtube.com/watch?v=iloTS0wU9qM
| desc = Brief explanation of rationality.
}}

produces the following embedded video:

Brief explanation of rationality.