]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FLinkDatabasePlugin
function _PageList_Column* are not private
[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   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 **~LinkDatabase** is a [[Help:WikiPlugin|plugin]] to list all pages with all links in various formats for some Java Visualization tools.
11
12 == Usage ==
13
14 {{{
15 <<LinkDatabase arguments>>
16 }}}
17
18 == Arguments ==
19
20 All [[Help:PageList|PageList]] arguments, plus the following ones:
21
22 {| class="bordered"
23 |-
24 ! Argument
25 ! Description
26 ! Default value
27 |-
28 | **format**
29 | 'html', 'text', 'xml'
30 | html
31 |-
32 | **noheader**
33 |
34 | false
35 |-
36 | **include_empty**
37 |
38 | false
39 |-
40 | **exclude_from**
41 |
42 | false
43 |-
44 | **info**
45 |
46 |
47 |}
48
49 == Example ==
50
51 {{{
52 <<LinkDatabase limit=10>>
53 }}}
54
55 <<LinkDatabase limit=10>>
56
57 == Author ==
58 * [[Help:Reini Urban|Reini Urban]]
59
60 == See Also ==
61
62 <noinclude>
63 ----
64 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
65 </noinclude>