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

m
No, I better make it 2, and refine, this is a very hard one to describe succinctly, I'll probably need a few tries for this one.
imported>FrozenPlum
m (Just far less confusing to do it this way instead, will adjust the other example similarly)
imported>FrozenPlum
m (No, I better make it 2, and refine, this is a very hard one to describe succinctly, I'll probably need a few tries for this one.)
Line 6:
==Example==
 
This will select articles in [[: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) and ''pagetouched''. <code>{{DPL|mode}}</code> set as ''ordered'' causes the articles that belong in the categorycategories to be numbered. The <code>hlistattr</code> adds attributes at the heading/top level; 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''' theno <code>listattr</code> wasn'twas set; thisthough next parameter<code>listattr</code> sets anotheran ID to the ordered list, and applies a blue CSS class. The <code>itemattr</code> sets an ID and style (italic) to list item's contents.
 
<pre>
{{#dpl:
|category = Countries in Africa¦Countries in Europe
|ordermethod = category,pagetouched
|headingmode = definition
Line 17:
|listattr = id="ol-example" class="dpl-blue-background"
|itemattr = id="li-example" style="font-style: italic;"
|count = 12
}}
</pre>
Line 24:
 
{{#dpl:
|category = Countries in Africa¦Countries in Europe
|ordermethod = category,pagetouched
|headingmode = definition
Line 31:
|listattr = id="ol-example" class="dpl-blue-background"
|itemattr = id="li-example" style="font-style: italic;"
|count = 12
}}
<noinclude>
Anonymous user