Difference between revisions of "Template:Calendar date/infobox"

From blackwiki
Jump to navigation Jump to search
imported>Gonnym
imported>Gonnym
Line 1: Line 1:
{{Calendar date |holiday={{If empty |{{{event|}}} |{{PAGENAMEBASE}} }} |year={{#switch: {{{year|}}}
+
{{Calendar date |holiday={{If empty |{{{holiday|}}} |{{PAGENAMEBASE}} }} |year={{#switch: {{{year|}}}
 
  | last    = {{LASTYEAR}}
 
  | last    = {{LASTYEAR}}
 
  | current = {{CURRENTYEAR}}
 
  | current = {{CURRENTYEAR}}

Revision as of 06:06, 9 August 2019

Error in {{Calendar date}} - Check |year= missing year argument

Template documentation[view] [edit] [history] [purge]

Template:Calendar date/infobox is used on infoboxes, such as {{Infobox holiday}} to add event dates.

Usage

{{Calendar date|year=}}

Parameter list

Parameter Explanation
year The year the event takes place. Most uses can use one of the preset values: |year=last, |year=current, |year=next or |year=next2. Can also accept any manual year value.
holiday The name of the holiday. If left empty the template uses {{PAGENAMEBASE}}, which uses the name of the article without disambiguation.
cite Set to "no" if there is no reference attached to eliminate the citation error.

Example

| date{{LASTYEAR}}    = {{Calendar date/infobox|year=last}}
| date{{CURRENTYEAR}} = {{Calendar date/infobox|year=current}}
| date{{NEXTYEAR}}    = {{Calendar date/infobox|year=next}}
| date{{NEXTYEAR|2}}  = {{Calendar date/infobox|year=next2}}