Hello
Does anybody have idea How to get more than 6 section headings?
2010/2/3 Herulee heramb.forums@googlemail.com:
Hello
Does anybody have idea How to get more than 6 section headings?
.MediaWiki doesn't support more than 6 levels deep.
Roan Kattouw (Catrope)
Thanx
In that case what could be the solution?
Roan Kattouw-2 wrote:
2010/2/3 Herulee heramb.forums@googlemail.com:
Hello
Does anybody have idea How to get more than 6 section headings?
.MediaWiki doesn't support more than 6 levels deep.
Roan Kattouw (Catrope)
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
2010/2/3 Herulee heramb.forums@googlemail.com
Thanx
In that case what could be the solution?
Six section levels are really an high number , I can't imagine how I can use so much levels. Can you give an example?
Alex
I think the MediaWiki limit on heading levels is due to the HTML limit on levels of the <h> tag. So even if there are good reasons for MediaWiki to have more levels the underlying HTML won't support it.
Andrew Dunbar.
On 4 February 2010 04:12, Alex Brollo alex.brollo@gmail.com wrote:
2010/2/3 Herulee heramb.forums@googlemail.com
Thanx
In that case what could be the solution?
Six section levels are really an high number , I can't imagine how I can use so much levels. Can you give an example?
Alex
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
Thnk you all for te reply and help
If u have
process SubProcess sub Sub process -- --
In that case you need to ahve more than 6 levels
Andrew Dunbar wrote:
I think the MediaWiki limit on heading levels is due to the HTML limit on levels of the <h> tag. So even if there are good reasons for MediaWiki to have more levels the underlying HTML won't support it.
Andrew Dunbar.
On 4 February 2010 04:12, Alex Brollo alex.brollo@gmail.com wrote:
2010/2/3 Herulee heramb.forums@googlemail.com
Thanx
In that case what could be the solution?
Six section levels are really an high number , I can't imagine how I can use so much levels. Can you give an example?
Alex
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
-- http://wiktionarydev.leuksman.com http://linguaphile.sf.net
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
2010/2/4 Herulee heramb.forums@googlemail.com:
Thnk you all for te reply and help
If u have
process SubProcess sub Sub process -- --
In that case you need to ahve more than 6 levels
What the 6 level limit means is you can't go more than 6 levels DEEP. So this:
Section (level 1) Subsection (2) Subsubsection (3) Subsubsubsection (4) Subsubsubsubsection (5) Subsubsubsubsubsection (6) Subsubsubsubsubsubsection (7) <--- You can't do this
won't work, while this:
Section (1) Subsection (2) Subsubsection (3) Subsubsection (3) Subsubsubsection (4) Subsubsection (3) Subsection (2) <--- Even though it's the 7th header, it'll still work
will work. You can have more than six headers, you can have as many as you want. You just can't nest them deeper than 6 levels.
Roan Kattouw (Catrope)
Thanx for the reply again
To overcome this problem I just created seperate links for each page and created my own TOC of links with some indentation
Roan Kattouw-2 wrote:
2010/2/4 Herulee heramb.forums@googlemail.com:
Thnk you all for te reply and help
If u have
process SubProcess sub Sub process -- --
In that case you need to ahve more than 6 levels
What the 6 level limit means is you can't go more than 6 levels DEEP. So this:
Section (level 1) Subsection (2) Subsubsection (3) Subsubsubsection (4) Subsubsubsubsection (5) Subsubsubsubsubsection (6) Subsubsubsubsubsubsection (7) <--- You can't do this
won't work, while this:
Section (1) Subsection (2) Subsubsection (3) Subsubsection (3) Subsubsubsection (4) Subsubsection (3) Subsection (2) <--- Even though it's the 7th header, it'll still work
will work. You can have more than six headers, you can have as many as you want. You just can't nest them deeper than 6 levels.
Roan Kattouw (Catrope)
Mediawiki-api mailing list Mediawiki-api@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-api
mediawiki-api@lists.wikimedia.org