Module:Item util and Module:Item util/sandbox: Difference between pages

(Difference between pages)
Jump to navigation Jump to search
Page 1
Page 2
(Use new error object from Module:Util. Return the error object instead of the output string and let the calling module decide what to do with it.)
 
No edit summary
 
Line 6: Line 6:
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------


local m_util = require('Module:Util')
local m_util = require('Module:Util/sandbox')
local m_cargo -- Lazy load require('Module:Cargo')
local m_cargo -- Lazy load require('Module:Cargo')