Template:Other date/doc
Template page
More actions
This template allows to specify a range of non-trivial date notations in a format that is localizable.
Usage
{{Other date |1= |2= |4= }}
Template parameters
| Parameter | Description | Default | Status | |
|---|---|---|---|---|
1 | type of date notation | empty | required | |
2 | depends on {{{1}}} | empty | optional | |
3 | depends on {{{1}}} | empty | optional | |
4 | language code (only needs to be provided if the language shall be fixed and independant from the user's preferences) | value of {{int:Lang}} | optional | |
Additional information
The template is intended to be used in the following namespaces: all namespaces
The template is intended to be used by the following user groups: all users
Relies on:
{{ISOdate}}, {{LangSwitch}}
Localization
To add your language to the list of languages supported by this template, please edit the template and add a row to the "{{LangSwitch|}}" construct. It takes the form "|xx= Your translation " (xx being the code of your language)
Examples
| {{{1}}} | Code | Output | Expected date format |
|---|---|---|---|
| - | {{other date|-|1939-09-01|1945-09-02}} | from 1 September 1939 until 2 September 1945 | [YYYY]-[MM]-[DD], [YYYY]-[MM] or [YYYY] (ISO 8601 date) |
| between | {{other date|between|1939-09|1945-09}} | between September 1939 and September 1945 | [YYYY]-[MM]-[DD], [YYYY]-[MM] or [YYYY] (ISO 8601 date) |
| < | {{other date|<|1945-09-02}} | before 2 September 1945 | [YYYY]-[MM]-[DD], [YYYY]-[MM] or [YYYY] (ISO 8601 date) |
| > | {{other date|>|1939-09-01}} | after 1 September 1939 | [YYYY]-[MM]-[DD], [YYYY]-[MM] or [YYYY] (ISO 8601 date) |
| ca | {{other date|ca|1939-09-01}} | circa 1 September 1939 | [YYYY]-[MM]-[DD], [YYYY]-[MM] or [YYYY] (ISO 8601 date) |
| or | {{other date|or|1939|1940}} | 1939 or 1940 | [YYYY]-[MM]-[DD], [YYYY]-[MM] or [YYYY] (ISO 8601 date) |
| and | {{other date|and|1939|1940}} | 1939 and 1940 | [YYYY]-[MM]-[DD], [YYYY]-[MM] or [YYYY] (ISO 8601 date) |
| s | {{other date|s|1940}} | 1940s | [YYY0] (starting year of the decade) |
| century | {{other date|century|20}} | 20th century | [cc] (century as two-digit number). 1900's = 20th century |
| season | {{other date|season|fall|1939}} | Error in Module:Complex date: season is not recognized. | {{{2}}} can be "summer", "fall", "spring", "winter", {{{3}}} must be a four-digit year |
| ? | {{other date|?}} | Unknown date | No date |