Template:Youtube/doc: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 18: | Line 18: | ||
"align": { | "align": { | ||
"label": "Alignment", | "label": "Alignment", | ||
"description": "The alignment of the video.", | "description": "The alignment of the video. Causes it to float left or right.", | ||
"type": "string", | "type": "string", | ||
"suggestedvalues": [ | "suggestedvalues": [ | ||
"left", | "left", | ||
"right | "right" | ||
] | |||
] | |||
} | } | ||
}, | }, | ||
Latest revision as of 01:59, 25 October 2024
Embeds a YouTube video. Wrapper around the EmbedVideo parser function.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ID | 1 | The ID of the YouTube video. If a video's URL is "https://www.youtube.com/watch?v=ju4n5PmjhSM", then its ID is "ju4n5PmjhSM".
| String | required |
| Dimensions | 2 | The dimensions of the video.
| String | optional |
| Alignment | align | The alignment of the video. Causes it to float left or right.
| String | optional |
Example usage
{{youtube|ju4n5PmjhSM|320x180px|align=right}}