Revision: 8521
http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8521&view=rev
Author: vargenau
Date: 2012年11月22日 01:47:17 +0000 (2012年11月22日)
Log Message:
-----------
Add description and arguments
Modified Paths:
--------------
trunk/pgsrc/Help%2FLinkDatabasePlugin
Modified: trunk/pgsrc/Help%2FLinkDatabasePlugin
===================================================================
--- trunk/pgsrc/Help%2FLinkDatabasePlugin 2012年11月22日 01:32:24 UTC (rev 8520)
+++ trunk/pgsrc/Help%2FLinkDatabasePlugin 2012年11月22日 01:47:17 UTC (rev 8521)
@@ -7,20 +7,44 @@
charset=UTF-8
Content-Transfer-Encoding: binary
-_short description_
+**~LinkDatabase** is a [[Help:WikiPlugin|plugin]] to list all pages with all links in various formats for some Java Visualization tools.
== Usage ==
{{{
-<<LinkDatabase>>
+<<LinkDatabase arguments>>
}}}
== Arguments ==
All [[Help:PageList|PageList]] arguments, plus the following ones.
-page _(default: current pagename)_:
- The page to execute upon.
+{| class="bordered"
+|-
+! Argument
+! Description
+! Default value
+|-
+| **format**
+| 'html', 'text', 'xml'
+| html
+|-
+| **noheader**
+|
+| false
+|-
+| **include_empty**
+|
+| false
+|-
+| **exclude_from**
+|
+| false
+|-
+| **info**
+|
+|
+|}
== Example ==
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.