1,131
edits
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
local args = frame:getParent().args | local args = frame:getParent().args | ||
mw.log("args", inspect(data)) | mw.log("args", inspect(data)) | ||
local storeList | |||
local status, data = pcall(function() | local status, data = pcall(function() | ||
storeLocationsList.main(frame) | storeList = storeLocationsList.main(frame) | ||
end) | end) | ||
| Line 26: | Line 28: | ||
if status then | if status then | ||
mw.log("no error") | mw.log("no error") | ||
mw.log(" | mw.log("storeList", inspect(storeList)) | ||
else | else | ||
mw.log("error") | mw.log("error") | ||