I'm looking for the way to use nested numbering index of lists in MediaWiki pages. I want to get the following:
1 item "1"
2 item "2"
2.1 item "2.1"
2.2.1 item "2.2.1"
2.2.2 item "2.2.2"
2.2 item "2.2"
3 item "3"
I've found some CSS/HTML working code for HTML pages but I cannot fit it in a MediaWiki page.
Thanx in advance.
`-tags as you wish, give them the classes they need, and add the CSS in `MediaWiki:Commons.css` as you would normally do.
– leo Jan 25 '16 at 08:42