Jump to content

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

28 May 2025

  • curprev 12:3912:39, 28 May 2025 Tholin talk contribs 3,190 bytes +3,190 Created page with "local p = {} -- source : https://en.wikipedia.org/w/index.php?title=Module:Gapnum 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 n..."