]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRandomPagePlugin
Initialize $html
[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   charset=UTF-8
7 Content-Transfer-Encoding: binary
8
9 The **~RandomPage** [[Help:WikiPlugin|plugin]] displays a list of randomly chosen pages or redirects to a random page.
10
11 == Usage ==
12 {{{
13 <<RandomPage arguments>>
14 }}}
15
16 == Arguments ==
17
18 All [[Help:PageList|PageList]] arguments, plus the following ones:
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | **numpages**
27 | Number of pages to list.
28 | 20
29 |-
30 | **redirect**
31 | Do not display random page link, redirect to random page.
32 | empty
33 |-
34 | **exclude**
35 | Pages to exclude from random
36 | RandomPage, HomePage, AllPages, RecentChanges, RecentEdits, FullRecentChanges
37 |}
38
39 == Example ==
40
41 {{{
42 <<RandomPage numpages=10 >>
43 }}}
44
45 <<RandomPage numpages=10 >>
46
47 == Author ==
48 * [[Help:Reini Urban|Reini Urban]]
49
50 == See Also ==
51
52 <noinclude>
53 ----
54 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
55 </noinclude>