Diff: Help/IncludeTreePlugin
Differences between current version and previous revision of Help/IncludeTreePlugin.
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,5 +1,5 @@
  
  
-Dynamic Category Tree 
+Display 
Dynamic Category Tree.
 
 == Usage == 
 {{{ 
@@ -7,20 +7,72 @@
  
  
  
  
  
  
  
 }}} 
 == Arguments == 
-TBD
 
+{| class="bordered" 
 
+|- 
 
+! Argument 
 
+! Description 
 
+! Default value 
 
+|- 
 
+| **exclude** 
 
+| 
 
+| 
 
+|- 
 
+| **include_self** 
 
+| 
 
+| 0 
 
+|- 
 
+| **noheader** 
 
+| 
 
+| 0 
 
+|- 
 
+| **page** 
 
+| 
 
+| The current page 
 
+|- 
 
+| **description** 
 
+| Override default Description. Printed as header. 
 
+| 
 
+|- 
 
+| **reclimit** 
 
+| 
 
+| 2 
 
+|- 
 
+| **info** 
 
+| 
 
+| false 
 
+|- 
 
+| **direction** 
 
+| Get BackLinks or forward links (links listed on the page) 
 
+| back 
 
+|- 
 
+| **firstreversed** 
 
+| If true, get BackLinks for the first page and forward links for the rest.  Only applicable when direction = 'forward'. 
 
+| false 
 
+|- 
 
+| **excludeunknown** 
 
+| If true (default) then exclude any mentioned pages which don't exist yet.  Only applicable when direction = 'forward'. 
 
+| true 
 
+|- 
 
+| **dtree** 
 
+| 
 
+| true 
 
+|} 
 
+
 
 == Example == 
-TBD
 
+{{{ 
 
+<<IncludeTree>> 
 
+}}}
 
 == Author == 
-* [[PhpWiki
:ReiniUrban
|Reini Urban]] 
+* [[Help
:Reini Urban
|Reini Urban]] 
 == See Also == 
 * [[Help:SiteMapPlugin]] 
 <noinclude> 
 ---- 
 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 </noinclude> 
current version
Display Dynamic Category Tree.
Usage
<<IncludeTree arguments>>
Arguments
Argument  | 
Description  | 
Default value  | 
|---|---|---|
exclude  | 
||
include_self  | 
0  | 
|
noheader  | 
0  | 
|
page  | 
The current page  | 
|
description  | 
Override default Description. Printed as header.  | 
|
reclimit  | 
2  | 
|
info  | 
false  | 
|
direction  | 
Get BackLinks or forward links (links listed on the page)  | 
back  | 
firstreversed  | 
If true, get BackLinks for the first page and forward links for the rest. Only applicable when direction = 'forward'.  | 
false  | 
excludeunknown  | 
If true (default) then exclude any mentioned pages which don't exist yet. Only applicable when direction = 'forward'.  | 
true  | 
dtree  | 
true  | 
Example
<<IncludeTree>>

