I have searched through the forums and have not found a reference -
I'd like to be able to create a numbered list (using the existing # symbols) that results in the following:
etc.Code:1 1.1 1.2 2 2.1 2.2
Dino
---
Mediawiki 1.9.3
I have searched through the forums and have not found a reference -
I'd like to be able to create a numbered list (using the existing # symbols) that results in the following:
etc.Code:1 1.1 1.2 2 2.1 2.2
Dino
---
Mediawiki 1.9.3
Since everything ultimately turns into HTML and CSS, you have to be able to do it that way. Unfortunately, that's not possible.
You'd have to come up with a way of displaying it without using <ol> on output. You could do this with some fancy CSS in an extension.
Ah, most logical. Should've thought of that.
Thanks, Dino
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks