Difference between revisions of "Template:Youtube"

From DKC Speedruns
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{{{#evt
+
{{#evt:
 
service=youtube
 
service=youtube
|id={{url}}
+
|id={{{url}}}
|dimensions={{dimensions|560}}
+
|dimensions={{{dimensions|560}}}
|description={{url}}
+
|description={{{url}}}
}}}}
+
}}
 
<noinclude>
 
<noinclude>
 
<templatedata>
 
<templatedata>

Latest revision as of 20:10, 17 June 2017

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

<templatedata> { "params": { "url": { "description": "The URL to the youtube video", "example": "https://www.youtube.com/watch?v=V5JpdFVUvfw", "type": "url", "required": true }, "dimensions": { "description": "The size of the video if unsure leave default", "example": "560", "default": "560", "autovalue": "560" } }, "description": "Embed a youtube video" } </templatedata>