]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/BackLinks
bump version
[SourceForge/phpwiki.git] / pgsrc / BackLinks
1 Date: Fri, 29 Dec 2006 08:18:48 +0100
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.13)
3 X-Rcs-Id: $Id: BackLinks,v 1.8 2007-01-02 13:24:58 rurban Exp $
4 Content-Type: application/x-phpwiki;
5   pagename=BackLinks;
6   pgsrc_version="2 $Revision: 1.8 $";
7   flags=PAGE_LOCKED;
8   markup=2;
9   charset=iso-8859-1
10 Content-Transfer-Encoding: binary
11
12 The contents of all pages are searched to find links to the current
13 page. The BackLinks function also answers the question: "Which pages
14 contain the title of this page?".
15
16 ----
17
18 <?plugin BackLinks exclude||='' include_self||=1 noheader||=0 page||='' info||='' ?>
19
20 ----
21
22 To display the list of pages which all contain multiple links use a pagelist as page argument.
23 For example <verbatim><?plugin BackLinks page=Milk,Honey ?></verbatim> would display all pages which contain links to Milk AND Honey.