Examples/Parameter: hitemattr (example 1): Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
(Simplify examples to match now that extra styles could be moved to Common.css)
imported>FrozenPlum
(add class)
 
Line 15: Line 15:
|mode = ordered
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background"
|hlistattr = id="dl-example" class="dpl-orange-background"
|hitemattr = id="list-item-heading"
|hitemattr = id="list-item-heading" class="list-item-heading"
|count = 2
|count = 2
}}
}}
Line 27: Line 27:
|mode = ordered
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background"
|hlistattr = id="dl-example" class="dpl-orange-background"
|hitemattr = id="list-item-heading"
|hitemattr = id="list-item-heading" class="list-item-heading"
|count = 2
|count = 2
}}
}}

Latest revision as of 19:36, 15 June 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 selects articles in Category:Countries in Africa or Category:Countries in Europe and orders them by category (which is used in combination with headingmode to put the category as the header). mode is set to ordered which causes the articles listed under the categories to be numbered. The hlistattr adds formatting at the heading/top level, enclosing all other items; for that, an ID, orange color, and other styles are given. hitemattr adds an ID, color pink/red color, and other styles to the next corresponding list item heading (it applies to all list item headings).

{{#dpl:
|category    = Countries in Africa¦Countries in Europe
|ordermethod = category,pagetouched
|headingmode = definition
|mode        = ordered
|hlistattr   = id="dl-example" class="dpl-orange-background"
|hitemattr   = id="list-item-heading" class="list-item-heading"
|count       = 2
}}

Result

{{#dpl: |category = Countries in Africa¦Countries in Europe |ordermethod = category,pagetouched |headingmode = definition |mode = ordered |hlistattr = id="dl-example" class="dpl-orange-background" |hitemattr = id="list-item-heading" class="list-item-heading" |count = 2 }}