Template:Video: Difference between revisions
From Business Heroes Food Truck Simulation
Wikiworks743 (talk | contribs) (Created page with "<includeonly>{{#evu: {{{1|}}} |description={{{description|}}} |urlargs={{#if:{{{start|}}}{{{end|}}}|start={{{start|}}}&end={{{end|}}}}} |autoresize={{{autoresize|true}}} |alignment={{{alignment|center}}} }}</includeonly><noinclude> </noinclude>") |
Wikiworks743 (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"1": { | |||
"label": "Video URL", | |||
"description": "The first unnamed parameter is video URL", | |||
"type": "url", | |||
"suggested": true | |||
}, | |||
"description": { | |||
"label": "Description", | |||
"description": "This will be used as video caption.", | |||
"type": "unbalanced-wikitext", | |||
"suggested": true | |||
}, | |||
"start": { | |||
"label": "Start from, sec", | |||
"description": "The timestamp to start at, seconds", | |||
"type": "number" | |||
}, | |||
"end": { | |||
"label": "Play until, sec", | |||
"description": "The timestamp to stop at", | |||
"type": "number" | |||
}, | |||
"autoresize": { | |||
"label": "Autoresize", | |||
"type": "boolean", | |||
"default": "true" | |||
}, | |||
"alignment": { | |||
"label": "Alignment", | |||
"type": "string", | |||
"default": "center" | |||
} | |||
} | |||
} | |||
</templatedata></noinclude> |
Revision as of 23:28, 19 December 2022
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Video URL | 1 | The first unnamed parameter is video URL | URL | suggested |
Description | description | This will be used as video caption. | Unbalanced wikitext | suggested |
Start from, sec | start | The timestamp to start at, seconds | Number | optional |
Play until, sec | end | The timestamp to stop at | Number | optional |
Autoresize | autoresize | no description
| Boolean | optional |
Alignment | alignment | no description
| String | optional |