Diff: Help/VisualWikiPlugin
Differences between version 4 and predecessor to the previous major change of Help/VisualWikiPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 4 | Last edited on October 14, 2015 11:47 am | by PhilHollenback | Revert | 
| Older page: | version 3 | Last edited on February 23, 2012 2:51 pm | by PhilHollenback | Revert | 
@@ -1,32 +1,104 @@
  
  
  
  
  
  
  
  
  
  
 The **~VisualWiki** [[Help:WikiPlugin|plugin]] produces a graphical site map of ~PhpWiki. 
-It produces a graphical sitemap of ~PhpWiki by calling the <code>
dot</code> 
commandline tool from Graphviz (http://www.graphviz.org). 
+It produces a graphical sitemap of ~PhpWiki by calling the ##
dot## 
commandline tool from Graphviz ([[
http://www.graphviz.org]]
). 
 == Usage == 
 {{{ 
-<<VisualWiki>> 
+<<VisualWiki arguments
>> 
 }}} 
 == Arguments == 
-page 
_(default: current pagename)
_:
  
-  The page to execute upon.
 
+Arguments allowed only if VISUALWIKI
_ALLOWOPTIONS is true. 
 
+ 
 
+{| 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 
 
+|}
 
 == Example == 
 {{{ 
 <<VisualWiki>> 
 }}} 
-
 
-<<VisualWiki>>
 
 == Author == 
-* Johannes Grosse
 
+* Johannes Große
 
 == See Also == 
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 
version 4
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
 

