Changeset 26127 for extensions/ExtendedDescription/language/nn_NO
- Timestamp:
- Dec 23, 2013, 2:06:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/ExtendedDescription/language/nn_NO/help.html
r21940 r26127 71 71 72 72 <ul> 73 <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 ]</b></li>73 <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> 74 74 </ul> 75 75 <p>This tag allows to insert a slideshow (NivoSlider). (you must set <code>album</code> OR <code>list</code>):<br><br> 76 76 - <code>album</code> (valfritt) source album<br> 77 77 - <code>nb_images</code> (valfritt) max number of photos to display in the slideshow<br> 78 - <code>random</code> (valfritt) choose photos randomly in the album <br>78 - <code>random</code> (valfritt) choose photos randomly in the album <i>{yes, no}</i><br> 79 79 - <code>list</code> (valfritt) a list of photos ids separated by a comma<br> 80 80 - <code>size</code> (valfritt) the size of the photos, from <i>{SQ, TH, XXS, XS, S, M, L, XL, XXL}</i><br> 81 81 - <code>speed</code> (valfritt) the slideshow speed (in seconds)<br> 82 - <code>title</code> (valfritt) display photo title<br> 83 - <code>effect</code> (valfritt) transition effect (see <a href="http://nivo.dev7studios.com/support/jquery-plugin-usage/">NivoSlider doc</a>)<br> 84 - <code>arrows</code> (valfritt) display navigation arrows<br> 85 - <code>control</code> (valfritt) display navigation controls<br> 86 - <code>elastic</code> (valfritt) adapt slideshow size to each photo</p> 82 - <code>title</code> (valfritt) display photo title <i>{yes, no}</i><br> 83 - <code>effect</code> (valfritt) transition effect (see <a href="http://docs.dev7studios.com/jquery-plugins/nivo-slider">NivoSlider doc</a>)<br> 84 - <code>arrows</code> (valfritt) display navigation arrows <i>{yes, no}</i><br> 85 - <code>control</code> (valfritt) display navigation controls <i>{yes, no, thumb}</i><br> 86 - <code>elastic</code> (valfritt) adapt slideshow size to each photo <i>{yes, no}</i><br> 87 - <code>thumbs_size</code> (optional) thumbnails size in pixel if <code>control=thumb</code><p> 87 88 88 89
Note: See TracChangeset
for help on using the changeset viewer.