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

Content added Content deleted
imported>FrozenPlum
m (FrozenPlum moved page Controlling output format/Parameter: itemattr (example 1) to Examples/Parameter: itemattr (example 1): Simplifying how things are structured)
imported>FrozenPlum
(formatting)
Line 6: Line 6:
==Example==
==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 ''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.
This selects articles in [[:Category:Countries in Africa]] or [[:Category:Countries in Europe]] and orders them by ''category'' (which is used 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>
<pre>