Module:Time ago: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 June 2023

13 June 2023

31 May 2023

21 May 2023

17 May 2023

6 May 2023

1 March 2023

28 January 2023

  • curprev 07:0407:04, 28 January 2023Nomad talk contribs 4,416 bytes +4,416 Created page with "-- Replacement for Template:Time ago local numberSpell = require('Module:NumberSpell')._main local yesno = require('Module:Yesno') local p = {} -- Table to convert entered text values to numeric values. timeText = { ['seconds'] = 1, ['minutes'] = 60, ['hours'] = 3600, ['days'] = 86400, ['weeks'] = 604800, ['months'] = 2678400, ['years'] = 31557600 } -- Table containing tables of possible units to use in output. timeUnits = { [1] = { 'second', 'seconds', "s..."

16 March 2020