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

add class
imported>FrozenPlum
m (I see now what it means by "list item heading")
imported>FrozenPlum
(add class)
 
(4 intermediate revisions by the same user not shown)
Line 6:
==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 list item heading (it applies to '''all list item headings''').
 
<pre>
Line 14:
|headingmode = definition
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background" style="border:1px solid orange; padding:3px;"
|hitemattr = id="list-item-heading" styleclass="backgroundlist-color:pink; border:1px solid red; padding:3px;item-heading"
|count = 2
}}
Line 26:
|headingmode = definition
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background" style="border:1px solid orange; padding:3px;"
|hitemattr = id="list-item-heading" styleclass="backgroundlist-color:pink; border:1px solid red; padding:3px;item-heading"
|count = 2
}}
<noinclude>
[[Category:ControllingHeading output format (examples)‎mode]]
[[Category:Uses category parameter]]
[[Category:Uses ordermethod parameter]]
Anonymous user