Editing Module:FisherPassiveList
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 65: | Line 65: | ||
local query = mw.smw.ask('[[Sold item::' .. item.material .. ']][[Shop buy price::!~N/A]]|?Shop buy price=data|mainlabel=-') |
local query = mw.smw.ask('[[Sold item::' .. item.material .. ']][[Shop buy price::!~N/A]]|?Shop buy price=data|mainlabel=-') |
||
if type(query)=='table' then |
if type(query)=='table' then |
||
-- price is returned as a number |
-- price is returned as a number |
||
item.buy = |
item.buy = tonumber(query[1].data)*0.005 or 0 |
||
else |
else |
||
-- will return nil if the item is not in a shop, or if it is in a shop but can only be sold to the shop |
-- will return nil if the item is not in a shop, or if it is in a shop but can only be sold to the shop |
||
Line 116: | Line 116: | ||
:tag('th') |
:tag('th') |
||
:attr{ colspan = '10' } |
:attr{ colspan = '10' } |
||
:wikitext('Buy |
:wikitext('Buy Value') |
||
:done() |
:done() |
||
:tag('th') |
:tag('th') |
||
Line 124: | Line 124: | ||
:tag('th') |
:tag('th') |
||
:attr{ colspan = '10' } |
:attr{ colspan = '10' } |
||
:wikitext('Sell |
:wikitext('Sell Value') |
||
:done() |
:done() |
||
:tag('th') |
:tag('th') |