Module:Crafting: Difference between revisions

debugging is annoying
(Consistency)
(debugging is annoying)
Line 41: Line 41:
args = f:getParent().args or {""}
args = f:getParent().args or {""}
end
end
return require([[Module:InventorySlot]]).Decode(args[1])
local d = require([[Module:InventorySlot]]).Decode(args[1])
if not(d) then error(d) end
return d
:SetSize(16)
:SetSize(16)
:GenerateHTML()
:GenerateHTML()
Bureaucrats, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, translator, Widget editors
154

edits