Module:Random slideshow/sandbox: Difference between revisions

Content deleted Content added
maybe widths?
Tag: Reverted
maybe perrow
Tag: Reverted
Line 39:
local sortedLines = nonRandom and galleryLines or randomModule.main('array', randomiseArgs)
local galleryContent = table.concat(sortedLines, '\n')
local output = '<div class="' .. containerClassName .. '" style="max-width:' .. normaliseCssMeasurement(maxWidth) .. '; margin:-4em auto;">{{#tag:gallery|' .. galleryContent .. '|mode=slideshow|widthsperrow=380px1|class=switcher-container}}</div>'
return output
end