]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRandomPagePlugin
Use UTF-8 so that display is correct on sf.net
[SourceForge/phpwiki.git] / pgsrc / Help%2FRandomPagePlugin
1 Date: Thu, 26 Mar 2009 11:34:32 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20080124)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FRandomPagePlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 The **~RandomPage** [[Help:WikiPlugin|plugin]] displays a list of randomly chosen pages or redirects to a random page.
12
13 == Usage
14 {{{
15 <<RandomPage arguments>>
16 }}}
17
18 == Arguments
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 * [[PhpWiki:ReiniUrban|Reini Urban]]
49
50 == See Also
51
52 <noinclude>
53 ----
54 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
55 </noinclude>