1,131
edits
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
if status then | if status then | ||
-- No error, continue as usual | -- No error, continue as usual | ||
return "=== Shop locations ===" .. storeList | return mw.wikitext("=== Shop locations ===") .. storeList | ||
else | else | ||
if string.find(message, 'The item .* is not sold in any shop,') then | if string.find(message, 'The item .* is not sold in any shop,') then | ||