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

Classes to match simplified example
imported>FrozenPlum
(Created page with "<noinclude>{{note|Please '''do not edit''' this page unless you're wanting to edit the manual itself, it is an example included in the manual.|error}}</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 will select articles in Category:Countries in Africa or :Ca...")
 
imported>FrozenPlum
(Classes to match simplified example)
 
(5 intermediate revisions by the same user not shown)
Line 6:
==Example==
 
This will selectselects articles in [[:Category:Countries in Africa]] or [[:Category:Countries in Europe]] theand categoriesorders arethem listedby in''category'' sorted(which orderis andused thein titlescombination are replaced by appropriate linkswith <code>headingmode</code> is set to ''definition'' soput the headings appearcategory as terms/namesthe header). By default, <code>{{DPL|mode}}</code> is set to ''unorderedordered'' forwhich causes the articles listed under the headings,categories soto they arebe bulletednumbered. The <code>listattrhlistattr</code> isadds setformatting toat havethe aheading/top bluelevel, CSSenclosing classall whichother colorsitems; allfor itemsthat, inan theID, unorderedorange listcolor, and other styles are given. <code>itemattrhitemattr</code> isadds setan toID, applycolor apink/red classcolor, and aother fontstyles styleto (italic),the whichnext corresponding list item heading. <code>listattr</code> applies to eachlist individual'''type declaration''' elements, in this case the ordered (ol) list itemelements, coloring them blue.
 
<pre>
{{#dpl:
|category = Countries in Africa¦Countries in Europe
|ordermethod = category,titlepagetouched
|headingmode = definition
|countmode = 2ordered
|listattr = class="dpl-blue-background"
|itemattr hlistattr = classid="submenulidl-example" styleclass= "fontdpl-style: italic;orange-background"
|hitemattr = id="list-item-heading-attrubite" class="list-item-heading-attrubite"
|count = 2
|listattr = id="ol-example" class="dpl-blue-background"
|count = 23
}}
</pre>
Line 23 ⟶ 25:
{{#dpl:
|category = Countries in Africa¦Countries in Europe
|ordermethod = category,titlepagetouched
|headingmode = definition
|mode = ordered
|listattr = class="dpl-blue-background"
|itemattr hlistattr = classid="submenulidl-example" styleclass= "fontdpl-style: italic;orange-background"
|hitemattr = id="list-item-heading-attrubite" class="list-item-heading-attrubite"
|count = 2
|listattr = id="ol-example" class="dpl-blue-background"
|count = 3
}}
<noinclude>
[[Category:ControllingHeading output format (examples)‎mode]]
[[Category:Uses category parameter]]
[[Category:Uses ordermethod parameter]]
[[Category:Uses headingmode parameter]]
[[Category:Uses itemattrmode parameter]]
[[Category:Uses hlistattr parameter]]
[[Category:Uses hitemattr parameter]]
[[Category:Uses listattr parameter]]
[[Category:Uses itemattr parameter]]
[[Category:Uses count parameter]]
</noinclude>
Anonymous user