]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBackLinksPlugin
double curly brackets
[SourceForge/phpwiki.git] / pgsrc / Help%2FBackLinksPlugin
1 Date: Thu,  9 Dec 2010 14:51:45 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
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 {{{
16 <<BackLinks arguments>>
17 }}}
18
19 == Arguments ==
20
21 All [[Help:PageList|PageList]] arguments, plus the following ones.
22
23 {| class="bordered"
24 |-
25 ! Argument
26 ! Description
27 ! Default value
28 |-
29 | **page**
30 | Page from which the back links are calculated.
31 | Current page
32 |-
33 | **include_self**
34 | Include yourself in the results.
35 | false
36 |-
37 | **noheader**
38 | Do not display header.
39 | false
40 |-
41 | **linkmore**
42 | If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename.
43 |
44 |}
45
46 == Example ==
47
48 {{{
49 <<BackLinks page=HomePage>>
50 }}}
51
52 <<BackLinks page=HomePage>>
53
54 == Author ==
55 * [[PhpWiki:ReiniUrban|Reini Urban]]
56
57 == See Also ==
58
59 <noinclude>
60 ----
61 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
62 </noinclude>