Postponed
Project:
Liquid Wiki Engine Project
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Apr 2006 at 06:05 UTC
Updated:
9 Feb 2007 at 00:10 UTC
The table of contents (TOC) feature of MediaWiki is an index of the body of an article (node). The basis for creating the TOC are the section markup headings.
==Section==
===Subsection===
====Sub-subsection====
Note: The actual markup may vary depending in the wiki syntax plugin used.
Sections are translated into the corresponding HTML heading markup tags as follows; <H1> <H2> <H3> <H4>.
For each page with more than three headings, the Standard TOC is automatically generated from the section headings, unless:
Variations to the Standard TOC may be also created through the use of templates.
Perhaps the table of contents could be rendered as a block within the Drupal framework.
Comments
Comment #1
sorenp commentedBasic support for TOC will be included in the infrastructure provided by liquid_filter.