Module:Aicon: Revision history

Jump to navigation Jump to search

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.

29 January 2026

  • curprev 20:5020:50, 29 January 2026 Deadlydiamond98 talk contribs 1,566 bytes +1,566 Created page with "local p = {} local invIcon = require( 'Module:Inventory icon' ).icon function p.aIcon( icon, background, state, link, file ) local f = mw.getCurrentFrame() local argIcon = icon or 'Grass Block' local argBackground = background or 'plain' local argState = state or 'raw' local argLink = link or '' if ( argBackground ~= 'oval' ) and ( argBackground ~= 'fancy' ) and ( argBackground ~= 'plain-mini' ) then argBackground = 'plain' end if argState ~= 'worn' then..."