Template:YoutubeEmbed: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 3: | Line 3: | ||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { |
Latest revision as of 20:09, 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 | This is the time stamp you wish the video to begin at. How to get this information is simple. Copy the url of the Youtube video at the current time stamp. Or you can simply convert the time stamp into seconds and input the number there.
| Number | required |
End | End | Just like the Start variable. Insert the time stamp in seconds into the field to designate the stop location. The example shows that this would have the video stop Two minutes into the video. Leaving the value blank might cause issues.
| Number | optional |