Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 2: | Regel 2: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Embedded video (YouTube or uploaded file)", | |||
"params": { | |||
"file": { | |||
"label": "Video file", | |||
"description": "Naam van geüpload mp4-bestand", | |||
"type": "wiki-file-name", | |||
"required": false | |||
}, | |||
"id": { | |||
"label": "Video ID", | |||
"description": "YouTube video ID (bijv. 3NpF2SMnyUk)", | |||
"type": "string", | |||
"required": false | |||
}, | |||
"type": { | |||
"label": "Platform", | |||
"description": "Video platform (bijv. YouTube)", | |||
"type": "string", | |||
"default": "YouTube", | |||
"required": false | |||
}, | |||
"width": { | |||
"label": "Breedte", | |||
"default": "500" | |||
}, | |||
"height": { | |||
"label": "Hoogte", | |||
"default": "500" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"file", | |||
"id", | |||
"type", | |||
"width", | |||
"height" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude><includeonly> | </noinclude> | ||
{{#widget:Video | <includeonly> | ||
| url = {{filepath:{{{file|}}}}} | {{#if:{{{id|}}} | ||
| width = {{{width|}}} | | <!-- YouTube / external widget video --> | ||
<div class="bb--video"> | |||
{{#widget:{{{type|YouTube}}} | |||
| id={{{id|}}} | |||
| width={{{width|500}}} | |||
| height={{{height|500}}} | |||
}} | |||
</div> | |||
| <!-- Local file video --> | |||
<div class="bb--video"> | |||
{{#widget:Video | |||
| url={{filepath:{{{file|}}}}} | |||
| width={{{width|500}}} | |||
| height={{{height|500}}} | |||
}} | |||
</div> | |||
}} | }} | ||
</includeonly> | </includeonly> | ||
Huidige versie van 24 feb 2026 15:57
Embedded video (YouTube or uploaded file)
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Video file | file | Naam van geüpload mp4-bestand | File | optional |
| Video ID | id | YouTube video ID (bijv. 3NpF2SMnyUk) | String | optional |
| Platform | type | Video platform (bijv. YouTube)
| String | optional |
| Breedte | width | no description
| Unknown | optional |
| Hoogte | height | no description
| Unknown | optional |