]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FPageInfoPlugin
Update PHP Doc
[SourceForge/phpwiki.git] / pgsrc / Help%2FPageInfoPlugin
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%2FPageInfoPlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~PageInfo** [[Help:WikiPlugin|plugin]] returns extra information about a page.
10
11 This plugin just passes a page revision handle to the Template
12 'info.tmpl', which does all the real work.
13
14 == Usage ==
15 {{{
16 <<PageInfo arguments>>
17 }}}
18
19 == Arguments ==
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | **page**
28 |
29 | pagename
30 |-
31 | **version**
32 |
33 |
34 |}
35
36 == Example ==
37
38 {{{
39 <<PageInfo>>
40 }}}
41
42 <<PageInfo>>
43
44 == Author ==
45 * [[Help:Reini Urban|Reini Urban]]
46
47 == See Also ==
48
49 <noinclude>
50 ----
51 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
52 </noinclude>