Main public logs
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:51, 29 January 2026 Deadlydiamond98 talk contribs created page Module:Inventory icon (Created page with "local p = {} p.icon = function( f ) local args = f if f == mw.getCurrentFrame() then args = f:getParent().args end local file = args[1] local link = args.link local title = args.title if file:match( '%.gif$' ) or file:match( '%.png$' ) or file:match( '%.webp$' ) then file = 'Invicon ' .. file else file = 'Invicon ' .. file .. '.png' end return '32x32px|link=' .. ( link or '' ) .. '|class=pixel-image|' .. ( title or '' ) .. ''...")