Module:Daterange/doc
Appearance
![]() | This is a documentation subpage for Module:Daterange. It may contain usage information, categories and other content that is not part of the original module page. |
Used for formatting ranges of dates. Can accept an unlimited number of start/end pairs. It will automatically truncate the end date to the last two digits if the rest of the digits match. If the end date is missing, the range will be presented with just the start date (or you can set the end date to "present").
Usage
{{#invoke:Daterange|main|1997|2002}}
→ 1997–2002
{{#invoke:Daterange|main|start=2020|end=2002}}
→ 2020–22
{{#invoke:Daterange|main|start1=1997|end1=2002|start2=2020|end2=2022|start3=2023}}
→ 1997–2002, 2020–22, 2023
The module will not handle non-sequential parameters, so if you have {{{start1}}}
, {{{start2}}}
, and {{{start4}}}
, only {{{start1}}}
and {{{start2}}}
will be used.
See Also
- {{Year2range}}