Examples/Parameter: hitemattr (example 2)

From DynamicPageList3 Manual
Revision as of 23:49, 31 March 2023 by imported>FrozenPlum (FrozenPlum moved page Controlling output format/Parameter: hitemattr (example 2) to Examples/Parameter: hitemattr (example 2): Simplifying how things are structured)
Please do not edit this page unless you're wanting to edit the manual itself, it is an example included in the manual.

Example

Since headingmode is set to unordered and hitemattr applies to all list item headings, all items are colored pink/red by hitemattr.

{{#dpl:
|category    = Countries in Africa¦Countries in Europe
|ordermethod = category,pagetouched
|headingmode = unordered
|mode        = ordered
|hlistattr   = id="dl-example" class="dpl-orange-background" style="font-size:17px; border:1px solid orange; padding:3px;"
|hitemattr   = id="list-item-heading" style="background-color:pink; border:1px solid red; padding:3px;"
|count       = 3
}}

Result

{{#dpl: |category = Countries in Africa¦Countries in Europe |ordermethod = category,pagetouched |headingmode = unordered |mode = ordered |hlistattr = id="dl-example" class="dpl-orange-background" style="font-size:17px; border:1px solid orange; padding:3px;" |hitemattr = id="list-item-heading" style="background-color:pink; border:1px solid red; padding:3px;" |count = 3 }}