Carousel returns one of a list of image filenames.
The index of the one chosen increments every 'switchsecs',which is a parameter giving the number of seconds between switches.
switchsecs=3600
would switch every hourswitchsecs=43200
would be every 12 hoursswitchsecs=86400
would be daily (the default)Generic:
<nowiki>{{#invoke:carousel | main | name = name-of-data-module | switchsecs = number-of-seconds }}</nowiki>
Examples:
<nowiki>{{#invoke:carousel | main }}</nowiki>
for 24 hours between switches using default list<nowiki>{{#invoke:carousel | main | switchsecs = 10}}</nowiki>
for 10 sec between switches using default list<nowiki>{{#invoke:carousel | main | name= | switchsecs = 1}}</nowiki>
1 sec between switches using default list<nowiki>{{#invoke:carousel | main | name=Komodobish | switchsecs = 5}}</nowiki>
5 sec using Komodobish's list<nowiki>{{#invoke:carousel | main | name=54129 | switchsecs = 43200}}</nowiki>
12 hours using Serial Number 54129's listThe image lists are at, e.g. for <nowiki>name=Komodobish</nowiki>
.
Typically it will be used with standard image syntax:
<nowiki>[[File:{{#invoke:carousel | main | name=Komodobish | switchsecs = 5}} | upright=1.25 | center | thumb | message goes here]]</nowiki>
→