Module:Excerpt slideshow/sandbox: Difference between revisions

Content deleted Content added
adjust
Automatic override when all articles are stubs
Line 152:
galleryArgs.random = 'false'
end
returnif #galleryArgs == 0 and options.nostubs then
-- try again, this time including stubs
options.nostubs = false
return makeGalleryArgs(titles, options, limit, nonRandom)
else
return galleryArgs
end
end