Combined display of all available logs of Vault Hunters Official Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:55, 16 June 2025 Mnooseman talk contribs created page Module:AnimateSprite (Created page with "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 '' end for icon in mw.text.gsplit( args[1], '%s*;%s*' ) do icons...")