SF.net SVN: phpwiki:[10993] trunk/pgsrc/Help%2FTemplatePlugin

vargenau--- via phpwiki-checkins <[email protected]> Tue, 15 Feb 2022 14:32:37 +0000
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10993
          http://sourceforge.net/p/phpwiki/code/10993
Author:   vargenau
Date:     2022-02-15 14:32:37 +0000 (Tue, 15 Feb 2022)
Log Message:
-----------
pgsrc/Help%2FTemplatePlugin: sectionhead is a boolean

Modified Paths:
--------------
    trunk/pgsrc/Help%2FTemplatePlugin

Modified: trunk/pgsrc/Help%2FTemplatePlugin
===================================================================
--- trunk/pgsrc/Help%2FTemplatePlugin	2022-02-14 17:54:35 UTC (rev 10992)
+++ trunk/pgsrc/Help%2FTemplatePlugin	2022-02-15 14:32:37 UTC (rev 10993)
@@ -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%2FTemplatePlugin;
@@ -60,24 +60,24 @@
 ! Default value
 |-
 | **page**
-| pagename to be included as template
+| The page to include as template.
 | //none// (required argument)
 |-
 | **vars**
-| optional parameters to be expanded inside the template
+| Optional parameters to be expanded inside the template.
 | //empty//
 |-
 | **rev**
-| page revision
+| Page revision.
 | most recent revision
 |-
 | **section**
-| just include a named section
+| Just include a named section.
 | //empty//
 |-
 | **sectionhead**
-| when including a named section show the heading
-| //empty//
+| Boolean. If true, when including a named section show the heading.
+| false
 |}
 
 === Page to include ===

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.