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

m
no edit summary
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
mNo edit summary
Line 6:
==Example==
 
This will select articles in [[:Category:Countries in Africa]] or [[:Category:Countries in Europe]] and ordersorder them by ''category'' (which is used in combination with <code>headingmode</code> to put the category as the header). <code>{{DPL|mode}}</code> set asto ''ordered'' which causes the articles that belonglisted inunder the categories to be numbered. The <code>hlistattr</code> adds attributesformatting at the heading/top level, which encloses all other items; an ID is given, a [https://www.w3schools.com/cssref/sel_class.asp CSS class] is given to set the color orange, and the font size is set to 17 pixels. The '''entire list would appear orange, if''' no <code>listattr</code> was set; though <code>listattr</code> sets an ID to the ''ordered list'' and applies a blue CSS class (which also apepars on its ''list items''). The <code>itemattr</code> sets an IDborder and stylepadding (italic)are to list itemsset.
 
<pre>
Line 14:
|headingmode = definition
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background" style= "font-sizeborder:1px solid orange; padding:17px3px;"
|listattr = id="ol-example" class="dpl-blue-background"
|itemattr = id="li-example" style="font-style: italic;"
|count = 2
}}
Line 28 ⟶ 26:
|headingmode = definition
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background" style= "font-sizeborder:1px solid orange; padding:17px3px;"
|listattr = id="ol-example" class="dpl-blue-background"
|itemattr = id="li-example" style="font-style: italic;"
|count = 2
}}
Line 40 ⟶ 36:
[[Category:Uses mode parameter]]
[[Category:Uses hlistattr parameter]]
[[Category:Uses listattrcount parameter]]
[[Category:Uses itemattr parameter]]
</noinclude>
Anonymous user