Template:Video Embed: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
{{{service}}}| | {{{service}}}| | ||
{{{url}}}| | {{{url}}}| | ||
{{#if:{{{dimensions|}}}|{{{dimensions}}}|}} | {{#if:{{{dimensions|}}}|{{{dimensions}}}|}}| | ||
{{#if:{{{alignment|}}}|{{{alignment}}}|}} | {{#if:{{{alignment|}}}|{{{alignment}}}|}}| | ||
{{#if:{{{description|}}}|{{{description}}}|}} | {{#if:{{{description|}}}|{{{description}}}|}}| | ||
{{#if:{{{container|}}}|{{{container}}}}} | {{#if:{{{container|}}}|{{{container}}}}} | ||
}} | }} | ||
Revision as of 10:13, 15 August 2023
Add an embed video
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Streaming service | service | Video service of the video you want to embed
| String | required |
| URL | url | URL of the embed video
| URL | required |
| Dimensions | dimensions | Dimensions in pixels to size the embed container. The standard format is width x height where either can be omitted, but the x must proceed height to indicate it as the height.
| String | optional |
| Alignment | alignment | Align the placement of the video either to the left, centered, or to the right. Inline will allow multiple videos to display side by side without forced line breaks
| String | optional |
| Description | description | Display a description under the embed container. For line breaks use
| Content | optional |
| Container | container | Specifies the container type to use for the embed
| String | optional |