Template:YoutubeEmbed: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
{ | { | ||
"params": { | "params": { | ||
"YoutubeID": {}, | "YoutubeID": { | ||
"description": "The content ID of the Youtube Video. A series of alphanumerical character that follow the standard URl. In the example. The ID follows the v after the question mark. So for this video ID it will be \"=ow-N0d1QTS8\"", | |||
"example": "https://www.youtube.com/watch?v=ow-N0d1QTS8", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"Start": {}, | "Start": {}, | ||
"End": {} | "End": {} |
Revision as of 19:49, 21 June 2025
Allows the ability to embed YouTube videos with specified start and stop points.
Parameter | Description | Type | Status | |
---|---|---|---|---|
YoutubeID | YoutubeID | The content ID of the Youtube Video. A series of alphanumerical character that follow the standard URl. In the example. The ID follows the v after the question mark. So for this video ID it will be "=ow-N0d1QTS8"
| String | required |
Start | Start | no description | Unknown | optional |
End | End | no description | Unknown | optional |