Jump to content

Sandbox/Calendar: Difference between revisions

From Krass
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
this is the sandbox for the calendar. test it here.
The wiki calendar sand box has moved here: http://wikicalendar.damian.net/


Check out this page for more info: http://www.mediawiki.org/wiki/Extension:Calendar_(Cdamian) and the google code page: http://code.google.com/p/wikicalendar/
Check out this page for more info: http://www.mediawiki.org/wiki/Extension:Calendar_(Cdamian) and the google code page: http://code.google.com/p/wikicalendar/
__GOOGLE_BANNER__
== Month ==
<calendar>
view=month
date="today"
weekstart=7
format="Sandbox/%j.%n.%Y"
</calendar>
== 3 Months ==
<calendar>
view=threemonths
date="+1 Month"
weekstart=7
format="Sandbox/%j.%n.%Y"
</calendar>
== Week ==
<calendar>
view=week
date="today"
format="sandbox/%j.%n.%Y"
</calendar>
__FIREFOX__
== Month ==
<calendar>
view=month
formattitle="%l the %j. %F of '%y (Week %W)"
daystart=1
format="Sandbox/%j.%n.%Y"
</calendar>
== Tomorrow ==
<calendar>
view=today
date=tomorrow
format="Sandbox/%j.%n.%Y"
</calendar>
== Today ==
<calendar>
view=today
date=today
format="Sandbox/%j.%n.%Y"
</calendar>
== business days next week ==
<calendar>
view=days
days=5
date="monday"
formattitle="%l %j."
format="Sandbox/%j.%n.%Y"
weekformat=list
</calendar>
== How to display next year ? ==
<calendar>
view=Year
date="+1 year"
formattitle="%l %j."
format="Sandbox/%j.%n.%Y"
</calendar>
== what about an event list? ==
<calendar>
view=week
skipempty="yes"
formattitle="%l the %j. %F of '%y (Week %W)"
weekstart=1
format="Sandbox/%j.%n.%Y"
</calendar>

Latest revision as of 14:03, 17 November 2008

The wiki calendar sand box has moved here: http://wikicalendar.damian.net/

Check out this page for more info: http://www.mediawiki.org/wiki/Extension:Calendar_(Cdamian) and the google code page: http://code.google.com/p/wikicalendar/