Module:FisherPassiveList: Difference between revisions
m
crate price, tweak column widths
m (cell borders) |
m (crate price, tweak column widths) |
||
Line 65:
local query = mw.smw.ask('[[Sold item::' .. item.material .. ']][[Shop buy price::!~N/A]]|?Shop buy price=data|mainlabel=-')
if type(query)=='table' then
-- price is returned as a number, 0.1 is for the crate
item.buy = (0.1+tonumber(query[1].data)*0.005) or 0
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
Line 116:
:tag('th')
:attr{ colspan = '10' }
:wikitext('Buy
:done()
:tag('th')
Line 124:
:tag('th')
:attr{ colspan = '10' }
:wikitext('Sell
:done()
:tag('th')
|