Template:Video Embed: Difference between revisions

From MKWii TAS Wiki
Jump to navigation Jump to search
No edit summary
Tag: Manual revert
Add templatedata
Line 1: Line 1:
{{#ev:youtube|{{{url}}}}}
{{#ev:youtube|{{{url}}}}}
<noinclude>
<templatedata>
{
"params": {
"url": {
"label": "URL",
"description": "URL of the Youtube video",
"example": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"type": "string",
"required": true
}
},
"description": "Add a Youtube embed video"
}
</templatedata>
</noinclude>

Revision as of 15:26, 22 January 2023

Provided ID could not be validated.

Add a Youtube embed video

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
URLurl

URL of the Youtube video

Example
https://www.youtube.com/watch?v=dQw4w9WgXcQ
Stringrequired