(Example page from there-be-dragons-in-my-backyard by Harmacy)
This is a component used to display series of images in a paged, comic-like format.
To use, add the following:
[[include component:image-pager |css=-- |alt=alt
|p1=-- |img1=(url here) |alt-text1=Alt text for image 1.
|capt1=Optional caption for image 1.
|p2=-- |img2=(url here) |alt-text2=Alt text for image 2.
|capt2=Optional caption for image 2.
|p3=-- |img3=(url here) |alt-text3=Alt text for image 3.
|capt3=Optional caption for image 3.
]]
If multiple pagers are used on one page, drop the |css=--
on subsequent [[include]]s. The |alt=alt
parameter enables alt-text insertion into images.
It also supports a right-to-left mode:
[[include component:image-pager |direction=rtl
Currently, Image Pager allows up to 20 pages at once.
[[tabview]]
[[/tabview]]