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

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
(Created page with "<noinclude>{{noedit}}</noinclude><!-- This is the example preloaded for testing, press "Show Preview" to see the example working (at the bottom of the page). If you save this page, it saves as a new section at the bottom of your '''User:Username/Sandbox''' --> ==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 <code>headingmode</code> to put the c...")
 
imported>FrozenPlum
m (I see now what it means by "list item heading")
Line 6: Line 6:
==Example==
==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 <code>headingmode</code> to put the category as the header). <code>{{DPL|mode}}</code> is set to ''ordered'' which causes the articles listed under the categories to be numbered. The <code>hlistattr</code> adds formatting at the heading/top level, enclosing all other items; for that, an ID, orange color, and other styles are given. <code>hitemattr</code> adds an ID, color pink/red color, and other styles to the next corresponding ordered (ol) element.
This selects articles in [[:Category:Countries in Africa]] or [[:Category:Countries in Europe]] and orders them by ''category'' (which is used in combination with <code>headingmode</code> to put the category as the header). <code>{{DPL|mode}}</code> is set to ''ordered'' which causes the articles listed under the categories to be numbered. The <code>hlistattr</code> adds formatting at the heading/top level, enclosing all other items; for that, an ID, orange color, and other styles are given. <code>hitemattr</code> adds an ID, color pink/red color, and other styles to the next corresponding list item.


<pre>
<pre>
Line 15: Line 15:
|mode = ordered
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background" style="border:1px solid orange; padding:3px;"
|hlistattr = id="dl-example" class="dpl-orange-background" style="border:1px solid orange; padding:3px;"
|hitemattr = id="list-item-heading-attrubite" style="background-color:pink; border:1px solid red; padding:3px;"
|hitemattr = id="list-item-heading" style="background-color:pink; border:1px solid red; padding:3px;"
|count = 2
|count = 2
}}
}}
Line 27: Line 27:
|mode = ordered
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background" style="border:1px solid orange; padding:3px;"
|hlistattr = id="dl-example" class="dpl-orange-background" style="border:1px solid orange; padding:3px;"
|hitemattr = id="list-item-heading-attrubite" style="background-color:pink; border:1px solid red; padding:3px;"
|hitemattr = id="list-item-heading" style="background-color:pink; border:1px solid red; padding:3px;"
|count = 2
|count = 2
}}
}}

Revision as of 10:03, 24 April 2022

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.

{{#dpl:
|category    = Countries in Africa¦Countries in Europe
|ordermethod = category,pagetouched
|headingmode = definition
|mode        = ordered
|hlistattr   = id="dl-example" class="dpl-orange-background" style="border:1px solid orange; padding:3px;"
|hitemattr   = id="list-item-heading" style="background-color:pink; border:1px solid red; padding:3px;"
|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" style="border:1px solid orange; padding:3px;" |hitemattr = id="list-item-heading" style="background-color:pink; border:1px solid red; padding:3px;" |count = 2 }}