]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FDeadEndPagesPlugin
Activated Id substitution for Subversion
[SourceForge/phpwiki.git] / pgsrc / Help%2FDeadEndPagesPlugin
1 Date: Sat, 2 Aug 2008 14:15:24 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FDeadEndPagesPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~DeadEndPages* plugin returns a list of pages which are not linked to by any other page.
12 It is simply an alias for [OrphanedPages|Help:OrphanedPages] plugin.
13
14 !!! Usage
15 <verbatim>
16   <?plugin DeadEndPages ?>
17 </verbatim>
18
19 !!! Arguments
20
21 page _(default: current pagename)_:
22   The page to execute upon.
23
24 !!! Example
25
26 <verbatim>
27 <?plugin DeadEndPages limit=10 ?>
28 </verbatim>
29
30 <?plugin DeadEndPages limit=10 ?>
31
32 !!! Author
33 [Reini Urban|PhpWiki:ReiniUrban]
34
35 !!! See Also
36
37 ----
38 [PhpWikiDocumentation] [CategoryWikiPlugin]