I am trying to create a multi-level nested ordered list in Wikipedia:
1. one
2. two
3. three
3.1 three one
3.2 three two
3.2.1 three two one
3.2.2 three two two
3.3 three three
4. four
I tried using the [Template:Ordered list][1]
but it doesn't have this type of ordered lists supported.
Using the offered hash (#, ##, ###) for cascading ordered list gives this result:
1. one
2. two
3. three
1. three one
2. three two
1. three two one
2. three two two
3. three three
4. four
but I need for each paragraph to be fully numbered.
I have limited access to the installation. I can install a template but can't make changes to the CSS. The solution i'm looking for should be either achievable with markup or with some kind of localized html box on a single page.