2,122 bytes added
, 21:17, 15 July 2021
{{Module rating|beta}}
<!-- Please place categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) -->
== Usage ==
:''For templates, you might want to use {{T|Date period}} instead.''
<code><nowiki>{{</nowiki>#invoke:{{BASEPAGENAME}}|''_main''|dateA|dateB}}</code>
Automatically formats two given dates with a space and and en dash. Dates can be of any format supported by [[Module:Date]].
If the month is the same, it is only shown once. If the month and day is the same, it will not show a second part at all. If the year is different, it will show the year no matter what.
{| class="wikitable"
! Date A
! Date B
! Output
|-
| 2021-02-19
| present
| {{#invoke:Date period|main|2021-02-19|present}}
|-
| present
| 2021-02-25
| {{#invoke:Date period|main|present|2021-02-25}}
|-
| 2021-02-19
| 2021-02-25
| {{#invoke:Date period|main|2021-02-19|2021-02-25}}
|-
| 2021-02-19
| 2021-03-25
| {{#invoke:Date period|main|2021-02-19|2021-03-25}}
|-
| 2020-02-19
| 2021-02-25
| {{#invoke:Date period|main|2020-02-19|2021-02-25}}
|}
The year can be forcefully shown with the <code>show-year</code> parameter (third parameter of <code>p._main</code>).
{| class="wikitable"
! Date A
! Date B
! show-year
! Output
|-
| 2021-02-19
| 2021-02-25
| no
| {{#invoke:Date period|main|2021-02-19|2021-02-25|show-year=no}}
|-
| 2021-02-19
| 2021-02-25
| yes
| {{#invoke:Date period|main|2021-02-19|2021-02-25|show-year=yes}}
|-
| 2020-02-19
| 2021-02-25
| no
| {{#invoke:Date period|main|2020-02-19|2021-02-25|show-year=no}}
|-
| 2020-02-19
| 2021-02-25
| yes
| {{#invoke:Date period|main|2020-02-19|2021-02-25|show-year=yes}}
|}
If one of the dates is invalid, the raw text will be displayed instead.
{| class="wikitable"
! Date A
! Date B
! Output
|-
| 2021-02-19
| Sometime far in the future.
| {{#invoke:Date period|main|2021-02-19|Sometime far in the future.}}
|-
| Long ago
| 2021-02-25
| {{#invoke:Date period|main|Long ago|2021-02-25}}
|}
<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | |
<!-- Categories below this line, please; interwikis at Wikidata -->
}}</includeonly>