Dokuwiki Image Gallery Plugin

The Digilent Image Gallery plugin for Dokuwiki provides easy to use syntax for creating simple image galleries / carousels.

Installation

Clone from GitHub into <dokuwiki>/lib/plugins/digilentimagegallery.

Syntax

Invoke the Digilent Image gallery using:

{{Digilent Image Gallery
|
}}


Start each new line with a | (pipe) character and one of the following items:

Image
Add an image.

| Image = <Wiki Image>



Examples

{{Digilent Image Gallery 
| Image = {{:reference:pmod:pmodacl2:pmodacl2-0.png?direct |}}
| Image = {{:reference:pmod:pmodacl2:pmodacl2-1.png?direct |}}
| Image = {{:reference:pmod:pmodacl2:pmodacl2-2.png?direct |}}
| Image = {{:reference:pmod:pmodacl2:pmodacl2-3.png?direct |}}
| Image = {{:reference:pmod:pmodacl2:pmodacl2-4.png?direct |}}
| Image = {{:reference:pmod:pmodacl2:pmodacl2-5.png?direct |}}
}}