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

m
Just far less confusing to do it this way instead, will adjust the other example similarly
imported>FrozenPlum
mNo edit summary
imported>FrozenPlum
m (Just far less confusing to do it this way instead, will adjust the other example similarly)
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 category as header) and ''pagetouched''. <code>{{DPL|mode}}</code> set as ''ordered'' causes the articles that belong toin the category to be numbered. The <code>hlistattr</code> adds attributes at the heading/top level; whichan appliesID is given, a class[https://www.w3schools.com/cssref/sel_class.asp toCSS colorclass] theseis elementsgiven orange,to assignsset the IDcolor "topmenu"orange, and the font size ofset to 17 pixels. The '''entire list would appear orange, if''' the <code>listattr</code> wasn't set; whichthis next parameter sets another ID to the list, itemand toapplies a blue CSS class. The <code>itemattr</code> sets aan classID and style (italic) to the contents ''within'' the list item,'s to italiccontents.
 
<pre>
Line 14:
|headingmode = definition
|mode = ordered
|hlistattr = id="topmenudl-example" class="dpl-orange-background" style= "font-size:17px;"
|listattr = id="listitemol-example" class="dpl-blue-background"
|itemattr = id="submenulistitemli-example" style="font-style: italic;"
|count = 1
}}
Line 28:
|headingmode = definition
|mode = ordered
|hlistattr = id="dl-example" class="dpl-orange-background" id="topmenu" style= "font-size:17px;"
|listattr = id="listitemol-example" class="dpl-blue-background"
|itemattr = id="submenulistitemli-example" style="font-style: italic;"
|count = 1
}}
Anonymous user