Template:End date
Sarna News

- Bad 'Mechs - Thresher Mk II
- HEXTECH Wave 9 Review - Winding Rivers, Tall Walls, and Underground Tunnels
- Hired Steel and Making MechWarrior 5: Clans Cinematics with Constantin & Bernhard of TMC
- Your BattleTech News Round-Up For December, 2024
- Community Outreach - Caterwauling On CamoSpecs With Matt "00Dawg" Frederiksen
- Read more →
Contents
Usage[edit]
This template ({{End date}}) returns a date, or date-time. It also include the same date (and time) duplicated in a hidden (by CSS) ISO date format, for use inside other templates which emit microformats. It should not be used outside such templates. The hidden date degrades gracefully when CSS is not available.
Syntax[edit]
{{End date|year|month|day}}
Examples:
{{End date|1993|2|24}}
→ "February 24, 1993 "{{End date|1993|2|24|08|30}}
→ "08:30, February 24, 1993 "
An optional parameter, df, can be set to "y" or "yes" (or indeed any value) to display the day before the month. This is primarily used in articles about events in parts of the world where the day precedes the month in a date.
Examples:
{{End date|1993|2|24|df=yes}}
→ "24 February 1993 "
Parameters[edit]
TemplateData for End date
Date that an event or entity ended or was dissolved
Parameter | Description | Type | Status | |
---|---|---|---|---|
YYYY | 1 | end year | Number | optional |
MM | 2 | end month | Number | optional |
DD | 3 | end day of month | Number | optional |
HH | 4 | end hours | Number | optional |
MM | 5 | end minutes
| Number | optional |
SS | 6 | end seconds
| Number | optional |
TZ | 7 | time zone offset, “+02:00”, “-06:00” or “Z” for UTC | Line | optional |
day first | df | boolean parameter to put the date before the month name
| Line | optional |
Example[edit]
{{End date|2016|12|31}}
→ December 31, 2016December 31, 2016<span style="display:none"> (<span class="dtend itvend">2016-12-31</span>)</span>
See also[edit]
- {{Start date}}
- {{Start and end dates}}
- {{trim date}}