داڕێژە:Start-date/doc
ئەمە ژێرپەڕەیەکی بەڵگەنامەیە بۆ داڕێژە:Start-date. کە پێکدێت لە زانیاریی بەکارھێنان، پۆلەکان و شتی دیکە کە بەشێک نین لە داڕێژە پەڕەی ڕەسەن. |
This template employs intricate features of template syntax. You are encouraged to familiarise yourself with its setup and parser functions before editing the template. If your edit causes unexpected problems, please undo it quickly, as this template may appear on a large number of pages. Remember that you can conduct experiments, and should test all improvements, in either the general Template sandbox or your user space before changing anything here. |
ئەم داڕێژەیە لوا بەکار دەھێنێت: |
{{Start-date}}, {{Birth-date}}, {{End-date}}, and {{Death-date}} are easy to read "plain text" date and time templates that emit microformat dates for events. These templates are an alternative to the {{Start date}}/{{Birth date}} and {{End date}}/{{Death date}} templates that also emit microformats but require dates to be expressed in standard, unambiguous and international ISO syntax. "Fuzzy" dates and times are supported. For events where the precise time, day or month is not known, the user may omit these details. Time zones are assumed to be local to the event. If time zone information is specified, the otherwise optional timezone parameter must be set.
Examples
دەستکاریSamples below display ڕێکەوتەکە نەناسرایەوە. ھەوڵی گۆڕانێکی بچووک لە یەکەم پارامەتری ڕێکەوتەکە بدە., and emit hidden microformat date: 1941-12-07
|
Samples below display ڕێکەوتەکە نەناسرایەوە. ھەوڵی گۆڕانێکی بچووک لە یەکەم پارامەتری ڕێکەوتەکە بدە., and emit hidden microformat date: 1941-12-07
|
Samples below demonstrate how days, timezones and hours, minutes and seconds can be shown (order often not important). Displays ڕێکەوتەکە نەناسرایەوە. ھەوڵی گۆڕانێکی بچووک لە یەکەم پارامەتری ڕێکەوتەکە بدە., and emits hidden microformat date (corrected for UTC): 1941-12-08T03:43Z
|
Samples below demonstrate providing a location with local time to generate UTC value. Displays ڕێکەوتەکە نەناسرایەوە. ھەوڵی گۆڕانێکی بچووک لە یەکەم پارامەتری ڕێکەوتەکە بدە., and emits hidden microformat date (corrected for UTC): 1941-12-08 T03:20Z
|
Samples below demonstrate use of Julian calendar dates. Displays ڕێکەوتەکە نەناسرایەوە. ھەوڵی گۆڕانێکی بچووک لە یەکەم پارامەتری ڕێکەوتەکە بدە., and emits hidden microformat date: 1672-06-09
|
Microformat output
دەستکاریStart date templates: داڕێژە:Nowiki template demo داڕێژە:Nowiki template demo
Birth date templates: داڕێژە:Nowiki template demo داڕێژە:Nowiki template demo
End date templates: داڕێژە:Nowiki template demo داڕێژە:Nowiki template demo
Death date templates: داڕێژە:Nowiki template demo داڕێژە:Nowiki template demo
Parameters
دەستکاری- parameter 1
- (required) The date and time to display and to emit as a microformat date. If year is absent, the current year is assumed. If day is missing, the first of the month is assumed. If hour, or minutes are missing, zero is assumed. If time zone or location is missing, the local time of the event discussed in the article is assumed. See timezone parameter if UTC time is desired. Authors may specify place names (see list) or time zones such as EDT, PST, HST and so on and these will be properly adjusted to UTC (Coordinated Universal Time) for transfer to other applications via microformat encoding. Gregorian calendar dates are required. Display in Julian or Chinese calendar date is possible using parameter 2.
- ISO8601
- (optional) if present, this ISO8601 date/time value is emitted instead of the value derived from parameter 1.
- BCE
- (required for BCE dates) set to yes if the date is BC.
- timezone
- tz
- (required if timezone information specified) Set to yes if the time is UTC or if the location, timezone, or timezone offset is specified.
TemplateData
دەستکاریدراوەی داڕێژە بۆ Start-date
بێوەسف.
پارامەتر | وەسف | جۆر | ڕەوش | |
---|---|---|---|---|
1 | 1 | بێوەسف | نەزانراو | دڵخواز |
2 | 2 | بێوەسف | نەزانراو | دڵخواز |
ISO8601 | ISO8601 | بێوەسف | نەزانراو | دڵخواز |
dt | dt | بێوەسف | نەزانراو | دڵخواز |
tz | tz | set to "yes" when timezone is present, or when timzone UTC is implicit | Boolean | دڵخواز |
timezone | timezone | بێوەسف | نەزانراو | دڵخواز |
BCE | BCE | بێوەسف | نەزانراو | دڵخواز |
BC | BC | بێوەسف | نەزانراو | دڵخواز |
display | display | بێوەسف | نەزانراو | دڵخواز |
class-extra | class-extra | بێوەسف | نەزانراو | دڵخواز |
df | df | بێوەسف | نەزانراو | دڵخواز |
Ambiguous times and dates
دەستکاریFor the years 99 BC to 99AD especially, microformats may not be emitted properly unless expressed in the form YYYY-MM-DD. For users uninterested in microformats, it should be noted that this restriction has no known impacts other than microformat data which are currently invisible to users. The user of course may express the display form in the second parameter however they would like. Example: 1-2-3 is interpreted as February 3, 1 A.D, and emitted in that form via microformats when the user may have intended something else. Other 3 digit years may be misinterpreted as well, so best practice is to use leading zeros to make a 4 digit year for this date range. For example, February 274 will be interpreted as February 27, 2004. Instead, use "February 0274". Background: There is a good rationale for the behavior of the system function which actually does the hard work of this template. It is very unusual for people to mention such dates so long ago, so when we really mean this date, we must specify a 4 digit date. Outside of this period with ambiguous years, users may use free text dates without this restriction. Bot runs may make a conversion of non 4 digit years to 4 digits (with leading zeros) in order to refine Wikipedia's quality of microformat dates. These changes will not affect display, but for those curious, this is the rationale for such bot manipulations.
Time zones
دەستکاریMost time zone abbreviations as well as a large number of place names are recognized. (See recognized timezone values table.)
{{start-date|December 7, 1941 8:43AM Pacific/Honolulu }}
→ ڕێکەوتەکە نەناسرایەوە. ھەوڵی گۆڕانێکی بچووک لە یەکەم پارامەتری ڕێکەوتەکە بدە.{{start-date|December 8, 1941 12:30PM Asia/Manila }}
→ ڕێکەوتەکە نەناسرایەوە. ھەوڵی گۆڕانێکی بچووک لە یەکەم پارامەتری ڕێکەوتەکە بدە.
Tracking categories
دەستکاریTemplate transclusions with invalid parameters:
- پۆل:Start-date transclusions with invalid parameters (٠)
- پۆل:Birth-date transclusions with invalid parameters (٠)
- پۆل:End-date transclusions with invalid parameters (٠)
- پۆل:Death-date transclusions with invalid parameters (٠)
Dates not in Wikidata:
- پۆل:Date of birth not in Wikidata (٧)
- پۆل:Date of death not in Wikidata (٠)
- پۆل:Articles without Wikidata item (١)
See also
دەستکاری- {{Date-mf}}
داڕێژە:Birth, death and age templates