Difference between revisions of "Image galleries with DPL"
From Organic Design wiki
(DPL example) |
m |
||
Line 3: | Line 3: | ||
== All article in Category:Caterpillars ordered by date == | == All article in Category:Caterpillars ordered by date == | ||
The following wikitext... | The following wikitext... | ||
− | {{code|<pre>{{#dpl:category=Caterpillars|namespace=File|ordermethod=firstedit|order=descending|format=,²{DPLGallery¦%TITLE%}² | + | {{code|<pre>{{#dpl:category=Caterpillars|namespace=File|ordermethod=firstedit|order=descending|format=,²{DPLGallery¦%TITLE%}²,,}}</pre>}} |
produces this gallery... | produces this gallery... | ||
− | {{#dpl:category=Caterpillars|namespace=File|ordermethod=firstedit|order=descending|format=,²{DPLGallery¦%TITLE%}² | + | {{#dpl:category=Caterpillars|namespace=File|ordermethod=firstedit|order=descending|format=,²{DPLGallery¦%TITLE%}²,,}} |
<div style="clear:both"></div> | <div style="clear:both"></div> | ||
== Only green caterpillars ordered by name == | == Only 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. | 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. | ||
− | {{code|<pre>{{#dpl:category=Caterpillars|namespace=File|titleregexp=green|format=,²{DPLGallery¦%TITLE%}² | + | {{code|<pre>{{#dpl:category=Caterpillars|namespace=File|titleregexp=green|format=,²{DPLGallery¦%TITLE%}²,,}}</pre>}} |
− | {{#dpl:category=Caterpillars|namespace=File|titleregexp=reen|format=,²{DPLGallery¦%TITLE%}² | + | {{#dpl:category=Caterpillars|namespace=File|titleregexp=reen|format=,²{DPLGallery¦%TITLE%}²,,}} |
Revision as of 22:21, 18 November 2014
All article in Category:Caterpillars ordered by date
The following wikitext...
produces this gallery...
Only 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.