local p = local getArgs = require('Module:Arguments').getArgs
function p.main(frame) local args = getArgs(frame) local num = tonumber(args['1'] or 2) num = num - 1 if num > 0 then return '' else return '' endend
return p
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Revisions until removed".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.