| Argument | Description |
|---|---|
| topic | comma separated list of topics whose attachments should be displayed (default: the current topic) |
| size | the thumbnail size, the actual geometries of a size can be configured below; possible values: tiny, small, medium, large, huge (default: medium) |
| columns | number of thumbnais to be displayed in one row of the gallery (default: 4) |
| docrels | flag to disable/enable document relations between images; possible values are on, off, 0, 1 (default: on) |
| maxwidth | maximal display width of an image; images are scaled not to exceed this limit while preserving aspect ratio (default: 640) |
| maxheight | maximal display height of an image (default: 480) |
| minwidth | minimal display width of an image; images are scaled not to fall below this limit while preserving aspect ratio (default: 0) |
| minheight | minimal display height of an image (default: 0) |
| format | html format of an image (default: <a href="$origurl"><img src="$imageurl" title="$comment" width="$width" height="$height"/></a>) |
| titles | toggles image and thumnail titles on and off (default: on) |
| title | html format of an image title; "off" will hide the image's title (default: $comment ($imgnr/$nrimgs) $reddot) |
| thumbtitle | html format of a thumbnail title; "off" will hide the thumbnail's title (default: $comment $reddot) |
topic is meaningful to %NRIMAGES%.
| Variable | Description |
|---|---|
| $web | the web the image is located |
| $topic | the topic the image is located |
| $nrimages | the total number of images in the gallery |
| $n | a linefeed |
| $reddot | render a red-dot anchor to access the attachment |
| $width | the display width of the image |
| $height | the display height of the image |
| $thumbwidth | the thumbnail width of the image |
| $thumbheight | the thumbnail height of the image |
| $origwidth | the original width of the image |
| $origheight | the original height of the image |
| $size | the size of the image |
| $sizeK | the size of the image in kilobytes |
| $comment | the comment of the image (with its sequence number stripped off) |
| $imgnr | the sequence number of the image |
| $date | the date when the image has been uploaded |
| $version | the version of the image attachment |
| $name | the filename of the image |
| $wikiusername | the wikiusername who uploaded the image |
| $username | the username who uploaded the image |
| $imageurl | the url path of the display image |
| $thumburl | the url path of the thumbnail image |
| $origurl | the url path pointing to the original image attachment |
| Class | Description |
|---|---|
| igp | division for the complete output of the image gallery |
| igpThumbNails | division of all thumbnails |
| igpThumbNailsTable | table of thumbnail images |
| igpThumbNail | table cell of one thumbnail image |
| igpThumbNailTitle | table cell of the thumbnail title |
| igpPictureTable | table of the display image and the navigation bar |
| igpPicture | table cell of the display image |
| igpPictureTitle | division of the title of the display image |
| igpNavigation | table cell of the navigation bar |
| igpRedDot | span surrounding the red dot |
| igpAlert | span surrounding error messages |
<nr> if its attachment comment has the format
<nr><space>-<space><comment>Note, that the $comment variable will only display
<comment> , that is with
<nr><space>-<space> stripped off.
= ImageGalleryPlugin.zip= in your twiki installation directory. Content:
| File: | Description: |
|---|---|
data/TWiki/ImageGalleryPlugin.txt | plugin topic |
pub/TWiki/ImageGalleryPlugin/style.css | cascading style sheets |
lib/TWiki/Plugins/ImageGalleryPlugin.pm | plugin interface |
lib/TWiki/Plugins/ImageGalleryPlugin/Core.pm | core implementation |
| Plugin Author: | TWiki:Main/MichaelDaum |
| Plugin Version: | 15 June 2005 (V3.0) |
| Change History: | |
| 15 June 2005 | new release |
| 10 May 2005 | fixed igp id clash error found by TWiki:Main/MartinCleaver; capture ImageMagick error messages; don't trust attachment info - check for attachment existence aswell ; added refresh query parameter to recompute images |
| 09 May 2005 | fixed errors reported by TWiki:Main/MarcelTrap; added support for multiple topics (proposed by TWiki:Main/MartinCleaver; added %NRIMAGES% tag |
| fix error when called from within rename view | |
| 03 May 2005 | fixed thumbnail resizing; reintroduced titles parameter; support for multiple galleries per topic |
| 27 Apr 2005 | complete rewrite |
| 1 Aug 2003 | Updates from feedback from a Windows installation |
| 25 Jul 2003 | Initial version posted to TWiki.org |
| 15 Mar 2002 | Initial (internal) version |
| CPAN Dependencies: | none |
| Other Dependencies: | security patches from TWiki:Codev/UncoordinatedSecurityAlert23Feb2005 |
| Perl Version: | 5 something ? (not sure--i'm using 5.8.0) |
| Plugin Home: | http://TWiki.org/cgi-bin/view/Plugins/ImageGalleryPlugin |
| Feedback: | http://TWiki.org/cgi-bin/view/Plugins/ImageGalleryPluginDev |