Template:Video: Difference between revisions

From Business Heroes Food Truck Simulation
No edit summary
No edit summary
Line 43: Line 43:
}
}
},
},
"description": "To simplify video embedding.",
"description": "To simplify video embedding. We want all videos be centered and full width.",
"paramOrder": [
"paramOrder": [
"url",
"url",

Revision as of 00:26, 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. We want all videos be centered and full width.

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