Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Modded Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 20:50, 29 January 2026 Deadlydiamond98 talk contribs created page Module:Aicon (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...")