Template:ThumbSlider/doc
Jump to navigation
Jump to search
This is a documentation subpage for Template:ThumbSlider. It contains usage information, categories and other content that is not part of the original template page. |
This template is used for a slider made out of thumbnails.
Usage[edit]
Please remove the parameters that are left blank.
{{ThumbSlider |width = |align = |list= <div class="jcarousel-item">[[File:exampleimage1.jpg]]</div> <div class="jcarousel-item">[[File:exampleimage2.jpg]]</div> <div class="jcarousel-item">[[File:exampleimage3.jpg]]</div> ... }}
Parameter list[edit]
width -
Width of the slider. e.g.450
if the series of images are 450px widealign -
To have it float to the right, usefloatright
. To have it float to the left, usefloatleft
. To have it centered, usecenter
. To have it without any, usenull
.list -
For every slide, start a new line and put<div class="jcarousel-item">[[File:exampleimage.jpg]]</div>
, substituting exampleimage.jpg with the image you desire.