]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FVisualWikiPlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FVisualWikiPlugin
1 Date: Thu, 29 Nov 2012 10:44:57 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FVisualWikiPlugin;
5   flags=PAGE_LOCKED;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~VisualWiki** [[Help:WikiPlugin|plugin]] produces a graphical site map of ~PhpWiki.
11
12 It produces a graphical sitemap of ~PhpWiki by calling the ##dot## commandline tool from Graphviz ([[http://www.graphviz.org]]).
13
14 == Usage ==
15
16 {{{
17 <<VisualWiki arguments>>
18 }}}
19
20 == Arguments ==
21
22 Arguments allowed only if VISUALWIKI_ALLOWOPTIONS is true.
23
24 {| class="bordered"
25 |-
26 ! Argument
27 ! Description
28 ! Default value
29 |-
30 | **imgtype**
31 |
32 | png
33 |-
34 | **width**
35 |
36 | false 
37 |-
38 | **height**
39 |
40 | false
41 |-
42 | **colorby**
43 |
44 | age
45 |-
46 | **fillnodes**
47 |
48 | off
49 |-
50 | **label**
51 |
52 | name
53 |-
54 | **shape**
55 |
56 | ellipse
57 |-
58 | **large_nb**
59 |
60 | 5
61 |-
62 | **recent_nb**
63 |
64 | 5
65 |-
66 | **refined_nb**
67 |
68 | 15
69 |-
70 | **backlink_nb**
71 |
72 | 5
73 |-
74 | **neighbour_list**
75 |
76 |
77 |-
78 | **exclude_list**
79 |
80 |
81 |-
82 | **include_list**
83 |
84 |
85 |-
86 | **fontsize**
87 |
88 | 9
89 |-
90 | **debug**
91 |
92 | false
93 |-
94 | **help**
95 |
96 | false
97 |}
98
99 == Example ==
100
101 {{{
102 <<VisualWiki>>
103 }}}
104
105 <<VisualWiki>>
106
107 == Author ==
108 * Johannes Große
109
110 == See Also ==
111
112 <noinclude>
113 ----
114 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
115 </noinclude>