Main public logs
Appearance
Combined display of all available logs of DGR Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 01:44, 19 March 2026 Taurussmith talk contribs created page Module:Archives/bots (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...")