Vorlage:Slideshow: Unterschied zwischen den Versionen

Aus Bayernflora
Wechseln zu: Navigation, Suche
 
Zeile 1: Zeile 1:
 
<includeonly>{{#if:{{{slide 2|{{{2|}}}}}}|
 
<includeonly>{{#if:{{{slide 2|{{{2|}}}}}}|
 
<div style="{{{frame style|border:1px solid #ccccff;}}}">
 
<div style="{{{frame style|border:1px solid #ccccff;}}}">
<div style="text-align:center; font-weight:bold;">Slideshow:</div>
+
<div style="text-align:center; font-weight:bold;">&nbsp;</div>
 
<div class="slides" style="{{{slides style|}}}">
 
<div class="slides" style="{{{slides style|}}}">
 
<div class="slide">
 
<div class="slide">

Aktuelle Version vom 24. Juni 2015, 12:57 Uhr

[Bearbeiten] [Aktualisieren] Template-info.svg Dokumentation der Vorlage

Slideshow allows you to have an interactive slideshow on a page. You can click the left and right buttons to move to the previous and next slide. MediaWiki:Common.js/Slideshows.js and MediaWiki:Common.css/Slideshows.css are required for this to work.

Usage

{{slideshow
| frame style = CSS to use (optional)
| slides style = CSS to use (optional)
| slide 1 =
....
| slide 15 =
}}

slide 1 through slide 15 are what to show for each slide.

Example