Table of Contents
monthcal Plugin
Compatible with DokuWiki
- 2023-04-04 "Jack Jackrum" unknown
- 2022-07-31 "Igor" yes
- 2020-07-29 "Hogfather" yes
- 2018-04-22 "Greebo" yes
Similar to wikicalendar, yearbox
About
Small and simple monthly calendar.
Installation
Search and install the plugin using the Extension Manager. Refer to Plugins on how to install plugins manually.
Example
Usage
Display calendar for current month.
{{monthcal}}
Display calendar for current month and align it to the right.
{{monthcal:align=right}}
Display calendar for current month, but do not mark current day.
{{monthcal:mark_today=no}}
Display calendar for specified month/year, but do not create links.
{{monthcal:month=1,year=2018,create_links=no}}
Display calendar for specified month/year and use table border.
{{monthcal:month=12,year=2018,borders=table}}
Display calendar for specified month/year and use borders.
{{monthcal:month=12,year=2018,borders=all}}
Display calendar for specified month/year and defined namespace.
{{monthcal:month=12,year=2018,namespace=journal}}
Display calendar for specified month/year and start week at Sunday.
{{monthcal:month=12,year=2018,week_start_on=sunday}}
Display calendar for specified month/year with week numbers.
{{monthcal:month=12,year=2018,display_weeks=yes}}
Display calendar for current month/year but do not create *new page* links for dates in the past.
{{monthcal:do_not_create_past_links=yes}}
Display calendar for current month/year and additional prev/next month links.
{{monthcal:create_prev_next_links=yes}}
Display calendar for current month/year and create “local” links (e.g. #section03).
{{monthcal:create_links=local}}
Change Log
- Merge branch 'master' into 'master' (2020-09-01 02:03)
- fix: use theme predefined colors (2020-08-31 11:17)
- Update plugin.info.txt (2019-04-14 18:15)
- Update syntax.php (2019-04-14 18:14)
- Update syntax.php to stop compatibility messages (2019-04-14 18:12)
- Update plugin.info.txt (2019-04-14 18:02)
- Update date in plugin.info.txt (2019-04-12 13:12)
- Merge branch 'development' into 'master' (2018-09-23 14:41)
Future development
- PL translations
- CSS could be improved, but in what direction?
Discussion
Please go to discussion page
Have a nice day!