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

To match other fixed examples
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
(To match other fixed examples)
 
(3 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 ''{{tt|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. <code>listattr</code> applies to list '''type declaration''' elements, in this case the ordered (ol) list elements, coloring them blue. <code>itemattr</code> sets the styles for list items themselves.
 
<pre>
Line 14:
|headingmode = definition
|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" styleclass="backgroundlist-color:pink; border:1px solid red; padding:3px;item-heading"
|listattr = id="ol-example" class="dpl-blue-background" style="border:1px solid blue; padding:3px;"
|itemattr = id="li-example" styleclass="background:white; fontli-style: italic; border:1px solid gray; padding:3px;example"
|count = 3
}}
Line 29:
|headingmode = definition
|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" styleclass="backgroundlist-color:pink; border:1px solid red; padding:3px;item-heading"
|listattr = id="ol-example" class="dpl-blue-background" style="border:1px solid blue; padding:3px;"
|itemattr = id="li-example" styleclass="background:white; fontli-style: italic; border:1px solid gray; padding:3px;example"
|count = 3
}}
<noinclude>
[[Category:ControllingHeading output format (examples)‎mode]]
[[Category:Uses category parameter]]
[[Category:Uses ordermethod parameter]]
Anonymous user