]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBackLinksPlugin
Set PhpWiki version to 1.5.4
[SourceForge/phpwiki.git] / pgsrc / Help%2FBackLinksPlugin
1 Date: Mon, 29 Jun 2015 12:04:28 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.5.4)
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 The contents of all pages are searched to find links to the current
12 page. The ~BackLinks function also answers the question: “Which pages
13 contain the title of this page?”.
14
15 To display the list of pages which all contain multiple links use a pagelist as page argument.
16 For example {{{<<BackLinks page=Milk,Honey>>}}} would display all pages which
17 contain links to Milk AND Honey.
18
19 == Usage ==
20
21 {{{
22 <<BackLinks arguments>>
23 }}}
24
25 == Arguments ==
26
27 All [[Help:PageList|PageList]] arguments, plus the following ones:
28
29 {| class="bordered"
30 |-
31 ! Argument
32 ! Description
33 ! Default value
34 |-
35 | **page**
36 | Page from which the back links are calculated.
37 | Current page
38 |-
39 | **include_self**
40 | Include yourself in the results.
41 | false
42 |-
43 | **noheader**
44 | Do not display header.
45 | false
46 |-
47 | **linkmore**
48 | If count > 0 and limit > 0 display a link with the number of all results, linked to the given pagename.
49 |
50 |}
51
52 == Example ==
53
54 {{{
55 <<BackLinks page=HomePage>>
56 }}}
57
58 <<BackLinks page=HomePage>>
59
60 == Known Bugs ==
61
62 Back links should be found even if the link is inside a table, or in an
63 included template, but not in some complex cases (for example, the link
64 is in a template included inside a table).
65
66 == Author ==
67 * [[Help:Reini Urban|Reini Urban]]
68
69 == See Also ==
70
71 <noinclude>
72 ----
73 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
74 </noinclude>