From: <var...@us...> - 2011-12-16 11:54:32
|
Revision: 8211 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8211&view=rev Author: vargenau Date: 2011-12-16 11:54:21 +0000 (Fri, 16 Dec 2011) Log Message: ----------- Help pages: required arguments Modified Paths: -------------- trunk/pgsrc/Help%2FCreateBibPlugin trunk/pgsrc/Help%2FFileInfoPlugin trunk/pgsrc/Help%2FGoogleMapsPlugin trunk/pgsrc/Help%2FPageGroupPlugin trunk/pgsrc/Help%2FSyntaxHighlighterPlugin trunk/pgsrc/Help%2FTemplatePlugin Modified: trunk/pgsrc/Help%2FCreateBibPlugin =================================================================== --- trunk/pgsrc/Help%2FCreateBibPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FCreateBibPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 16:09:45 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -25,7 +25,7 @@ |- | **pagename** | The page from which the ~BibTex file is generated -| +| //None// (required argument) |} == Example == Modified: trunk/pgsrc/Help%2FFileInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FFileInfoPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FFileInfoPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -32,11 +32,11 @@ |- | **file** | Relative path from PHPWIKI_DIR. -| (required) +| //None// (required argument) |- | **display** | Comma-seperated string of version, size, phonysize, date, mtime, owner, name, path, dirname, link, mime-typ, magic. -| (required) +| //None// (required argument) |- | **format** | printf format string with %s only, all display modes from above vars return strings Modified: trunk/pgsrc/Help%2FGoogleMapsPlugin =================================================================== --- trunk/pgsrc/Help%2FGoogleMapsPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FGoogleMapsPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Fri, 10 Sep 2010 13:46:13 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -33,11 +33,11 @@ |- | **Longitude** | Longitude -| //none// +| //None// (required argument) |- | **Latitude** | Latitude -| //none// +| //None// (required argument) |- | **~ZoomFactor** | Zoom factor @@ -49,7 +49,7 @@ |- | **~InfoText** | -| //none// +| //None// |- | **~MapType** | Map or Satellite or Hybrid Modified: trunk/pgsrc/Help%2FPageGroupPlugin =================================================================== --- trunk/pgsrc/Help%2FPageGroupPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FPageGroupPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -25,7 +25,7 @@ |- | **parent** | -| +| //None// (required argument) |- | **rev** | Modified: trunk/pgsrc/Help%2FSyntaxHighlighterPlugin =================================================================== --- trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FSyntaxHighlighterPlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Thu, 9 Dec 2010 14:51:45 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -21,7 +21,7 @@ |- | **syntax** | -| (required), See http://www.andre-simon.de/doku/highlight/highlight.html +| //None// (required argument), see http://www.andre-simon.de/doku/highlight/highlight.html |- | **style** | Modified: trunk/pgsrc/Help%2FTemplatePlugin =================================================================== --- trunk/pgsrc/Help%2FTemplatePlugin 2011-12-16 11:43:27 UTC (rev 8210) +++ trunk/pgsrc/Help%2FTemplatePlugin 2011-12-16 11:54:21 UTC (rev 8211) @@ -1,4 +1,4 @@ -Date: Mon, 17 Jan 2011 17:13:41 +0000 +Date: Fri, 16 Dec 2011 12:51:22 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -63,7 +63,7 @@ |- | **page** | pagename to be included as template -| (empty) +| //None// (required argument) |- | **vars** | optional parameters to be expanded inside the template This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |