Template:Time ago: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>MSGJ support for "magnitude" parameter, per discussion |
meta>MSGJ recode, and support for min_magnitude parameter |
||
| Line 1: | Line 1: | ||
{{#iferror: {{#time:U| {{{1|}}} }} | {{#iferror: {{#time:U| {{{1|}}} }} | ||
|{{error|Error: first parameter cannot be parsed as a date or time.}} | |{{error|Error: first parameter cannot be parsed as a date or time.}} | ||
|{{#if: {{{magnitude|}}} | |{{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> | ||
{{documentation}} | {{documentation}} | ||
</noinclude> | </noinclude> | ||
Revision as of 21:12, 27 January 2010
Template:Time ago/core Lua error in package.lua at line 80: module 'Module:Documentation/config' not found.