Jump to content

Template:YouTube: Difference between revisions

From SOJI ELECTRONICS
[checked revision][checked revision]
Update
Tag: Reverted
Update
Tag: Reverted
Line 2: Line 2:
== YouTube Embed Template ==
== YouTube Embed Template ==


Embed YouTube video. Auto-strips query parameters from ID.
Embed YouTube video with autoplay. Video plays automatically (muted), stops at end, user can replay.
 
'''Usage:''' <code><nowiki>{{YouTube|id=VIDEO_ID|width=640|align=center|caption=Description}}</nowiki></code>
 
{{TemplateData
|description=Embed a YouTube video. Paste video ID (the 11 characters after v= in YouTube URL).
|params={
    "id": {
        "label": "YouTube Video ID",
        "type": "string",
        "required": true,
        "description": "Video ID (11 chars). Query parameters auto-stripped."
    },
    "width": {
        "label": "Width (px)",
        "type": "number",
        "default": "640"
    },
    "align": {
        "label": "Alignment",
        "type": "string",
        "default": "center",
        "description": "left / center / right"
    },
    "caption": {
        "label": "Caption",
        "type": "string",
        "required": false
    }
}
}}


[[Category:Templates]]
[[Category:Templates]]

Revision as of 03:43, 20 May 2026

YouTube Embed Template

Embed YouTube video with autoplay. Video plays automatically (muted), stops at end, user can replay.

SOJI Electronics