Jump to content

Module:Archives/bots: 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.

19 March 2026

  • curprev 01:4401:44, 19 March 2026 Taurussmith talk contribs m 2,263 bytes 0 Protected "Module:Archives/bots" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading]
  • curprev 01:4401:44, 19 March 2026 Taurussmith talk contribs 2,263 bytes +2,263 Created page with "local p = {} -- reproduced from Module:Convert local scale = { second = 1, seconds = 1, minute = 60, minutes = 60, hour = 3600, hours = 3600, day = 86400, days = 86400, month = 2629800, months = 2629800, year = 31557600, years = 31557600 } function p._human_readable_duration(args) local time = tonumber(args[1]) if time == nil or time < 0 then return "<strong class='error'>Human readable duration error: First argument must be a positive number ([[Temp..."