From: <var...@us...> - 2008-08-28 18:14:23
|
Revision: 6217 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=6217&view=rev Author: vargenau Date: 2008-08-28 18:14:32 +0000 (Thu, 28 Aug 2008) Log Message: ----------- Bordered table Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2008-08-28 18:12:59 UTC (rev 6216) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2008-08-28 18:14:32 UTC (rev 6217) @@ -1,4 +1,4 @@ -Date: Thu, 22 Aug 2008 10:56:37 +0200 +Date: Thu, 28 Aug 2008 10:56:37 +0200 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -17,24 +17,48 @@ !!! Arguments -page - The page to include -rev - the revision (defaults to most recent) -quiet - if set, inclusion appears as normal content -bytes - maximum number of bytes to include -words - maximum number of words to include -lines - maximum number of lines to include -sections - maximum number of sections to include -section - include a named section -sectionhead - when including a named section show the heading +{| class="bordered" +|- +| Argument +| Description +| Default value +|- +| <b>page</b> +| The page to include +| ''None'' (mandatory argument) +|- +| <b>rev</b> +| the revision +| defaults to most recent +|- +| <b>quiet</b> +| if set, inclusion appears as normal content +| false +|- +| <b>bytes</b> +| maximum number of bytes to include +| ''None'' (include all page) +|- +| <b>words</b> +| maximum number of words to include +| ''None'' (include all page) +|- +| <b>lines</b> +| maximum number of lines to include +| ''None'' (include all page) +|- +| <b>sections</b> +| maximum number of sections to include +| ''None'' (include all sections) +|- +| <b>section</b> +| include a named section +| ''None'' +|- +| <b>sectionhead</b> +| when including a named section show the heading +| false +|} !!! Examples This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |