More actions
(Created page with " <templatedata> { "params": { "align": { "label": "Video alignment", "description": "How the video should be aligned on the page. This value likely does nothing.", "suggestedvalues": [ "left", "right", "center" ], "default": "center" }, "width": { "label": "Width", "description": "The initial width of the video. Do not include \"px\"", "example": "800", "type": "number", "default": "800" }, "height": { "label": "Hei...") Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
| Line 15: | Line 15: | ||
"width": { | "width": { | ||
"label": "Width", | "label": "Width", | ||
"description": "The initial width of the video. Do not include \"px\"", | "description": "The initial width of the video. Do not include \"px\". This value is not necessarily required since the width is dynamic.", | ||
"example": "800", | "example": "800", | ||
"type": "number", | "type": "number", | ||
| Line 22: | Line 22: | ||
"height": { | "height": { | ||
"label": "Height", | "label": "Height", | ||
"description": "The | "description": "The height of the video. Do not include \"px\".", | ||
"type": "number", | "type": "number", | ||
"default": "500" | "default": "500", | ||
"suggested": true | |||
}, | }, | ||
"video": { | "video": { | ||
Revision as of 18:46, 3 September 2024
Embeds a YouTube video into an article.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Video URL | video | The YouTube video's URL to embed
| URL | required |
| Video alignment | align | How the video should be aligned on the page. This value likely does nothing.
| Unknown | optional |
| Width | width | The initial width of the video. Do not include "px". This value is not necessarily required since the width is dynamic.
| Number | optional |
| Height | height | The height of the video. Do not include "px".
| Number | suggested |