Changes

Jump to navigation Jump to search
599 bytes added ,  10:44, 14 July 2023
create a list demo / test page
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
<syntaxhighlight lang='css'>
.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
}
</syntaxhighlight>


# List item
# List item 2
## Sub list
## Sub list
## Sub list
### third-level list
### third-level list
### third-level list
## Sub list
# List
# List
# List
# List

[[Category:MediaWiki]]
[[Category:Style]]

Navigation menu