View source for Module:AnimateSprite
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
function p.animate( f )
local args = f
if f == mw.getCurrentFrame() then
args = f:getParent().args
end
local icons = {}
local sprite = require( 'Module:SpriteFile' ).sprite
local name = args.name or 'InvSprite'
local function image( icon )
return sprite({
name = name,
icon,
size = args.size or 32,
align = args.align or 'middle',
keepcase = true
}) or ''
000
1:0
Templates used on this page:
Return to Module:AnimateSprite.