- Timestamp:
- 02/12/10 17:28:21 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ImageGalleryPlugin/data/System/ImageGalleryPlugin.txt
r4425 r6295 1 %META:TOPICINFO{author="ProjectContributor" date="12 34443922" format="1.1" version="1.2"}%1 %META:TOPICINFO{author="ProjectContributor" date="1252914561" format="1.1" version="1.3"}% 2 2 ---+!! <nop>ImageGalleryPlugin 3 3 <table style="float:right"> … … 40 40 | include | regular expression an image must match to be part of the gallery | 41 41 | exclude | regular expression an image must _not_ match to be part of the gallery | 42 | frontend | select gallery interface, possible values are =lightbox= and =default=; \ 43 (defaults to =lightbox= if Foswiki:Extensions/JQueryPlugin is installed and =default= otherwise) | 42 44 | field | specify which property of the image has to match using =include= or =exclude=; \ 43 45 possible values: name, comment (default: name) | … … 56 58 limit while preserving aspect ratio %BR% (default: 0) | 57 59 | minheight | minimal display height of an image %BR% (default: 0) | 60 | header | header part of the gallery; only used if there is a =format= | 58 61 | format | html format of an image %BR% \ 59 62 (default: <a href="$origurl"><img src="$imageurl" title="$comment" width="$width" height="$height"/></a>) | 63 | footer | footer part of the gallery; only used if there is a =format= | 60 64 | titles | toggles image and thumnail titles on and off %BR% \ 61 (default: o n) |65 (default: off) | 62 66 | title | html format of an image title; "off" will hide the image's title %BR% \ 63 (default: $comment ($imgnr/$nrimgs) $reddot) |67 (default: $comment ($imgnr/$nrimgs)) | 64 68 | thumbtitle | html format of a thumbnail title; "off" will hide the thumbnail's title %BR% \ 65 (default: $comment $reddot) |69 (default: $comment) | 66 70 | sort | set the initial order of the images, can be name, date, size or comment (default:date) | 67 71 | reverse | invert the initial order of the images, can be on or off (default:off) | … … 78 82 | $nrimages | the total number of images in the gallery | 79 83 | $n | a linefeed | 80 | $reddot | render a red-dot anchor to access the attachment |81 84 | $width | the display width of the image | 82 85 | $height | the display height of the image | … … 139 142 prefix the comment of the attachment with a sequence number. For example: given a 140 143 picture whose comment is "My old bike" that should be put at position 12 141 in your image gallery then change the comment to "12 - My old bike". This144 in your image gallery then change the comment to "12 <nop>- My old bike". This 142 145 will put the image at the desired position. Sequence numbers don't necessarily need 143 146 to be unique, that is if there's another picture with a comment like 144 "12 - My new bike" then the natural order of the both is relevant. In general,147 "12 <nop>- My new bike" then the natural order of the both is relevant. In general, 145 148 a picture will be put at position =<nr>= if its attachment comment has the format 146 149 <verbatim> … … 158 161 --> 159 162 | Plugin Author: | Michael Daum, Will Norris | 160 | Copyright ©: | 2002-2009, Will Norris; 2005-20 09, Michael Daum http://michaeldaumconsulting.com |163 | Copyright ©: | 2002-2009, Will Norris; 2005-2010, Michael Daum http://michaeldaumconsulting.com | 161 164 | License: | GPL ([[http://www.gnu.org/copyleft/gpl.html][GNU General Public License]]) | 162 165 | Release: | %$RELEASE% | 163 166 | Version: | %$VERSION% | 164 167 | Change History: | <!-- versions below in reverse order --> | 168 | 12 Feb 2010 | new =frontend= parameter defaulting to "lightbox" when Foswiki:Extensions/JQueryPlugin is installed | 165 169 | 03 Jul 2009 | shipping minified and compressed css files now | 166 170 | 24 Apr 2009 | converted to foswiki plugin | … … 191 195 | 10 May 2005 | fixed igp id clash error found by Martin Cleaver; \ 192 196 capture <nop>ImageMagick error messages; \ 193 don't trust attachment info -check for attachment existence as well;\197 don't trust attachment info, check for attachment existence as well;\ 194 198 added refresh query parameter to recompute images | 195 199 | 09 May 2005 | fixed errors reported by Marcel Trap; \
Note: See TracChangeset
for help on using the changeset viewer.
