1,131
edits
No edit summary |
No edit summary |
||
| Line 29: | Line 29: | ||
-- No error, continue as usual | -- No error, continue as usual | ||
local div = mw.html.create("div") | |||
div:wikitext("=== Shop locations ===") | |||
return tostring(div) .. 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 | ||