= Small calendar with days linking to wiki pages = == Description == Inserts a small calendar where each day links to a wiki page whose name matches the `wiki-page-format` agument. The current day is highlighted, and days with Milestones are marked in bold. This version makes heavy use of CSS for formatting. It can be used for maintaining a calendar of meeting minutes or any situation where the wiki page name is based on the date. It is designed to work well with the [trac:MacroBazaar#Blog Blog] macro, so if a previous month is selected from the Blog, the calendar will display the selected month. Non-existent pages link directly to the edit form for the requested page to make it easy to add new meeting minutes pages. It uses the time format syntax from the Python [http://python.org/doc/current/lib/module-time.html time module]'s {{{strftime}}} method. == Bugs/Feature Requests == Existing bugs and feature requests for WikiCalendarMacro are [query:status!=closed&component=WikiCalendarMacro&order=priority here]. If you have any issues, create a [/newticket?component=WikiCalendarMacro&owner=rjollos new ticket]. == Download == Download the zipped source. * [source:wikicalendarmacro/0.8 WikiCalendarMacro for 0.8]. * [source:wikicalendarmacro/0.9 WikiCalendarMacro for 0.9]. * [source:wikicalendarmacro/0.9 WikiCalendarMacro for 0.11]. == Source == You can check out the source for !WikiCalendarMacro from Subversion [http://trac-hacks.org/svn/wikicalendarmacro here] or [source:wikicalendarmacro browse the source] with Trac. == Example == Usage: {{{ [[WikiCalendar([year, [month, [show-buttons, [wiki-page-format]]]])]] }}} Arguments: 1. `year` (4-digit year) - defaults to `*` (current year) 1. `month` (2-digit month) - defaults to `*` (current month) 1. `show-buttons` (boolean) - defaults to `true` 1. `wiki-page-format` (string) - defaults to `%Y-%m-%d` {{{ [[WikiCalendar(2006,07)]] [[WikiCalendar(2006,07,false)]] [[WikiCalendar(*,*,true,Meeting-%Y-%m-%d)]] [[WikiCalendar(2006,07,false,Meeting-%Y-%m-%d)]] }}} [[Image(wiki-calendar-screen.2.png)]] == Recent Changes == [[ChangeLog(wikicalendarmacro, 3)]] == Author/Contributors == '''Author:''' [wiki:mgood mgood] [[BR]] '''Maintainer:''' [wiki:rjollos] [[BR]] '''Contributors:''' [mailto:alexander.klimetschek@hpi.uni-potsdam.de Alexander Klimetschek], JoshuaH [[TagIt(macro,mgood,example,0.8,0.9,0.11)]]