Module:ItemSources: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 29: Line 29:
-- No error, continue as usual
-- No error, continue as usual


return mw.wikitext("=== Shop locations ===") .. storeList
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

Navigation menu