Difference between revisions of "Template:YouTube"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
"label": "YouTube id", | "label": "YouTube id", | ||
"description": "add the YouTube id here", | "description": "add the YouTube id here", | ||
− | |||
− | |||
"example": "DWef69ItVrU", | "example": "DWef69ItVrU", | ||
"type": "unknown", | "type": "unknown", | ||
− | "suggested": true | + | "suggested": true |
− | |||
}, | }, | ||
"playlist": { | "playlist": { | ||
Line 19: | Line 16: | ||
}, | }, | ||
"width": { | "width": { | ||
− | "label": "Width", | + | "label": "Width", |
"description": "add the width of the YouTube video here", | "description": "add the width of the YouTube video here", | ||
"type": "number", | "type": "number", | ||
− | "suggested":true | + | "suggested": true |
}, | }, | ||
"height": { | "height": { | ||
Line 29: | Line 26: | ||
"example": "400", | "example": "400", | ||
"type": "number", | "type": "number", | ||
− | "suggested":true | + | "suggested": true |
} | } | ||
}, | }, | ||
Line 41: | Line 38: | ||
} | } | ||
</templatedata> | </templatedata> | ||
− | </noinclude><includeonly> | + | </noinclude> |
− | + | <includeonly><youtube width={{{width|320}}} height={{{height|240}}}>{{{id}}}</youtube></includeonly> |
Latest revision as of 02:11, 8 June 2020
Fill in the info below to add a YouTube video to the Wiki.
Parameter | Description | Type | Status | |
---|---|---|---|---|
YouTube id | id | add the YouTube id here
| Unknown | suggested |
Playlist id | playlist | If you are embedding YouTube playlist instead of a video, add the id here. | String | optional |
Width | width | add the width of the YouTube video here | Number | suggested |
Height | height | add the height of the YouTube video here
| Number | suggested |