Content deleted Content added
m sync |
adjust limits |
||
Line 3:
local slideshowModule = require('Module:Random slideshow')
local randomModule = require('Module:Random')
local DEFAULT_LIMIT = 25 -- max number of excerpts to be shown in the slideshow
local SOUCRE_PAGES_LIMIT = 10 -- max number of pages to check for links / list items
function cleanupArgs(argsTable)
Line 248 ⟶ 251:
local galleryArgs = {}
local options = makeOptions(args)
local limit = args.limit and tonumber(args.limit) or
local titles
if method == 'linked' or method == 'listitem' then
titles = getLinkedTitles(args, method,
else
titles = args
|