Jump to content

Sandbox/Calendar: Difference between revisions

From Krass
offset feature request
No edit summary
 
(375 intermediate revisions by 59 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://meta.wikimedia.org/wiki/User:Cdamian/calendar
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/
 
And hit the google ads if you like the extension.<br/>
__GOOGLE_BANNER__
 
== Year ==
<calendar>
name=sandbox
view=year
format=%name_%day.%month.%year
</calendar>
== Month ==
<calendar>
name=sandbox
view=month
</calendar>
== 3 Months ==
<calendar>
name=sandbox
view=threemonths
</calendar>
== Week ==
<calendar>
name=sandbox
view=week
</calendar>
== Today ==
<calendar>
name=sandbox
view=today
</calendar>
== Next 14 days ==
As
view=days
days=7
is working, this would be even nicer:
 
<table><tr><td>
  &nbsp;
  <calendar>
  name=sandbox
  view=days
  days=7
</calendar>
</td><td>&nbsp;</td><td>
  To make this work there's something like a "offset=7" parameter missing.
  <calendar>
  name=sandbox
  view=days
  days=7
  offset=7
  </calendar>
</td></tr></table>
 
== Month october 2004 ==
<calendar>
name=sandbox
view=month
year=2004
month=10
format=%name_%day_%month_%year
</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/