]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - pgsrc/Help%2FBlogArchivesPlugin
Wikicreole syntax for links
[SourceForge/phpwiki.git] / pgsrc / Help%2FBlogArchivesPlugin
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%2FBlogArchivesPlugin;
6   flags=PAGE_LOCKED;
7   markup=2;
8   charset=iso-8859-1
9 Content-Transfer-Encoding: binary
10
11 The *~BlogArchives* [[Help:WikiPlugin|plugin]] lists monthly links for the current users blog if signed, or the ADMIN_USER's blog if not.
12
13 == Usage
14
15 <verbatim>
16 <?plugin BlogArchives ?>
17 </verbatim>
18
19 == Arguments
20
21 {| class="bordered"
22 |-
23 ! Argument
24 ! Description
25 ! Default value
26 |-
27 | <b>user</b>
28 | Blog of given user
29 | empty
30 |-
31 | <b>month</b>
32 | List the blog titles per month
33 | empty
34 |}
35
36 == Example
37
38 <verbatim>
39 <?plugin BlogArchives ?>
40 </verbatim>
41
42 <?plugin BlogArchives ?>
43
44 == Author
45 * [Reini Urban|PhpWiki:ReiniUrban]
46
47 == See Also
48
49 ----
50 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]