Template:Slideshow/doc

From The Museum of Human Achievement

Creates a Bootstrap carousel from a list of images. The templates are designed to be added to the arbitrary place of the page or into another template that has a free input parameter. Clicking on an image does not bring you to the image lightbox.

Template parameters

ParameterDescriptionTypeStatus
ID of the slider1

It must be unique per page

Stringoptional
List of image names2

A comma separated list of images uploaded to the wiki.

Example
Filename1.png, Filename2.png, Filename3.png
Stringrequired
Auto-scroll interval, ms3

Delay in milliseconds to auto slide images

Default
false
Example
5000
Numberoptional
Example
{{slideshow
|testSlider
|Opening-3.jpg,Opening-8.jpg,Baloons.jpg
}}
Result
Example with auto sliding
{{slideshow
|autoSlide
|Opening-3.jpg,Opening-8.jpg,Baloons.jpg
|1000
}}
Result