]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FRandomPagePlugin
Fix "See Also"
[SourceForge/phpwiki.git] / pgsrc / Help%2FRandomPagePlugin
1 Date: Fri, 10 Sep 2010 13:46:13 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FRandomPagePlugin;
6   flags=PAGE_LOCKED%2CEXTERNAL_PAGE;
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 All [[Help:PageList|PageList]] arguments, plus the following ones.
21
22 {| class="bordered"
23 |-
24 ! Argument
25 ! Description
26 ! Default value
27 |-
28 | **numpages**
29 | Number of pages to list.
30 | 20
31 |-
32 | **redirect**
33 | Do not display random page link, redirect to random page.
34 | empty
35 |-
36 | **exclude**
37 | Pages to exclude from random
38 | RandomPage, HomePage, AllPages, RecentChanges, RecentEdits, FullRecentChanges
39 |}
40
41 == Example ==
42
43 {{{
44 <<RandomPage numpages=10 >>
45 }}}
46
47 <<RandomPage numpages=10 >>
48
49 == Author ==
50 * [[PhpWiki:ReiniUrban|Reini Urban]]
51
52 == See Also ==
53
54 <noinclude>
55 ----
56 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
57 </noinclude>