]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FDeadEndPagesPlugin
Wikicreole syntax for links
[SourceForge/phpwiki.git] / pgsrc / Help%2FDeadEndPagesPlugin
1 Date: Sat, 24 Jan 2009 20:18:24 +0100
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* [[Help:WikiPlugin|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]]