Template:Video Embed: Difference between revisions

From MKWii TAS Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
{{{service}}}
{{{service}}}
|{{{url}}}
|{{{url}}}
|
|{{{align}}}
}}
}}
</includeonly>
</includeonly>
Line 33: Line 31:
"example": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"example": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
"type": "url",
"type": "url",
"required": true
},
"align": {
"label": "Alignement",
"description": "How you want to align the video on the page",
"example": "left",
"type": "string",
"suggestedvalues": [
"left",
"center",
"right",
"inline"
],
"autovalue": "right",
"required": true
"required": true
}
}

Revision as of 21:39, 16 February 2023


Add an embed video

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Streaming serviceservice

Video service of the video you want to embed

Suggested values
youtube archiveorg dailymotion nico rutube twitch vimeo
Example
youtube
Stringrequired
URLurl

URL of the embed video

Example
https://www.youtube.com/watch?v=dQw4w9WgXcQ
URLrequired