Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,659
edits
m (local function) |
mNo edit summary |
||
Line 232: | Line 232: | ||
end | end | ||
-- | -- uhh | ||
local frames | |||
if args.parsed then | |||
frames = args[1] | |||
end | |||
Line 251: | Line 251: | ||
-- Figure out cycling here | -- Figure out cycling here | ||
-- | for i, frame in ipairs( frames ) do | ||
local item | |||
-- how? | |||
item = makeItem( frame, i, args) | |||
body:node( item ) | |||
if i == activeFrame and animated then | |||
item:addClass( 'animated-active' ) | |||
end | |||
end | |||
return tostring( body ) | |||
end | end | ||
return UISlot | return UISlot |
edits