Jump to content

Main public logs

Combined display of all available logs of Book of Avalikin. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:39, 28 May 2025 Tholin talk contribs created page Module:Gapnum (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...")