Module:Round: Revision history

Jump to navigation Jump to search

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.

29 January 2024

  • curprev 04:4704:47, 29 January 2024Salty Nori talk contribs 1,058 bytes +1,058 Created page with "local p = {} local lib = require('Module:Feature') function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrapper = { 'Template:Round' } }) return p._main(args) end function p._main(args) local number = args.num or args[1] -- number local precision = args.cut or args[2] or 0 -- precision local mode = args.mode or args[3] or 'auto' -- mode (auto/up/down..."