473
edits
Line 1: | Line 1: | ||
<youtube {{#if {{{ | <youtube {{#if {{{width|}}} | width="200"}}>{{{videocode}}}</youtube> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"widht": {}, | |||
"videocode": { | |||
"aliases": [ | |||
"1" | |||
], | |||
"label": "Code of the video", | |||
"description": "Code of the video", | |||
"example": "l3Yh1H7UVO4", | |||
"type": "string", | |||
"required": true, | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Embed a YouTube video", | |||
"format": "inline" | |||
} | |||
</templatedata> | |||
</noinclude> |