NiKKi /Doc /Macros /CalendarMonth

Top
Up
Contents
RecentChanges
Attachment
Backlinks
Print
Show Page
ViewSource
Login
User:38.103.63.18
(anonymous)
3106 hits since Fri Jun 7 22:09:45 2002

<CalendarMonth([year,month ,color,gatherevents? ,eventsdir ,eventpattern, width, colwidth])>

  • year = calendar year (default current)
  • month = calendar month (default current)
  • gatherevents = 1:(default) collect events from log pages, 0:only shows links to log pages
  • eventsdir = directory which contains log pages (default '../' parent dir)
  • eventpattern = regular expression specifing events (default: '^\s\[x|_|n|(\d\d:\d\d)|(\d{1,2}(am|pm))\](.*)$']')
  • tableopt : option for table (default : 'border=1 width=98% cellpadding=2 cellspacing=1')
  • colwidth: table column width (default 14%)

    Create monthly calendar. Gathers events from log pages (= yyyy-mm-dd )

 
<CalendarMonth(2002,5)> 

2002 May
Mon Tue Wed Thu Fri Sat Sun
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
 
 

 
<CalendarMonth( 
year=2003 
month=12 
tableopt= border="0" 
color=#DDDDDD 
)> 

2003 December
Mon Tue Wed Thu Fri Sat Sun
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31