Date: Wed, 29 Aug 2007 09:31:31 +0200 Mime-Version: 1.0 (Produced by PhpWiki 1.3.14-20070828) X-Rcs-Id: $Id: Help%2FCalendarListPlugin,v 1.3 2008-03-01 08:59:05 vargenau Exp $ Content-Type: application/x-phpwiki; pagename=Help%2FCalendarListPlugin; pgsrc_version="2 $Revision: 1.3 $"; flags=""; markup=2; charset=iso-8859-1 Content-Transfer-Encoding: binary The ~CalendarList [WikiPlugin|Help:WikiPlugin] is used in conjunction with the [CalendarPlugin|Help:CalendarPlugin]. It was written for those who use a wiki as a [personal information manager|PhpWiki:PersonalWiki]. Derived from Calendar.php by Martin Norbäck Just click any date in the calendar, edit the for that date, then come back to this page. The event should be listed below the calendar. Honors now year + month args as start base - together with Calendar navigation. The behaviour before 2007 with last/next_n_days was to start now. Usage: Example (_click any date and edit it, then return to this page_): !! Plugin Arguments year: Specify the year for the calendar. (Default: current year.) month: Specify the month for the calendar. (Default: current month.) prefix: Default: Current Page date_format: Default: '%Y-%m-%d' order: Report sequence: "normal" or "reverse". "reverse" displays newest dates first. Default: PLUGIN_CALENDARLIST_ORDER month_offset: => 0, ! Support ranges: next or last N days/events next_n_days: next_n_days=60: Display entries for the next 60 days / 2 months. Default: PLUGIN_CALENDARLIST_NEXT_N_DAYS (empty) next_n: next_n=20: Display only the next 20 entries. Ignored if next_n_days is defined. Default: PLUGIN_CALENDARLIST_NEXT_N (empty) last_n_days: last_n_days=60: Display entries for the last 60 days / 2 months. Default: PLUGIN_CALENDARLIST_LAST_N_DAYS (empty) last_n: last_n=20: Display only the last 20 entries. Ignored if last_n_days is defined. Default: PLUGIN_CALENDARLIST_LAST_N (empty) month_format: How to display the Month.
Default: '%B, %Y' wday_format: How to display the weekday, if supported by your strftime() function.
Default: '%a' start_wday: Start the week at Sunday or Monday
Default: 1 for Monday !! Config Options * PLUGIN_CALENDARLIST_ORDER = normal * PLUGIN_CALENDARLIST_NEXT_N_DAYS = '' * PLUGIN_CALENDARLIST_NEXT_N = '' * PLUGIN_CALENDARLIST_LAST_N_DAYS = '' * PLUGIN_CALENDARLIST_LAST_N = '' ----- PhpWikiDocumentation Help:WikiPlugin