Ordered lists

From Freephile Wiki
Jump to navigation Jump to search

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