Date: Fri, 7 Dec 2012 15:16:29 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0) Content-Type: application/x-phpwiki; pagename=Help%2FCalendarPlugin; flags=PAGE_LOCKED%2CEXTERNAL_PAGE; markup=2; charset=UTF-8 Content-Transfer-Encoding: binary The **Calendar** [[Help:WikiPlugin|plugin]] can be used to generate a monthly calendar in a wiki page. It's handy for [[PhpWiki:PersonalWiki|personal wikis]]. Individual dates in the calendar link to specially named wiki pages. The names for the "day pages" are by default formed by appending the date to the pagename on which the calendar appears. == Usage == {{{ <> }}} will get you: <> == Arguments == {| class="bordered" |- ! Argument ! Description ! Default value |- | colspan="3" align="center" | **Selection of Month** |- | **year** | Specify the year for the calendar. | Current year |- | **month** | Specify the month for the calendar. | Current month |- | **month_offset** | Added to //month//. Can be used to include several months worth of calendars on a single wiki page. | 0 |- | colspan="3" align="center" | **"Day Page" Names** |- | **date_format** | [[php-function:strftime|strftime]] style format string used to generate page names for the "day pages." | The default value is =%Y-%m-%d=. |- | **prefix** | Prepended to the date (formatted per //date_format//) to generate the "day page" names. | The default value is =~[pagename]/=. |- | colspan="3" align="center" | **Appearance** |- | **month_format** | [[php-function:strftime|strftime]] style format string used to generate the title of the calendar. | (Default: =%B %Y=.) |- | **wday_format** | [[php-function:strftime|strftime]] style format string used to generate the day-of-week names at the top of the calendar. | |- | **start_wday** | What day of the week does the calendar start on. This should be specified as an integer in the range zero (Sunday) through six (Saturday), inclusive. | |} == Examples == {{{ <> }}} will get you: <> {{{ <> }}} will get you: <> == See Also == * [[Help:CalendarListPlugin]] Often used together like this: {{{ <> <> }}} == Authors == This feature was inspired by [[http://manila.userland.com/|Calendar]], and first implemented by Gary Benson. It was later implemented as a [[Help:WikiPlugin|plugin]] by [[Help:Jeff Dairiki|Jeff Dairiki]]. ---- [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]