Created page with "<includeonly><div class="template-calendar floatright"> <div class="template-calendar__header"> {{Prevnext |prev={{#time:F 1|{{{1}}} + 11 months}} |prevTitle={{#time:M|{{{1}}} + 11 months}} |title={{{1| }}} |next={{#time:F 1|{{{1}}} + 1 month}} |nextTitle={{#time:M|{{{1}}} + 1 month}} }} </div> <div class="template-calendar__grid"> <div class="template-calendar__day">[[{{{1}}} 1|1]]</div> <div class="template-calendar__day">[[{{{1}}} 2|2]]</div> <div class="template..." |
(No difference)
|
Latest revision as of 02:50, 25 June 2024
{{#invoke:Documentation|doc}}{{#seo: |type = website |description = Template:Calendar is a template page used on the Olympus Entertainment Wiki. Templates are pages that are embedded (transcluded) into other pages to allow for the repetition of information. |site_name = Olympus Entertainment Wiki |locale = en }} The Template:T template displays the calendar for a particular month.
Usage
{{calendar|month name}}
TemplateData
<templatedata> { "params": { "1": { "label": "Month", "description": "Month name you wish to display a calendar for", "example": "May", "type": "string", "required": true, "suggested": true } }, "description": "Displays the calendar for a particular month", "format": "inline" } </templatedata>