Calendar Link Action Documentation
not included in WikkaThis is the documentation page for the calendar link action.
Documentation
Short description
This action creates relations between pages belonging to the same calendar or displays the next or previous entry of a specified calendar. If provided with a date, it will use this as origin for the parameter link. If provided with an offset, this will first be added (haven't tried negative offsets yet) to date (if provided) or the current day (if parameter date is not provided). After this, the relation will take effect.Parameters
name | type | required? | default | description |
---|---|---|---|---|
calendarname | string | optional | current calendar or current user | The calendar base name on which to operate. |
link | string | optional | next | This can be either 'next' (the default), 'prev', 'following', 'latest' or 'today', where 'next' and 'prev' work only correct if the action is on a calendar entry page, displaying the entry next or previous to the current entry, while 'following' and 'latest' use the current or calculated date and and shows the next upcoming or latest entry in the calendar. |
date | integer | optional | current date | The relative origin for link mode |
offset | integer | optional | 0 | Offset for date calculation [days] |
Long description
Place for a longer description.Usage:
{{calendarlink [calendar="xxx"] [link="next|prev|following"] [date="yyyymmdd"] [offset="[number of days]"]}}
Example:
{{calendarlink calendar="ConCerts" link="following" date="20070601" offset="14"}}
Author
MasinAlDujailiwith code from JavaWoman and DennyShimkoski
To do
- Extend offset with the ability to accept other values than days or even mixed values like '4a2m2w3d' which should be read as 4 years, 2 month, 2 weeks and 3 days.
- enabling negative or more complexoffset: '-4a+3m+2w-1d'
- checking if 'next' and 'following', and 'prev' and 'latest' can be combined
- code cleanup
CategoryUserContributions