Diff: Help/VisualWikiPlugin

Differences between current version and predecessor to the previous major change of Help/VisualWikiPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 6 Last edited on 17 January 2022 3:00 by harold
Older page: version 5 Last edited on 25 December 2011 13:41 by harold Revert
@@ -1,27 +1,104 @@
-_short description_  
+The **~VisualWiki** [[Help:WikiPlugin|plugin]] produces a graphical site map of ~PhpWiki.  
  
-! Usage  
-<verbatim>  
- <?plugin VisualWiki ?>  
-< /verbatim>  
+It produces a graphical sitemap of ~PhpWiki by calling the ##dot## commandline tool from Graphviz ([[http: //www.graphviz.org]]).  
  
-! Arguments  
+== Usage ==  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+{{{  
+<<VisualWiki arguments>>  
+}}}  
  
-! Example  
+== Arguments ==  
  
-<verbatim>  
-<?plugin VisualWiki ?>  
-</verbatim>  
+Arguments allowed only if VISUALWIKI_ALLOWOPTIONS is true.  
  
-<?plugin VisualWiki ?>  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **imgtype**  
+|  
+| png  
+|-  
+| **width**  
+|  
+| false  
+|-  
+| **height**  
+|  
+| false  
+|-  
+| **colorby**  
+|  
+| age  
+|-  
+| **fillnodes**  
+|  
+| off  
+|-  
+| **label**  
+|  
+| name  
+|-  
+| **shape**  
+|  
+| ellipse  
+|-  
+| **large_nb**  
+|  
+| 5  
+|-  
+| **recent_nb**  
+|  
+| 5  
+|-  
+| **refined_nb**  
+|  
+| 15  
+|-  
+| **backlink_nb**  
+|  
+| 5  
+|-  
+| **neighbour_list**  
+|  
+|  
+|-  
+| **exclude_list**  
+|  
+|  
+|-  
+| **include_list**  
+|  
+|  
+|-  
+| **fontsize**  
+|  
+| 9  
+|-  
+| **debug**  
+|  
+| false  
+|-  
+| **help**  
+|  
+| false  
+|}  
  
-! Author  
-PhpWiki:ReiniUrban  
+== Example ==  
  
-! See Also  
+{{{  
+<<VisualWiki>>  
+}}}  
  
+== Author ==  
+* Johannes Große  
+  
+== See Also ==  
+  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The VisualWiki plugin produces a graphical site map of PhpWiki.

It produces a graphical sitemap of PhpWiki by calling the dot commandline tool from Graphviz (http://www.graphviz.org).

Usage

<<VisualWiki arguments>>

Arguments

Arguments allowed only if VISUALWIKI_ALLOWOPTIONS is true.

Argument

Description

Default value

imgtype

png

width

false

height

false

colorby

age

fillnodes

off

label

name

shape

ellipse

large_nb

5

recent_nb

5

refined_nb

15

backlink_nb

5

neighbour_list

exclude_list

include_list

fontsize

9

debug

false

help

false

Example

<<VisualWiki>>

Author

  • Johannes Große

See Also