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