Template
SlidingGallery
From Dogcraft Wiki
imported>William No edit summary |
imported>William No edit summary |
||
Line 1: | Line 1: | ||
<includeonly><div style="width:{{{size|300}}}px; max-width:{{{size|300}}}px; display:inline-block; float:{{{float|right}}};"> | <includeonly><div style="width:{{{size|300}}}px; max-width:{{{size|300}}}px; display:inline-block; float:{{{float|right}}};"> | ||
<ul class="example-orbit" data-orbit data-options="animation:slide; | <ul class="example-orbit" data-orbit data-options="animation: '{{{animation|slide}}}'; | ||
pause_on_hover:false; | pause_on_hover:false; | ||
animation_speed: 250; | animation_speed: 250; | ||
timer_speed: {{{timer_speed|10000}}}; | timer_speed: {{{timer_speed|10000}}}; | ||
navigation_arrows:true; | navigation_arrows:true; | ||
bullets:false;"> | bullets:false;"> |
Revision as of 01:06, 21 January 2020
{{SlidingGallery |size = 300 |caption = Example |float = right |animation = fade |img1 = Dogcraft Red Cog Logo.png |img2 = Wiki Logo Black.png }}
Generates a sliding gallery of images.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Size | size | Size to display image in pixels
| Unknown | optional |
Float | float | Which side of the screen to float, left or right
| Unknown | optional |
Image 1 | img1 | no description
| Unknown | required |
Image 2 | img2 | no description
| Unknown | required |
Image 3 | img3 | no description | Unknown | optional |
Image 4 | img4 | no description | Unknown | optional |
Image 5 | img5 | no description | Unknown | optional |
Caption | caption | A caption for the gallery | Unknown | optional |
This page was last modified on 21 January 2020, at 01:06. (11 months ago)