From: <var...@us...> - 2022-02-15 14:33:52
|
Revision: 10994 http://sourceforge.net/p/phpwiki/code/10994 Author: vargenau Date: 2022-02-15 14:33:50 +0000 (Tue, 15 Feb 2022) Log Message: ----------- pgsrc/Help%2FIncludePagePlugin: add full stop Modified Paths: -------------- trunk/pgsrc/Help%2FIncludePagePlugin Modified: trunk/pgsrc/Help%2FIncludePagePlugin =================================================================== --- trunk/pgsrc/Help%2FIncludePagePlugin 2022-02-15 14:32:37 UTC (rev 10993) +++ trunk/pgsrc/Help%2FIncludePagePlugin 2022-02-15 14:33:50 UTC (rev 10994) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2021 18:48:34 +0000 +Date: Tue, 15 Feb 2022 15:30:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.1) Content-Type: application/x-phpwiki; pagename=Help%2FIncludePagePlugin; @@ -24,11 +24,11 @@ ! Default value |- | **page** -| The page to include +| The page to include. | //none// (required argument) |- | **rev** -| The revision +| Page revision. | most recent revision |- | **quiet** @@ -36,27 +36,27 @@ | false |- | **bytes** -| Maximum number of bytes to include +| Maximum number of bytes to include. | //none// (include whole page) |- | **words** -| Maximum number of words to include +| Maximum number of words to include. | //none// (include whole page) |- | **lines** -| Maximum number of lines to include +| Maximum number of lines to include. | //none// (include whole page) |- | **sections** -| Maximum number of sections to include +| Maximum number of sections to include. | //none// (include all sections) |- | **section** -| Include a named section +| Include a named section. | //none// |- | **sectionhead** -| Boolean. If true, when including a named section show the heading +| Boolean. If true, when including a named section show the heading. | false |} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |