Module:Store locations list: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 111: Line 111:
     table.sort(smwdata, function(a, b) return b['Store sell price'] < a['Store sell price'] end)
     table.sort(smwdata, function(a, b) return b['Store sell price'] < a['Store sell price'] end)


mw.print("smwdata", dump(smwdata))
mw.log("smwdata", dump(smwdata))


     -- Iterate through each shop instance of item
     -- Iterate through each shop instance of item

Navigation menu