Template:YouTube
This template defines the table "live_show_videos". View table.
Use this template to embed YouTube videos.
Example usage
{{YouTube|Do3tSdZucyA}}
– whereDo3tSdZucyA
is the video ID. This by default displayed to the right.{{YouTube|Do3tSdZucyA|Description of the video}}
{{YouTube|Do3tSdZucyA|Description of the video|float=left}}
By default, videos are displayed floated to the right of the page. You can use the |float=
parameter, and with possible values left
, right
or none
. When floated to the left or right, sometimes text that follows can end up next to the video when you don't want it to. To get around this, add {{clear}}
after the template. For example:
{{YouTube|video ID|Description of the video|float=left}} {{clear}} Some other text that should be shown below the video.
The above documentation is transcluded from Template:YouTube/doc. (edit | history) Editors can experiment in this template's sandbox (create | mirror) and testcases (create) pages. Please add categories to the /doc subpage. Subpages of this template. |
Embed a YouTube video
Parameter | Description | Type | Status | |
---|---|---|---|---|
YouTube video ID | 1 | This is the alphanumeric code that follows the v= in the URL of the YouTube video. | String | required |
Description | 2 | Optional description to show below the video | Content | suggested |
Position | float position | Either 'left', 'right' or 'none'
| String | suggested |
Width | width | Width of the embedded video. Does not automatically scale with the height.
| Unknown | optional |
height | height | Height of embedded video. Does not automatically scale with the width.
| Unknown | optional |