Jump to content

User:Lintang pramesti/sandbox

From Wikipedia, the free encyclopedia

Heading text

[edit]

Bird Woman Falls 2017.jpg p.carousel = function(frame) local switchtime = tonumber(frame.args.switchsecs) or 43200 if switchtime < 1 then switchtime = 43200 end local imgs = {

       "Green Heron4.jpg",
                    }

local numimgs = #imgs local now = math.floor(os.time()/switchtime) local idx = now % numimgs +1 return imgs[idx] end