]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRandomPagePlugin
function _PageList_Column* are not private
[SourceForge/phpwiki.git] / pgsrc / Help%2FRandomPagePlugin
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%2FRandomPagePlugin;
5   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
6   markup=2;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 The **~RandomPage** [[Help:WikiPlugin|plugin]] displays a list of randomly chosen pages or redirects to a random page.
11
12 == Usage ==
13 {{{
14 <<RandomPage 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 | **numpages**
28 | Number of pages to list.
29 | 20
30 |-
31 | **redirect**
32 | Do not display random page link, redirect to random page.
33 | empty
34 |-
35 | **exclude**
36 | Pages to exclude from random
37 | RandomPage, HomePage, AllPages, RecentChanges, RecentEdits, FullRecentChanges
38 |}
39
40 == Example ==
41
42 {{{
43 <<RandomPage numpages=10 >>
44 }}}
45
46 <<RandomPage numpages=10 >>
47
48 == Author ==
49 * [[Help:Reini Urban|Reini Urban]]
50
51 == See Also ==
52
53 <noinclude>
54 ----
55 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
56 </noinclude>