Hilfe:Galerie: Unterschied zwischen den Versionen

Aus SchnuppTrupp
Wechseln zu: Navigation, Suche
Zeile 28: Zeile 28:
 
| caption  
 
| caption  
 
| Titel
 
| Titel
 +
|-
 +
| style
 +
| Weitere Style Elemente
 
|}
 
|}
 +
 +
= Beispiel  =
 +
 +
&lt;gallery withds="200px" heights="500" perrow="2" caption="Beispiel"&gt;<br>
 +
 +
image:datei1.png
 +
 +
image:datei2.png
 +
 +
image:datei3.png
 +
 +
image:datei4.png
 +
 +
image:datei5.png
 +
 +
image:datei6.png
 +
 +
&lt;/gallery&gt;
 +
 +
<br> <gallery caption="Beispiel" perrow="2" heights="500" withds="200px">
 +
 +
image:datei1.png
 +
 +
image:datei2.png
 +
 +
image:datei3.png
 +
 +
image:datei4.png
 +
 +
image:datei5.png
 +
 +
image:datei6.png
 +
 +
</gallery>

Version vom 17. Dezember 2010, 18:44 Uhr

Vorwort

Mit einer Galerie könnt ihr mehrere Bilder in einer Art umrandeten Tabelle einfügen. Ein besonders schönes Beispiel ist der Artikel Hochzeiten im Schnupptrupp.

Galerie erstellen

Eine Galerie sieht so aus:

 <gallery>
 image:datei1.png
 image:datei2.png
 ...
 </gallery>

Attribute

widths Weite
heights Höhe
perrow Wieviele Spalten
caption Titel
style Weitere Style Elemente

Beispiel

<gallery withds="200px" heights="500" perrow="2" caption="Beispiel">

image:datei1.png

image:datei2.png

image:datei3.png

image:datei4.png

image:datei5.png

image:datei6.png

</gallery>