Diff: Help/LinkDatabasePlugin
Differences between current version and previous revision of Help/LinkDatabasePlugin.
Other diffs: Previous Major Revision, Previous Author
| Newer page: | version 5 | Last edited on October 14, 2015 11:47 am | by PhilHollenback | |
| Older page: | version 4 | Last edited on February 23, 2012 2:52 pm | by PhilHollenback | Revert | 
@@ -1,18 +1,42 @@
  
  
  
  
  
  
  
-_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.
 
+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 == 
 {{{ 
@@ -21,12 +45,12 @@
  
  
  
  
 <<LinkDatabase limit=10>> 
 == Author == 
-* [[PhpWiki
:ReiniUrban
|Reini Urban]] 
+* [[Help
:Reini Urban
|Reini Urban]] 
 == See Also == 
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 
current version
LinkDatabase is a plugin to list all pages with all links in various formats for some Java Visualization tools.
Usage
<<LinkDatabase arguments>>
Arguments
All PageList arguments, plus the following ones:
Argument  | 
Description  | 
Default value  | 
|---|---|---|
format  | 
'html', 'text', 'xml'  | 
html  | 
noheader  | 
false  | 
|
include_empty  | 
false  | 
|
exclude_from  | 
false  | 
|
info  | 
Example
<<LinkDatabase limit=10>>


