Template:Slideshow
From Research Computing Website
Code
{{Slideshow|
|sequence=
|transition=
|refresh=
|transitiontime=
|center=
}}
Example
{{Slideshow|
<div>Tick</div>
<div>Tack</div>
|refresh=500
}}
Result
Creates a slideshow for any series of divs.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Slideshow content | 1 | A series of divs with images or wikitext. | Unbalanced wikitext | optional |
| Sequence | sequence | The sequence in which to display the content.
| Unknown | optional |
| Transition effect | transition | How to transition (change) between content.
| String | optional |
| Refresh time | refresh | The time, in milliseconds, between transitions.
| Number | optional |
| Transition time | transitiontime | The time, in milliseconds, that transitions take to complete.
| Number | optional |
| Is centered | center | if 'true', center the slideshow (only works for a slideshow of images, not text).
| String | optional |
