Module:Param Parse: Difference between revisions

m
no edit summary
(Added sell price)
Tag: Reverted
mNo edit summary
Tag: Reverted
Line 237:
 
-- Sell Price
function parse.sell_price_funcbuy_price_func(val)
return currency(val)
end
parse.sell_pricebuy_price = {
name = 'sell_pricebuy_price',
func = parse.sell_price_funcbuy_price_func,
category_incomplete = 'Items needing sellbuy prices',
smw_property = 'SellBuy Price',
smw_func = parse.number
}
81

edits