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. |