Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:AnimateSprite: Revision history

From Vault Hunters Official Wiki

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

16 June 2025

  • curprev 18:5518:55, 16 June 2025 Mnooseman talk contribs 720 bytes +720 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..."