From 58c291d40771f95c67e126c23ec4076bee536dad Mon Sep 17 00:00:00 2001 From: vargenau Date: Thu, 22 Nov 2012 01:32:24 +0000 Subject: [PATCH] Use Mediawiki table git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@8520 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/Help%2FGraphVizPlugin | 40 ++++++++++++++++++++++++++----------- 1 file changed, 28 insertions(+), 12 deletions(-) diff --git a/pgsrc/Help%2FGraphVizPlugin b/pgsrc/Help%2FGraphVizPlugin index 2268b3353..6c1b602d6 100644 --- a/pgsrc/Help%2FGraphVizPlugin +++ b/pgsrc/Help%2FGraphVizPlugin @@ -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 @@ Content-Type: application/x-phpwiki; 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 @@ specs. == Arguments == -=imgtype= | - Default: png -=alt= | - img alt text. -=pages= | - 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** +| encoded as pagename = ~[ URL = url ~] +| +|- +| **exclude** +| Exclude pages +| +|- +| **help** +| Display argument help +| +|} == Example == -- 2.45.0