Template:Time ago
Jump to navigation
Jump to search
0 seconds ago
This template invokes Module:TimeAgo.
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}}
→ 25 years, 2 hours, 26 minutes and 22 seconds ago{{Time ago|2000-01-01}}
→ 25 years, 185 days, 2 hours, 26 minutes and 22 seconds ago{{Time ago|2000-01-01 13:00}}
→ 25 years, 184 days, 13 hours, 26 minutes and 22 seconds ago{{Time ago|2000-01-01 1:00 PM}}
→ 25 years, 184 days, 13 hours, 26 minutes and 22 seconds ago{{Time ago|Jan 1 2000 1:00 PM}}
→ 25 years, 184 days, 13 hours, 26 minutes and 22 seconds ago{{Time ago|{{REVISIONTIMESTAMP}}}}
→ 17 days, 11 hours, 27 minutes and 33 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}}
→ 25 years ago{{Time ago|2000-01-01|min_magnitude=days}}
→ 25 years and 185 days ago{{Time ago|2000-01-01 13:00|magnitude=hours}}
→ 223574 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 |