Image galleries with DPL
From Organic Design wiki
This is an example of how to create image galleries from specific selections of images using DPL. The Resulting lists of articles selected by DPL are rendered through Template:DPLGallery which simply renders the image within a div with a title below it and CSS then does the layout and style for the gallery look and feel.
Example 1: All articles in Category:Caterpillars ordered by date
The following wikitext...
produces this gallery...
Example 2: Green caterpillars ordered by name
This is a variation of the query which restricts the results to only images containing the word "green" in the title, and uses the default alphabetical order.