]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBackLinksPlugin
EXTERNAL_PAGE
[SourceForge/phpwiki.git] / pgsrc / Help%2FBackLinksPlugin
1 Date: Mon,  1 Jun 2009 15:05:05 +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%2FBackLinksPlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~BackLinks** [[Help:WikiPlugin|plugin]] lists all pages which link to a given page.
12
13 == Usage
14 {{{
15 <<BackLinks arguments>>
16 }}}
17
18 == Arguments
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **page**
27 | Page from which the back links are calculated.
28 | Current page
29 |-
30 | **include_self**
31 | Include yourself in the results.
32 | false
33 |-
34 | **noheader**
35 | Do not display header.
36 | false
37 |-
38 | **linkmore**
39 | If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename. 
40 |
41 |}
42
43 == Example
44
45 {{{
46 <<BackLinks page=HomePage>>
47 }}}
48
49 <<BackLinks page=HomePage>>
50
51 == Author
52 * [[PhpWiki:ReiniUrban|Reini Urban]]
53
54 == See Also
55
56 <noinclude>
57 ----
58 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
59 </noinclude>