User:Lintang pramesti/sandbox

From Wikipedia, the free encyclopedia

Heading text[edit]

Great Blue Heron and immature Bald Eagle on the Platte River.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