Nieuwe pagina aangemaakt met '<div class="bb--video"> <video width="{{{width|640}}}" height="{{{height|360}}}" controls poster="{{{poster|}}}"> <source src="{{{file}}}" type="video/mp4"> Your browser does not support the video tag. </video> </div>' |
Geen bewerkingssamenvatting |
||
| Regel 1: | Regel 1: | ||
< | <noinclude> | ||
<templatedata> | |||
{ | |||
"description": "Embedded uploaded video", | |||
"params": { | |||
"file": { | |||
"label": "Video", | |||
"description": "mp4 bestand", | |||
"type": "wiki-file-name", | |||
</ | "required": true | ||
}, | |||
"width": { | |||
"label": "Breedte", | |||
"autovalue": "450", | |||
"type": "number" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"file", | |||
"width" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude><includeonly> | |||
{{#widget:Video | |||
| url = {{filepath:{{{file|}}}}} | |||
| width = {{{width|}}} | |||
}} | |||
</includeonly> | |||
Versie van 15 sep 2025 16:14
Embedded uploaded video
| Parameter | Beschrijving | Type | Status | |
|---|---|---|---|---|
| Video | file | mp4 bestand | Bestand | vereist |
| Breedte | width | geen beschrijving
| Getal | optioneel |