Template:Video: Difference between revisions

From Business Heroes Food Truck Simulation
No edit summary
No edit summary
Line 1: Line 1:
<includeonly><div class="video-wrapper">{{#evu: {{{url|}}}|service={{{service|youtube}}}|urlargs={{#if:{{{start|}}}{{{end|}}}|start={{{start|}}}&end={{{end|}}}}}|autoresize={{{autoresize|true}}}|alignment={{{alignment|center}}}|description={{{description|}}} }}</div></includeonly><noinclude>
<includeonly><div class="video-wrapper">{{#evu: {{{url|}}}|service={{{service|youtube}}}|urlargs={{#if:{{{start|}}}{{{end|}}}|start={{{start|}}}&end={{{end|}}}}}|autoresize=true|alignment=center|description={{{description|}}} }}</div></includeonly><noinclude>
;Code
;Code
<pre>
<pre>
Line 41: Line 41:
"description": "The timestamp to stop at, seconds.",
"description": "The timestamp to stop at, seconds.",
"type": "number"
"type": "number"
},
"autoresize": {
"label": "Autoresize",
"type": "boolean",
"default": "true"
},
"alignment": {
"label": "Alignment",
"type": "string",
"default": "center"
}
}
},
},
Line 58: Line 48:
"description",
"description",
"start",
"start",
"end",
"end"
"autoresize",
"alignment"
]
]
}
}
</templatedata></noinclude>
</templatedata></noinclude>

Revision as of 00:23, 20 December 2022

Code
{{video
|url=https://www.youtube.com/watch?v=A5c5KzR4gwc
|description=Copyright of Stanford University
|start=5
|end=65
}}
Result
Copyright of Stanford University

To simplify video embedding.

Template parameters

ParameterDescriptionTypeStatus
Video URLurl

The video URL.

URLrequired
Descriptiondescription

The second unnamed parameter is video caption.

Unbalanced wikitextsuggested
Start from, secstart

The timestamp to start at, seconds.

Numberoptional
Play until, secend

The timestamp to stop at, seconds.

Numberoptional