Difference between revisions of "Template:Time ago"
From LIMSWiki
Jump to navigationJump to searchShawndouglas (talk | contribs) (Created as necessary.) |
Shawndouglas (talk | contribs) (Undo revision 37798 by Shawndouglas (talk)) |
(2 intermediate revisions by the same user not shown) | |
(No difference)
|
Latest revision as of 22:04, 4 February 2020
0 seconds ago
[edit] [ ] Template documentation
The Time ago template calculates the amount of time which has passed since a provided timestamp. The result is a string similar to one of the examples below. This template should not be used with "subst" unless you don't want the stamp to change as the user refreshes the page.
Note that due to LIMSwiki's caching mechanisms, you may need to purge a page using this template to update the dynamic value.
The result is rounded down. "Month" is defined as 31 days.
Usage
{{Time ago|timestamp}}
The timestamp can be almost any solid, readable format but to avoid ambiguity mistakes, one of the styles below is preferred.
magnitude
parameter can be set to explicitly use certain unit. Allowed values are:seconds
,minutes
,hours
,days
,weeks
,months
andyears
.min_magnitude
parameter can be set to use the specified unit or bigger units. Allowed values are:seconds
,minutes
,hours
,days
,months
andyears
.ago
parameter can be set to override the default usage of the text "ago
".
Examples
- {{Time ago| -83 minutes}} → 83 minutes ago
- {{Time ago| -334 minutes}} → 5 hours ago
- {{Time ago|{{REVISIONTIMESTAMP}}}} → 4 years ago
- {{Time ago| Jan 21, 2001 3:45 PM}} → 23 years ago
- {{Time ago| Nov 6 2008}} → 16 years ago
- {{Time ago| Nov 6 2008|magnitude=weeks}} → 837 weeks ago
- {{Time ago| Nov 6 2008|min_magnitude=days}} → 16 years ago
- {{Time ago| Nov 6 2008|min_magnitude=years}} → 16 years ago
- {{Time ago| Nov 6 2008|ago=in the past}} → 16 years in the past
See also
- {{LastEditedBy}}
The above documentation is transcluded from Template:Time ago/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |