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