Carousel
Basic Syntax
<carousel> {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}} {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}} {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}} </carousel>
OR
<carousel> <slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide> <slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide> <slide>{{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}}</slide> </carousel>
Caption
<carousel> <slide> {{:wiki:plugin:bootswrapper:image-placeholder-big.jpg?nolink|}} <caption> === First slide label === Nulla vitae elit libero, a pharetra augue mollis interdum. </caption> </slide> [...] </carousel>
Attributes
Attibute | Type | Default Value | Description |
---|---|---|---|
interval | number | 5000 | The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle. |
pause | string | hover | Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. |
wrap | boolean | true | Whether the carousel should cycle continuously or have hard stops. |
keyboard | boolean | true | Whether the carousel should react to keyboard events. |