| ||||||||
This template renders a discreet, collapsible calendar bar for microblog month pages titled "Month (YYYY)", e.g. June (2026).
Usage: put {{MonthNav}} on the page (month and
year are taken from the page title). To force them on another page:
{{MonthNav|month=July|year=2025}}.
Important activities can be signaled in the MonthNav with ranges like this:
{{MonthNav|18|19|[[AI]] week-end}}
The leading __FORCETOC__ makes MediaWiki emit a
table of contents even on a month with fewer than four day sections, which is
what MediaWiki:Gadget-caltoc.js turns into the calendar; without it a thin
month such as May (2026) would have no calendar at all.
Requires Module:MonthNav and the companion gadget MediaWiki:Gadget-monthnav.js (which builds the year drop-down, collapses the panel, and pins the bar to the bottom of the page).