Diff: Help/PageTrailPlugin
Note: You are viewing an old revision of this page. View the current version.
Differences between version 4 and predecessor to the previous major change of Help/PageTrailPlugin.
Other diffs: Previous Revision, Previous Author
| Newer page: | version 4 | Last edited on 9 September 2007 0:16 | by harold | Revert | 
| Older page: | version 3 | Last edited on 22 May 2014 3:01 | by harold | Revert | 
@@ -1,54 +1,35 @@
  
  
  
  
  
  
  
  
  
  
  
  
-The **~PageTrail** [[Help:WikiPlugin|plugin]] displays 
the recently visited pages. 
 
- 
 
-== Usage ==
 
+Displays 
the recently visited pages. 
+! Usage
 
 Typically add to some template at the top or at the bottom. See themes/blog. 
-{{{
  
-<<
PageTrail arguments>
>  
-<<
PageTrail numberlinks=5>
>  
-<<
PageTrail invisible=1>
>  
-}}}
 
+<verbatim>
  
+ <?plugin 
PageTrail?
>  
+ <?plugin 
PageTrail numberlinks=5?
>  
+ <?plugin 
PageTrail invisible=1?
>  
+/verbatim>
 
-== 
Arguments ==
 
+! 
Arguments 
-{| class="bordered"
  
-|- 
 
-! Argument 
 
-! Description 
 
-! Default value 
 
-|- 
 
-| **numberlinks** 
 
-| number of links 
to display 
 
-| 5 
 
-|- 
 
-| **invisible** 
 
-| 
 
-| false 
 
-|- 
 
-| **duplicates** 
 
-| 
 
-| false 
 
-|}
 
+page _(default: current pagename)_:
  
+  The page 
to execute upon.
 
-== 
Optional Configuration ==
 
+! 
Optional Configuration 
 define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini 
-== 
Example ==
 
+! 
Example 
-{{{
  
-<<
PageTrail>
>  
-}}}
 
+<verbatim>
  
+<?plugin 
PageTrail ?
>  
+</verbatim>
 
-<<
PageTrail>
> 
+<?plugin 
PageTrail ?
> 
-== 
Author ==
  
-* Carsten Klapp
 
+! 
Author  
+PhpWiki:CarstenKlapp ?
 
-== 
See Also ==
 
+! 
See Also 
-<noinclude>
 
 ---- 
-[[
PhpWikiDocumentation]] [[CategoryWikiPlugin]] 
 
-</noinclude>
 
+PhpWikiDocumentation Help:WikiPlugin
 
version 4
Displays the recently visited pages.
Usage
Typically add to some template at the top or at the bottom. See themes/blog.
 <?plugin PageTrail?>
 <?plugin PageTrail numberlinks=5?>
 <?plugin PageTrail invisible=1?>
/verbatim>
! Arguments
page _(default: current pagename)_:
  The page to execute upon.
! Optional Configuration
define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini
! Example
<verbatim>
<?plugin PageTrail ?>
Help/PageTrailPlugin
PhpWiki: