Diff: Help/PageTrailPlugin

Differences between current version and predecessor to the previous major change of Help/PageTrailPlugin.

Other diffs: Previous Revision, Previous Author

Newer page: version 5 Last edited on 17 January 2022 3:00 by harold
Older page: version 4 Last edited on 9 September 2007 0:16 by harold Revert
@@ -1,35 +1,54 @@
-Displays the recently visited pages. 
+The **~PageTrail** [[Help:WikiPlugin|plugin]] displays the recently visited pages.  
+  
+== Usage ==  
  
-! Usage  
 Typically add to some template at the top or at the bottom. See themes/blog. 
  
-<verbatim>  
- <?plugin PageTrail? >  
- <?plugin PageTrail numberlinks=5? >  
- <?plugin PageTrail invisible=1? >  
-/verbatim
+{{{  
+<< PageTrail arguments> >  
+<< PageTrail numberlinks=5> >  
+<< PageTrail invisible=1>>  
+}}}  
  
-! Arguments 
+== Arguments ==  
  
-page _(default: current pagename)_:  
- The page to execute upon.  
+{| class="bordered"  
+|-  
+! Argument  
+! Description  
+! Default value  
+|-  
+| **numberlinks**  
+| number of links to display  
+| 5  
+|-  
+| **invisible**  
+|  
+| false  
+|-  
+| **duplicates**  
+|  
+| false  
+|}  
  
-! Optional Configuration 
+== Optional Configuration ==  
  
 define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini 
  
-! Example 
+== Example ==  
  
-<verbatim>  
-<?plugin PageTrail ? >  
-</verbatim>  
+{{{  
+<< PageTrail> >  
+}}}  
  
-<?plugin PageTrail ?
+<< PageTrail>
  
-! Author  
-PhpWiki:CarstenKlapp ?  
+== Author ==  
+* Carsten Klapp  
  
-! See Also 
+== See Also ==  
  
+<noinclude>  
 ---- 
-PhpWikiDocumentation Help:WikiPlugin  
+[[ PhpWikiDocumentation]] [[CategoryWikiPlugin]]  
+</noinclude>  

current version

The PageTrail plugin 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>>

Arguments

Argument

Description

Default value

numberlinks

number of links to display

5

invisible

false

duplicates

false

Optional Configuration

define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini

Example

<<PageTrail>>
Help/PageTrailPlugin

Author

  • Carsten Klapp

See Also