All public logs

Combined display of all available logs of Parallel Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:47, 19 May 2022 Diamondback88 talk contribs created page Module:Crafting (Created page with "p = {} function Grid(args, w, h, large) return require(Module:InventorySlot).Call(args,w,h,large) end -- Make a 3*3 crafting grid function p.Grid( f ) local args = f.args if #args == 0 then args = f:getParent().args end return Grid(args, args['width'] or args['Width'] or 3, args['height'] or args['Height'] or 3) end -- Make a 1*1 crafting grid function p.Cell( f ) local args = f.args if #args == 0 then args = f:getParent().args end return Grid(args,...")