Changeset 26535 for extensions
- Timestamp:
- Jan 8, 2014, 6:34:10 PM (11 years ago)
- Location:
- extensions/ExtendedDescription/language/de_DE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ExtendedDescription/language/de_DE/help.cat_photo.html
r26523 r26535 2 2 <li><b>[cat=xx]</b></li> 3 3 </ul> 4 <p> This tag inserts an album in the description, where xx is the album identifier.</p>4 <p>Dieser Tag erlaubt das Einfügen eines Albums in der Beschreibung, xx ist die Album ID.</p> 5 5 6 6 <ul> 7 7 <li><b>[photo id=xx album=yy size=M html=yes link=yes]</b></li> 8 8 </ul> 9 <p> This tag allows you to insert one picture of any size you want, with:<br><br>10 - <code>id</code> the photo identifier<br>11 - <code>album</code> (optional) the parent album identifier<br>12 - <code>size</code> (optional) the size of the photo, from<i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>13 - <code>html</code> (optional) if set to <i>no</i> the tag only returns the URL of the photo, withoutHTML<br>14 - <code>link</code> (optional) if set to <i>yes</i> the photo is wrapped into a link to the picture page</p>9 <p>Dieser Tag erlaubt das Einfügen eines Bildes mit beliebiger Größe mittels:<br><br> 10 - <code>id</code> ID des Bildes<br> 11 - <code>album</code> (optional) ID des übergeordneten Albums<br> 12 - <code>size</code> (optional) Größe des Bildes, Auswahl <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br> 13 - <code>html</code> (optional) bei <i>no</i> liefert der Tag nur nur die URL des Bildes zurück ohne HTML<br> 14 - <code>link</code> (optional) bei <i>yes</i> wird das Bild mit einem Link zur Bildseite versehen</p> 15 15 16 16 <ul> 17 17 <li><b>[random album=yy size=M html=yes link=yes]</b></li> 18 18 </ul> 19 <p> Same thing as above, except that the photo is chosen randomly from <code>album</code></p>19 <p>Genau wie oben, Ausnahme das Bild wird per Zufall aus dem <code>album</code> geholt</p> -
extensions/ExtendedDescription/language/de_DE/help.slider.html
r26523 r26535 2 2 <li><b>[slider album=xx nb_images=10 random=no list=aa,bb,cc size=M speed=3 title=no effect=fade arrows=yes control=yes elastic=no thumbs_size=80]</b></li> 3 3 </ul> 4 <p> This tag allows to insert a slideshow (NivoSlider). (you must set <code>album</code> OR <code>list</code>):<br><br>5 - <code>album</code> (optional) source album<br>6 - <code>nb_images</code> (optional) max number of photos to display in the slideshow<br>7 - <code>random</code> (optional) choose photos randomly in the album<i>{yes, no}</i><br>8 - <code>list</code> (optional) a list of photos ids separated by a comma<br>9 - <code>size</code> (optional) the size of the photos, from<i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br>10 - <code>speed</code> (optional) the slideshow speed (in seconds)<br>11 - <code>title</code> (optional) display photo title <i>{yes, no}</i><br>12 - <code>effect</code> (optional) transition effect (see <a href="http://docs.dev7studios.com/jquery-plugins/nivo-slider">NivoSlider doc</a>)<br>13 - <code>arrows</code> (optional) display navigation arrows<i>{yes, no}</i><br>14 - <code>control</code> (optional) display navigation controls<i>{yes, no, thumb}</i><br>15 - <code>elastic</code> (optional) adapt slideshow size to each photo<i>{yes, no}</i><br>16 - <code>thumbs_size</code> (optional) thumbnails size in pixel if<code>control=thumb</code><p>4 <p>Dieser Tag erlaubt das Einfügen einer Bildershow (NivoSlider). (es muss <code>album</code> ODER <code>list</code> gesetzt werden):<br><br> 5 - <code>album</code> (optional) Quell Album<br> 6 - <code>nb_images</code> (optional) Max. Anzahl Fotos in der Bildershow<br> 7 - <code>random</code> (optional) Wählt die Fotos zufällig aus <i>{yes, no}</i><br> 8 - <code>list</code> (optional) Eine Liste der Bilder nach IDs Komma-Separiert<br> 9 - <code>size</code> (optional) Die Größe der Fotos, Auswahl <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br> 10 - <code>speed</code> (optional) Die Anzeigedauer eines Fotos in Sekunden<br> 11 - <code>title</code> (optional) Anzeige des Bildtitels<i>{yes, non}</i><br> 12 - <code>effect</code> (optional) Überblendungs-Effekt (siehe <a href="http://docs.dev7studios.com/jquery-plugins/nivo-slider">NivoSlider doc</a>)<br> 13 - <code>arrows</code> (optional) Navigationspfeile anzeigen <i>{yes, no}</i><br> 14 - <code>control</code> (optional) Navigationsflächen anzeigen <i>{yes, no, thumb}</i><br> 15 - <code>elastic</code> (optional) Bildershow an jedes Foto anpassen <i>{yes, no}</i><br> 16 - <code>thumbs_size</code> (optional) Symbolgröße in Pixel falls <code>control=thumb</code><p>
Note: See TracChangeset
for help on using the changeset viewer.