Template:Time ago: Difference between revisions

From Test Wiki
Jump to navigation Jump to search
+
m 1 revision imported
 
(No difference)

Latest revision as of 16:20, 17 December 2024

0 seconds ago

The template description below will not be displayed when the template is placed.
Template: v · d · eTemplate/doc: v · d · e

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 Wikipedia's caching mechanisms, you may need to purge a page using this template to update the dynamic value. See the section Purge below.

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 and years.
  • min_magnitude parameter can be set to use the specified unit or bigger units. Allowed values are: seconds, minutes, hours, days, months and years.
  • ago parameter can be set to override the default usage of the text "ago". If the parameter is blank but not missing (i.e. {{time ago|2008|ago=}}), then the text "ago" is suppressed altogether. For future dates, setting "ago" as blank but not missing will suppress the text "time" (i.e. "2 years" instead of "2 years' time").

Spelling out numbers

Numbers from 1 to 100 can be spelled out in their equivalent English word by using the spellout parameter. If spellout is set to "yes", "y", "true" or "1", all numbers from 1 to 100 will be spelled out. If spellout is set to "auto", only numbers from 1 to 9 will be spelled out, as per the recommendations at MOS:NUMERAL.

It is also possible to set a custom maximum value for spelling out by using the spelloutmax parameter. For example, setting |spellout=yes and |spelloutmax=24 will result in all numbers less than or equal to 24 being spelled out, and all numbers greater than 24 appearing as numerals.

Numeric output

Add |numeric=y to print the number only (no text).

Purge link

Add the parameter |purge=yes to add a purge link.

Examples

  • Script error: No such module "Template link general".83 minutes ago
  • Script error: No such module "Template link general".5 hours ago
  • Script error: No such module "Template link general".5 hours' time
  • Script error: No such module "Template link general".5 hours
  • Script error: No such module "Template link general".124 years ago
  • Script error: No such module "Template link general".15 days ago
  • Script error: No such module "Template link general".23 years ago
  • Wrong: Script error: No such module "Template link general".Error: first parameter cannot be parsed as a date or time.
  • Script error: No such module "Template link general".23 years ago
  • Script error: No such module "Template link general".16 years ago
  • Script error: No such module "Template link general".843 weeks ago
  • Script error: No such module "Template link general".16 years ago
  • Script error: No such module "Template link general".16 years ago
  • Script error: No such module "Template link general".16 years in the past
  • Script error: No such module "Template link general".16 years ago (purge)
  • Script error: No such module "Template link general".16 years ago
  • {{Time ago| June 1, 2009|spellout=yes}}fifteen years ago
  • {{Time ago| June 1, 1999|spellout=yes}}twenty-five years ago
  • {{Time ago| June 1, 2009|spellout=auto}}15 years ago
  • {{Time ago| June 1, 1999|spellout=auto}}25 years ago
  • {{Time ago| June 1, 1989|spellout=yes|spelloutmax=15}}35 years ago
  • {{Time ago| June 1, 1989|spellout=yes|spelloutmax=25}}35 years ago
  • Script error: No such module "Template link general".17 hours' time
  • Wrong: Script error: No such module "Template link general".Error: first parameter cannot be parsed as a date or time.

TemplateData

This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Time ago in articles based on its TemplateData.

TemplateData for Time ago

<templatedata> { "description": "This template calculates the amount of time which has passed since a provided timestamp.", "params": { "1": { "label": "Timestamp", "description": "Base timestamp for calculation of passed time. Example format: Nov 6 2008, see template documentation for other supported formats.", "type": "string", "required": true }, "magnitude": { "label": "magnitude", "description": "Explicitly sets a specific unit to display return value. Allowed values are: seconds, minutes, hours, days, weeks, months and years.", "type": "string", "required": false }, "min_magnitude": { "label": "min_magnitude", "description": "Sets a minimum unit to display return value. Allowed values are: seconds, minutes, hours, days, months and years.", "type": "string", "required": false }, "ago": { "label": "ago", "description": "Override the default usage of the text 'ago'. If it is blank but not missing then 'ago' will be removed completely; for future dates, this will remove the text 'time' as well.", "type": "string", "required": false }, "purge": { "label": "Purge link", "description": "Add the parameter purge=yes to add a WP:PURGE link.", "type": "string", "required": false }, "spellout": { "type": "string/line", "label": "Spell out numbers", "description": "If set to \"yes\", \"y\", \"true\" or \"1\", numbers from 1 to 100 are spelled out as English words. If set to \"auto\", numbers from 1 to 9 are spelled out." }, "spelloutmax": { "type": "number", "label": "Spell out max", "description": "The maximum number to be spelled out as an English word." } } } </templatedata>

See also