Template:Time ago
Jump to navigation
Jump to search
0 seconds ago
This documentation is transcluded from Template:Time ago/doc. (Edit | history)
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
Note to editors: Please don't categorize this template by editing it directly. Instead, place the category in its documentation page, in its "includeonly" section.
This template invokes Module:TimeAgo.
It is not ready for use as long as the module miscalculates the duration!
Usage
{{Time ago|timestamp}} or {{Time ago|timestamp|option}}
Replace timestamp with a valid specification of date and/or time,
some are:
- yyyy
- yyyy-mm-dd
- yyyy-mm-dd hh:mm
- yyyy-mm-dd h:mm AM/PM
- Mmm d yyyy h:mm AM/PM
- {{REVISIONTIMESTAMP}}
Examples:
{{Time ago|2000}}
→24 years, 13 hours, 31 minutes and 22 seconds ago{{Time ago|2000-01-01}}
→24 years, 3 weeks, 5 days, 13 hours, 31 minutes and 22 seconds ago{{Time ago|2000-01-01 13:00}}
→24 years, 3 weeks, 5 days, 31 minutes and 22 seconds ago{{Time ago|2000-01-01 1:00 PM}}
→24 years, 3 weeks, 5 days, 31 minutes and 22 seconds ago{{Time ago|Jan 1 2000 1:00 PM}}
→24 years, 3 weeks, 5 days, 31 minutes and 22 seconds ago{{Time ago|{{REVISIONTIMESTAMP}}}}
→2 years, 3 weeks, 4 days, 12 hours, 44 minutes and 53 seconds ago
Options:
You can use optional parameters to shorten output:
|magnitude=years/months/days/hours/minutes
|min_magnitute=years/months/days/hours/minutes
Examples:
{{Time ago|2000|min_magnitude=years}}
→24 years ago{{Time ago|2000-01-01|min_magnitude=days}}
→24 years, 3 weeks and 5 days ago{{Time ago|2000-01-01 13:00|magnitude=hours}}
→218396 hours ago
Parameters
Indicates the time that has elapsed since a specific date
Parameter | Description | Type | Status | |
---|---|---|---|---|
timestamp | 1 | date and time
| String | required |
magnitude | magnitude | to set the scale (unit), the interval is shown
| String | optional |
min_magnitude | min_magnitude | to shorten the display by removing the time units below the setting
| String | optional |