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