Template:Video: Difference between revisions

From 95 Degrees Wiki
No edit summary
No edit summary
Line 20: Line 20:
</pre>
</pre>
</html>
</html>
</noinclude>
<templatedata>
{
"params": {
"ytVideoId": {
"aliases": [
"YouTube Video ID"
],
"label": "YouTube Video ID",
"description": "The ID of the video you want to embed",
"example": "G8GaQdW2wHc",
"type": "string",
"required": true
},
"videoName": {
"aliases": [
"Video Name"
],
"label": "Video Name",
"description": "The name of the video that will appear below the embed",
"example": "IZ*ONE - Panorama",
"type": "string",
"required": true
}
},
"description": "YouTube video embed (fixed to the right of page)",
"paramOrder": [
"videoName",
"ytVideoId"
]
}
</templatedata></noinclude>

Revision as of 14:32, 15 February 2023

IZ*ONE Panorama

YouTube video embeds

{{Video
|videoName = IZ*ONE Panorama
|ytVideoId = G8GaQdW2wHc
}}

YouTube video embed (fixed to the right of page)

Template parameters

ParameterDescriptionTypeStatus
Video NamevideoName Video Name

The name of the video that will appear below the embed

Example
IZ*ONE - Panorama
Stringrequired
YouTube Video IDytVideoId YouTube Video ID

The ID of the video you want to embed

Example
G8GaQdW2wHc
Stringrequired