Module:Bongolium500/main page modules: Difference between revisions

From Tardis Wiki, the free Doctor Who reference
no edit summary
No edit summary
No edit summary
Line 8: Line 8:
function p.recentReleases(frame)
function p.recentReleases(frame)
local args = frame.args
local args = frame.args
if not args["count"] or not type(tonumber(args["count"])) == "integer" then
if not args["count"] or not type(tonumber(args["count"])) == "number" then
args["count"] = 8
args["count"] = 8
end
end
Cookies help us deliver our services. By using our services, you agree to our use of cookies.