From: <var...@us...> - 2008-08-22 10:07:18
|
Revision: 6183 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6183&view=rev Author: vargenau Date: 2008-08-22 10:07:28 +0000 (Fri, 22 Aug 2008) Log Message: ----------- Added another example Modified Paths: -------------- trunk/pgsrc/Help%2FCreateTocPlugin Property Changed: ---------------- trunk/pgsrc/Help%2FCreateTocPlugin Modified: trunk/pgsrc/Help%FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2008-08-22 09:55:12 UTC (rev 6182) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2008-08-22 10:07:28 UTC (rev 6183) @@ -1,6 +1,6 @@ -Date: Sat, 20 Aug 2008 15:51:24 +0000 +Date: Sat, 22 Aug 2008 10:51:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) -X-Rcs-Id: $Id: Help%2FCreateTocPlugin,v 1.7 2008-08-20 17:56:13 vargenau Exp $ +X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; pagename=Help%2FCreateTocPlugin; flags=PAGE_LOCKED; @@ -97,6 +97,11 @@ <?plugin CreateToc ?> </verbatim> +!! Only two levels of headers +<verbatim> +<?plugin CreateToc headers=1,2 ?> +</verbatim> + !! Table of Contents with hierarchical numbering <verbatim> <?plugin CreateToc with_counter=1 ?> Property changes on: trunk/pgsrc/Help%2FCreateTocPlugin ___________________________________________________________________ Added: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |