Ordered lists

From Freephile Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Ordered List with nested ordered lists having an automatic (sitewide) list style that changes to lower alpha and lower roman because we set the style rules in MediaWiki:Common.css with

.mw-body ol {
 list-style-type:decimal
}
.mw-body ol li > ol {
 list-style-type:lower-alpha
}
.mw-body ol li > ol li > ol {
 list-style-type:lower-roman 
}


  1. List item
  2. List item 2
    1. Sub list
    2. Sub list
    3. Sub list
      1. third-level list
      2. third-level list
      3. third-level list
      4. third-level list
    4. Sub list
  3. List
  4. List
  5. List
  6. List