Examples/Parameter: format (example 4): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (I see soooo many fixes to my wording and examples that need doing)
imported>FrozenPlum
(Formatting tweaks)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
==Example==
==Example==


This would list items in the ''File'' namespace, formatted as a gallery using the <code>''Startall''</code> and <code>''Endall''</code> arguments of the {{DPL|format}} syntax to specify gallery start and end. The <code>''Start''</code> and <code>''End''</code> arguments are then applied to each result, so the file page names are fetched for each image, and put on a new line to complete the gallery statement.
This would list items in the ''File'' namespace, formatted as a gallery using the {{tt|Startall}} and {{tt|Endall}} arguments of the {{DPL|format}} syntax to specify gallery start and end. The {{tt|Start}} and {{tt|End}} arguments are then applied to each result, so the file page names are fetched for each image, and put on a new line to complete the gallery statement.





Latest revision as of 05:11, 1 April 2023

Please do not edit this page unless you're wanting to edit the manual itself, it is an example included in the manual.

Example

This would list items in the File namespace, formatted as a gallery using the Startall and Endall arguments of the format syntax to specify gallery start and end. The Start and End arguments are then applied to each result, so the file page names are fetched for each image, and put on a new line to complete the gallery statement.


Note: When DPL3 parser function syntax is used to create a gallery, the < and > characters must be replaced by « and » respectively (to escape them).

{{#dpl:
|namespace = File
|format    = «gallery mode="packed" widths="80px" heights="80px"»,%PAGE%\n,,«/gallery»
|count	    = 3
}}

Result

{{#dpl: |namespace = File |format = «gallery mode="packed" widths="80px" heights="80px"»,%PAGE%\n,,«/gallery» |count = 3 }}