]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FWhoIsOnlinePlugin
Wikicreole syntax for links
[SourceForge/phpwiki.git] / pgsrc / Help%2FWhoIsOnlinePlugin
1 Date: Sat, 24 Jan 2009 20:18:24 +0100
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%2FWhoIsOnlinePlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~WhoIsOnline* [[Help:WikiPlugin|plugin]] shows summary information of the current user sessions.
12
13 == Usage
14 <verbatim>
15 <?plugin WhoIsOnline ?>
16 </verbatim>
17
18 == Arguments
19
20 {| class="bordered"
21 |-
22 ! Argument
23 ! Description
24 ! Default value
25 |-
26 | mode
27 | summary or detail
28 | summary
29 |-
30 | pagename
31 | refer to the page with the other mode
32 | [pagename]
33 |-
34 | allow_detail
35 | if false, page is ignored
36 | false
37 |-
38 | mode
39
40 | false
41 |}
42
43 == Example
44
45 <verbatim>
46 <?plugin WhoIsOnline ?>
47 </verbatim>
48
49 <?plugin WhoIsOnline ?>
50
51 == Author
52 [Reini Urban|PhpWiki:ReiniUrban]
53
54 == See Also
55
56 ----
57 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]