Jump to content

Dukkan logs na bayyana

Wannan shine jerin ayyukan log da aka yi akan wannan Wikipedia.

Rajistoci ayyuka
  • 02:04, 13 ga Yuni, 2024 2601:18e:c67e:71e0:d07e:56f6:eb63:b196 hira created page Module:Gapnum (Sabon shafi: local p = {} local getArgs function p.main(frame) if not getArgs then getArgs = require('Module:Arguments').getArgs end local args = getArgs(frame, {wrappers = 'Template:Gapnum'}) local n = args[1] if not n then error('Parameter 1 is required') elseif not tonumber(n) and not tonumber(n, 36) then -- Validates any number with base ≤ 36 error('Unable to convert "' .. args[1] .. '" to a number') end local gap = args.gap local precision = tonumber(args.prec)...)