numbers 1
to 12
– defaults to current month when month number is out of range
month names (January
, March
, etc) – defaults to current month when month name is not recognized
keywords:
current
– display the current month
last
– display the month that occurs before the current month
next
– display the month that occurs after the current month
{{var|n}}
to be used for calendar rendering; default is 4
; values of {{var|n}}
less than 1 or greater than 12 ignoredyes
; calendar renders in ISO week format (Monday through Sunday); not needed if setyes
; calendar renders in ISO week format (Monday through Sunday) with ISO week number in the left column; setting automatically setscenter
– middle of the page
right
– at the right page margin
yes
; suppresses display of year in calendar headers; aliasyes
; highlights the current date in the current-month calendard
– link days in calendar to calendar day of calendar month – <nowiki>[[</nowiki>{{CURRENTMONTHNAME}} {{CURRENTDAY}}]]
m
– link month in calendar header to month article – <nowiki>[[</nowiki>{{CURRENTMONTHNAME}}]] 2019
y
– link year in calendar header to year article – {{CURRENTMONTHNAME}} <nowiki>[[</nowiki>{{CURRENTYEAR}}]]
dm
– link to days and month
dy
– link to days and year
my
– link to month and year
yes
– individually link all date components
m&y
– stand-alone month calendars only; link month and year together as a single composite link – <nowiki>[[</nowiki>{{CURRENTMONTHNAME}} {{CURRENTYEAR}}]]
dm&y
– stand-alone month calendars only; link to days and composite month/year
These parameters require :
These parameters automatically set to the appropriate value; override values assigned to and :
For stand-alone month calendars only, links to previous- and next-month targets:
yes
; adds generic << and >> links to month header linked to the preceding and next month articles; automatically set if any of the following parameters are set:if the current page and section is <nowiki>[[An example page#May]]</nowiki>
and there is a May calendar there, to offer links to the previous month (April) and next month (June) sections set:
– creates link to <nowiki>[[An example page#April]]</nowiki>
– creates link to <nowiki>[[An example page#June]]</nowiki>
if the current page is a subpage <nowiki>[[An example page/May]]</nowiki>
and there is a May calendar there, to offer links to the previous month and next month subpages set:
– creates link to <nowiki>[[An example page/April]]</nowiki>
– creates link to <nowiki>[[An example page/June]]</nowiki>
in ../
, ..
is the parent (<nowiki>[[An example page]]</nowiki>
) and /
is the required path separator; see Uniform Resource Identifier