Template:Slideshow
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| ID of the slider | 1 | It must be unique per page | String | optional |
| List of image names | 2 | A comma separated list of images uploaded to the wiki.
| String | required |
| Auto-scroll interval, ms | 3 | Delay in milliseconds to auto slide images
| Number | optional |
- 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