Examples/Parameter: table (example 1)

From DynamicPageList3 Manual
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 selects page in Category:Fruit examples, then includes from the Fruit-Infobox template, the parameter "grows" and then the parameter "image". DPL automatically creates the first column with a link to the article (unless intentionally suppressed with - in the subsequent table statement), so the values of "grows" and "image" will appear in the second and third columns respectively. The table statement sets the styles for the table, then each table header text for the subsequent columns.

Note: If the first column were needing to be suppressed, the table header for that column (Page) would be replaced with -.

{{#dpl:
|category=Fruit examples
|include={Fruit-Infobox}:grows:image
|table=class="wikitable sortable",Page,Grows,Image
|count=3
}}

Result

{{#dpl: |category=Fruit examples |include={Fruit-Infobox}:grows:image |table=class="wikitable sortable",Page,Grows,Image |count=3 }}