Jump to content

Template:YoutubeEmbed: Difference between revisions

From TWM Redoubt
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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
YoutubeIDYoutubeID

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
Stringrequired
StartStart

no description

Unknownoptional
EndEnd

no description

Unknownoptional