Testing PhotoGalleryPlugin

Some examples of the PhotoGalleryPlugin in action.
  • Set LAZY = lazy="off"

Example 1

Explicitly select images.

%PHOTOGALLERY{ "IMG_1262.jpg,IMG_1265.jpg" %LAZY% }%

Produces:

  • Actions
  • rotate left
  • rotate right
  • edit
  • timestamp
  • move
  • delete

Example 2

Select a range of images.

%PHOTOGALLERY{ "IMG_1265.jpg..IMG_1324.jpg" %LAZY% }%

Produces:

  • Actions
  • rotate left
  • rotate right
  • edit
  • timestamp
  • move
  • delete

Example 3

Selecting an image (attachment) that does not exist.

%PHOTOGALLERY{ "doesnotexist" %LAZY% }%

Produces an error:

PhotoGalleryPlugin error: No attached images found in PhotoGalleryPluginLazyTest for 'doesnotexist'!

Example 4

A gallery with all the images (attachments) not already used in the the galleries above.

%PHOTOGALLERY{ remaining="on" %LAZY% }%

Produces:

  • Actions
  • rotate left
  • rotate right
  • edit
  • timestamp
  • move
  • delete

Example 5

Using images (attachments) from another topic.

%PHOTOGALLERY{ topic="System.PhotoGalleryPlugin" %LAZY% }%

Produces:

  • Actions
  • rotate left
  • rotate right
  • edit
  • timestamp
  • move
  • delete

Example 6

Showing a single, random image without decorations, floating to the right of a text.

%PHOTOGALLERY{ topic="System.PhotoGalleryPlugin" random="1" width="1" float="right" size="100" thumbcap="" %LAZY% }%
blablabla blabla...
<div style="clear: both;"></div>

Produces:

  • Actions
  • rotate left
  • rotate right
  • edit
  • timestamp
  • move
  • delete
blablabla blabla blablabla blabla blablabla blabla blablabla blabla blablabla blabla blablabla blabla blablablablabla blablabla blabla blablabla blabla blablabla blabla blablabla blabla blablabla blabla blablabla blabla blablabla blabla blablabla blabla blablabla blabla

Example 7

Select all images with a name that start with "notjepg".

%PHOTOGALLERY{ "/^notjpeg/" %LAZY% }%

Produces:

  • Actions
  • rotate left
  • rotate right
  • edit
  • timestamp
  • move
  • delete

Example 7

%PHOTOGALLERY{ "IMG_1262.jpg,notjpeg_withmeta.png" lazy="off" }%

Produces:

  • Actions
  • rotate left
  • rotate right
  • edit
  • timestamp
  • move
  • delete

Example 8

List of all Galleries

We can generate a list of all topics that use the %PHOTOGALLERY% macro in the Sandbox web:

%SEARCH{ "%PHOTOGALLERY" web="Sandbox" type="literal" nonoise="on" format="   * [[$item][$item]]" }%

Produces:

I Attachment Action Size Date Who Comment
IMG_1071.JPGJPG IMG_1071.JPG manage 88 K 26 Feb 2016 - 00:14 ProjectContributor  
IMG_1262.jpgjpg IMG_1262.jpg manage 55 K 26 Jul 2015 - 19:18 ProjectContributor The 'Pont du Gard', an old Roman railway bridge.
IMG_1265.jpgjpg IMG_1265.jpg manage 94 K 26 Jul 2015 - 19:33 ProjectContributor  
IMG_1323.jpgjpg IMG_1323.jpg manage 81 K 03 Jan 2016 - 18:41 ProjectContributor  
IMG_1324.jpgjpg IMG_1324.jpg manage 206 K 03 Jan 2016 - 18:41 ProjectContributor  
notjpeg_animation.gifgif notjpeg_animation.gif manage 684 K 25 Dec 2017 - 15:37 ProjectContributor  
notjpeg_nometa.pngpng notjpeg_nometa.png manage 199 K 25 Dec 2017 - 15:37 ProjectContributor  
notjpeg_vector.svgsvg notjpeg_vector.svg manage 10 K 25 Dec 2017 - 15:37 ProjectContributor  
notjpeg_withmeta.pngpng notjpeg_withmeta.png manage 122 K 25 Dec 2017 - 15:37 ProjectContributor it's about time..
Topic revision: r1 - 11 Jul 2022, BramVanOosterhout
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback