Template:YouTube: Difference between revisions
Appearance
| [checked revision] | [checked revision] |
Update |
Update |
||
| (9 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
== YouTube Embed Template == | == YouTube Embed Template == | ||
Embed YouTube video | Embed YouTube video. Auto-strips query parameters from ID. | ||
'''Usage:''' <code><nowiki>{{YouTube|id= | '''Usage:''' <code><nowiki>{{YouTube|id=VIDEO_ID|width=640|align=center|caption=Description}}</nowiki></code> | ||
{{TemplateData | {{TemplateData | ||
|description=Embed a YouTube video. | |description=Embed a YouTube video. Paste video ID (the 11 characters after v= in YouTube URL). | ||
|params={ | |params={ | ||
"id": { | "id": { | ||
| Line 29: | Line 13: | ||
"type": "string", | "type": "string", | ||
"required": true, | "required": true, | ||
"description": "Video ID | "description": "Video ID (11 chars). Query parameters auto-stripped." | ||
}, | }, | ||
"width": { | "width": { | ||
"label": "Width (px)", | "label": "Width (px)", | ||
"type": "number", | "type": "number", | ||
"default": "640 | "default": "640" | ||
}, | }, | ||
"align": { | "align": { | ||
| Line 41: | Line 24: | ||
"type": "string", | "type": "string", | ||
"default": "center", | "default": "center", | ||
"description": " | "description": "left / center / right" | ||
}, | }, | ||
"caption": { | "caption": { | ||
"label": "Caption", | "label": "Caption", | ||
"type": "string", | "type": "string", | ||
"required": false | "required": false | ||
} | } | ||
} | } | ||
| Line 53: | Line 35: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
<includeonly><div | </noinclude><includeonly><div class="soji-yt-embed" data-video-id="{{#explode:{{#explode:{{{id|}}}|?|0}}|&|0}}" data-width="{{{width|640}}}" data-align="{{{align|center}}}" data-caption="{{{caption|}}}"></div></includeonly> | ||
{{ | |||
</div></includeonly> | |||
Latest revision as of 08:27, 25 May 2026
YouTube Embed Template
Embed YouTube video. Auto-strips query parameters from ID.
Usage: {{YouTube|id=VIDEO_ID|width=640|align=center|caption=Description}}