Template:Time ago: Difference between revisions

From TwentyOneWiki
Jump to navigation Jump to search
(Created page with "{{#invoke:Time ago|main}}<noinclude> <!-- Categories go in the /doc subpage and interwikis go in Wikidata. --> </noinclude>")
 
No edit summary
 
Line 1: Line 1:
{{#invoke:Time ago|main}}<noinclude>
{{#iferror: {{#time:U| {{{1|}}} }}
<!-- Categories go in the /doc subpage and interwikis go in Wikidata. -->
|{{error|Error: first parameter cannot be parsed as a date or time.}}
|{{Time ago/core
  |time = {{{1|}}}
  |auto_magnitude_num = {{#if:{{{magnitude|}}}
  |0<!-- Make sure the specified {{{magnitude}}} is used -->
  |{{#expr:{{#ifexpr: floor( abs( {{#time:U}} - {{#time:U| {{{1|}}} }} ) / 120      ) | 1 | 0 }}+
    {{#ifexpr: floor( abs( {{#time:U}} - {{#time:U| {{{1|}}} }} ) / 7200    ) | 1 | 0 }}+
    {{#ifexpr: floor( abs( {{#time:U}} - {{#time:U| {{{1|}}} }} ) / 172800  ) | 1 | 0 }}+
    {{#ifexpr: floor( abs( {{#time:U}} - {{#time:U| {{{1|}}} }} ) / 5356800  ) | 2 | 0 }}+
    {{#ifexpr: floor( abs( {{#time:U}} - {{#time:U| {{{1|}}} }} ) / 63115200 ) | 1 | 0 }}
  }}
  }}
  |min_magnitude_num = {{#switch:{{#if:{{{magnitude|}}}
    |{{{magnitude}}}
    |{{{min_magnitude}}}
  }}
  |years  = 6
  |months  = 5
  |weeks  = 4
  |days    = 3
  |hours  = 2
  |minutes = 1
  |seconds
  |#default= 0
  }}
}}
}}<noinclude>
</noinclude>
</noinclude>

Latest revision as of 02:09, 21 January 2024