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. |
From: <var...@us...> - 2008-08-28 18:16:17
|
Revision: 6218 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6218&view=rev Author: vargenau Date: 2008-08-28 18:16:28 +0000 (Thu, 28 Aug 2008) Log Message: ----------- Add description of width, position and extracollapse arguments Modified Paths: -------------- trunk/pgsrc/Help%2FCreateTocPlugin Modified: trunk/pgsrc/Help%FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2008-08-28 18:14:32 UTC (rev 6217) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2008-08-28 18:16:28 UTC (rev 6218) @@ -1,4 +1,4 @@ -Date: Sat, 22 Aug 2008 10:51:24 +0000 +Date: Sat, 28 Aug 2008 11:51:24 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -27,6 +27,10 @@ | Description | Default value |- +| <b>extracollapse</b> +| Provide a button to hide/display the Table of Contents +| true +|- | <b>firstlevelstyle</b> | Style of first level numbering: number, letter or roman. | number @@ -59,13 +63,21 @@ | Table of Contents of which page? | current pagename |- -| <b>with_toclink</b> -| Boolean if headers should link back to the Table of Contents. -| false +| <b>position</b> +| Where to display the Table of Contents: full, left or right. +| full |- +| <b>width</b> +| Width of Table of Contents (if position is left or right) +| 200px +|- | <b>with_counter</b> | Boolean if hierarchical prefixes should be added. | false +|- +| <b>with_toclink</b> +| Boolean if headers should link back to the Table of Contents. +| false |} !! Headers This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2009-02-24 16:26:04
|
Revision: 6551 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6551&view=rev Author: vargenau Date: 2009-02-24 16:26:00 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Table header Modified Paths: -------------- trunk/pgsrc/Help%2FCreateTocPlugin Modified: trunk/pgsrc/Help%FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2009-02-24 16:24:26 UTC (rev 6550) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2009-02-24 16:26:00 UTC (rev 6551) @@ -86,10 +86,10 @@ {| class="bordered" |- -| Level -| Phpwiki syntax -| Wikicreole/Mediawiki syntax -| HTML rendering +! Level +! Phpwiki syntax +! Wikicreole/Mediawiki syntax +! HTML rendering |- | 1 || ~!~!~! || ~=~= || h2 |- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2010-09-21 07:45:19
|
Revision: 7705 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7705&view=rev Author: vargenau Date: 2010-09-21 07:45:12 +0000 (Tue, 21 Sep 2010) Log Message: ----------- If you display an old revision of a page, the Table of Contents will not be correct. The Table of Contents will be taken from the last saved revision: fixed Modified Paths: -------------- trunk/pgsrc/Help%2FCreateTocPlugin Modified: trunk/pgsrc/Help%2FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2010-09-21 07:08:56 UTC (rev 7704) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2010-09-21 07:45:12 UTC (rev 7705) @@ -1,4 +1,4 @@ -Date: Mon, 20 Sep 2010 18:07:40 +0000 +Date: Tue, 21 Sep 2010 09:44:16 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -144,7 +144,6 @@ ** an image, ** or a ~~. * If you preview the page, the Table of Contents will not be correct if you modified headers. The Table of Contents will be taken from the last saved revision. -* If you display an old revision of a page, the Table of Contents will not be correct. The Table of Contents will be taken from the last saved revision. <noinclude> ---- This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <var...@us...> - 2011-05-04 15:48:14
|
Revision: 8068 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8068&view=rev Author: vargenau Date: 2011-05-04 15:48:08 +0000 (Wed, 04 May 2011) Log Message: ----------- Fix order of arguments; use italics Modified Paths: -------------- trunk/pgsrc/Help%2FCreateTocPlugin Modified: trunk/pgsrc/Help%2FCreateTocPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateTocPlugin 2011-05-04 15:42:28 UTC (rev 8067) +++ trunk/pgsrc/Help%2FCreateTocPlugin 2011-05-04 15:48:08 UTC (rev 8068) @@ -1,4 +1,4 @@ -Date: Tue, 21 Sep 2010 09:44:16 +0000 +Date: Wed, 4 May 2011 17:46:02 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -32,7 +32,7 @@ | true |- | **firstlevelstyle** -| Style of first level numbering: number, letter or roman. +| Style of first level numbering: //number//, //letter// or //roman//. | number |- | **headers** @@ -48,7 +48,7 @@ | false |- | **liststyle** -| List style: dl or ol or ul. Using ol is equivalent to with_counter=1. +| List style: //dl// or //ol// or //ul//. Using //ol// is equivalent to //with_counter=1//. | dl |- | **noheader** @@ -63,16 +63,16 @@ | Table of Contents of which page? | current pagename |- +| **position** +| Where to display the Table of Contents: //full//, //left// or //right//. +| full +|- | **version** -| page version +| Page version | most recent version |- -| **position** -| Where to display the Table of Contents: full, left or right. -| full -|- | **width** -| Width of Table of Contents (if position is left or right) +| Width of Table of Contents (if position is //left// or //right//) | 200px |- | **with_counter** This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |