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> | <ul class="example-orbit" data-orbit data-options="animation:slide; | ||
pause_on_hover:false; | |||
animation_speed:0; | |||
navigation_arrows:true; | |||
bullets:false;"> | |||
<li class="active"> | <li class="active"> | ||
[[File:{{{img1}}}|{{{size|300}}}px]] | [[File:{{{img1}}}|{{{size|300}}}px]] |
Revision as of 00:53, 21 January 2020
{{SlidingGallery |size = 300 |caption = Example |float = right |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 00:53. (11 months ago)