]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageTrailPlugin
Harmonize documentation
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageTrailPlugin
1 Date: Wed, 28 May 2008 19:05:47 +0200
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FPageTrailPlugin;
5   flags="";
6   markup=2;
7   charset=iso-8859-1
8 Content-Transfer-Encoding: binary
9
10 Displays the recently visited pages.
11
12 !!! Usage
13 Typically add to some template at the top or at the bottom. See themes/blog.
14
15 <verbatim>
16  <?plugin PageTrail?>
17  <?plugin PageTrail numberlinks=5?>
18  <?plugin PageTrail invisible=1?>
19 </verbatim>
20
21 !!! Arguments
22
23 page _(default: current pagename)_:
24   The page to execute upon.
25
26 ! Optional Configuration
27
28 define('PAGETRAIL_ARROW', " => ") in the sourcecode or add it to config.ini
29
30 !!! Example
31
32 <verbatim>
33 <?plugin PageTrail ?>
34 </verbatim>
35
36 <?plugin PageTrail ?>
37
38 !!! Author
39 [Carsten Klapp|PhpWiki:CarstenKlapp] ?
40
41 !!! See Also
42
43 ----
44 [PhpWikiDocumentation] [WikiPlugin|Help:WikiPlugin]