From: <var...@us...> - 2012-11-22 01:32:32
|
Revision: 8520 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8520&view=rev Author: vargenau Date: 2012-11-22 01:32:24 +0000 (Thu, 22 Nov 2012) Log Message: ----------- Use Mediawiki table Modified Paths: -------------- trunk/pgsrc/Help%2FGraphVizPlugin Modified: trunk/pgsrc/Help%2FGraphVizPlugin =================================================================== --- trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-22 01:22:01 UTC (rev 8519) +++ trunk/pgsrc/Help%2FGraphVizPlugin 2012-11-22 01:32:24 UTC (rev 8520) @@ -1,4 +1,4 @@ -Date: Thu, 9 Nov 2012 14:49:00 +0000 +Date: Thu, 19 Nov 2012 14:49:00 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FGraphVizPlugin; @@ -7,7 +7,7 @@ charset=UTF-8 Content-Transfer-Encoding: binary -The **~GraphViz** [[Help:WikiPlugin|plugin]] passes all its arguments to the grapviz =dot= +The **~GraphViz** [[Help:WikiPlugin|plugin]] passes all its arguments to the grapviz ##dot## binary and displays the result as cached image (PNG, GIF, SVG) or imagemap. See http://www.graphviz.org/Documentation.php, esp. http://www.graphviz.org/doc/info/lang.html for the **dot** language @@ -27,16 +27,32 @@ == Arguments == -=imgtype= | - Default: png -=alt= | - img alt text. -=pages= | - <! plugin-list support !> encoded as pagename = ~[ URL = url ~] -=exclude= | - Exclude pages -=help= | - Display argument help. +{| class="bordered" +|- +! Argument +! Description +! Default value +|- +| **imgtype** +| Image type +| png +|- +| **alt** +| Image alternate text +| +|- +| **pages** +| <! plugin-list support !> encoded as pagename = ~[ URL = url ~] +| +|- +| **exclude** +| Exclude pages +| +|- +| **help** +| Display argument help +| +|} == Example == This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |