Template:Slideshow: Difference between revisions

From Elwiki
mNo edit summary
mNo edit summary
 
(34 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="slidediv {{{divclass|}}}" style="width: {{{width|}}}; height: {{{height|}}}; {{{containerstyle|}}}">
<div class="slideshow
[[javascript:void(0);|<span style="{{{prevstyle|}}} {{{btnstyle|}}}"></span>]]
  {{#ifeq:{{{loop}}}|false||slideshow-loop}}
[[javascript:void(0);|<span style="{{{nextstyle|}}} {{{btnstyle|}}}"></span>]]
  {{#ifeq:{{{scrollflip}}}|true|slideshow-scrollflip}}
<div>{{#forargs:slide
  {{#ifeq:{{{hovercontrols}}}|true|slideshow-hovercontrols}}
  {{#if:{{{hovercontrols-threshold|}}}|slideshow-hovercontrols-threshold-{{{hovercontrols-threshold|}}}}}
  {{#if:{{{controlsposition|}}}|slideshow-controls-position-{{{controlposition|}}}}}
  {{#if:{{{flip-effects|}}}|slideshow-flip-effects-{{{flip-effects|}}}}}">
<div class="contents">
<ul class="content_list">
{{#forargs:slide
| key
| key
| value
| value
| <div class="{{{slideclass|}}}" style="{{{slide{{#var:key}}style|}}}{{{slidesstyle|}}}">
|<li class="content">{{#var:value|}}</li>
{{{slide{{#var:key}}|}}}
}}
</ul>
</div>
</div>
}}</div></div><noinclude>
<div class="controls">
{{Documentation}}</noinclude>
<ul class="nav">
    <li class="prev"></li>
    <li class="next"></li>
</ul>
<div class="clear"></div>
</div>
</div><noinclude>
{{Doc}}</noinclude>

Latest revision as of 05:14, 19 June 2016

Information: If you want to test this template, please use Sandbox.
The documentation does not exist, you can click here to create.