Module:Duration: 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.

16 April 2023

  • curprev 05:4105:41, 16 April 2023NeonWabbit talk contribs 3,124 bytes 0 NeonWabbit changed the content model of the page Module:Duration from "wikitext" to "Scribunto" Tag: content model change
  • curprev 05:3305:33, 16 April 2023NeonWabbit talk contribs 3,124 bytes +3,124 Created page with "local p = {} function p._error( error_str ) return 'Category:Duration with input error<strong class="error">Error in Module:Duration: ' .. error_str .. '</strong>' end function p.main(frame) local args = require('Module:Arguments').getArgs(frame, {wrappers = {'Template:Duration', 'Template:Duration/sandbox'}}) local tmp = args.duration or args[1] or '' local duration = {} if tonumber(args[1]) or args[2] or args[3] then if args[4] then return p._error('Par..." Tags: Mobile edit Mobile web edit Advanced mobile edit