]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FLinkDatabasePlugin
Initialize $html
[SourceForge/phpwiki.git] / pgsrc / Help%2FLinkDatabasePlugin
1 Date: Fri,  7 Dec 2012 14:58:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FLinkDatabasePlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 **~LinkDatabase** is a [[Help:WikiPlugin|plugin]] to list all pages with all links in various formats for some Java Visualization tools.
10
11 == Usage ==
12
13 {{{
14 <<LinkDatabase arguments>>
15 }}}
16
17 == Arguments ==
18
19 All [[Help:PageList|PageList]] arguments, plus the following ones:
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | **format**
28 | 'html', 'text', 'xml'
29 | html
30 |-
31 | **noheader**
32 |
33 | false
34 |-
35 | **include_empty**
36 |
37 | false
38 |-
39 | **exclude_from**
40 |
41 | false
42 |-
43 | **info**
44 |
45 |
46 |}
47
48 == Example ==
49
50 {{{
51 <<LinkDatabase limit=10>>
52 }}}
53
54 <<LinkDatabase limit=10>>
55
56 == Author ==
57 * [[Help:Reini Urban|Reini Urban]]
58
59 == See Also ==
60
61 <noinclude>
62 ----
63 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
64 </noinclude>