Module:MinerPassiveList: Difference between revisions
m
protection against partially complete entries crashing the module
m (spacing around product image, and quantity number) |
m (protection against partially complete entries crashing the module) |
||
Line 58:
-- profit from selling the items
if not item.givesCoins then
-- protection against missing parameters
item.product = item.product or ''
-- query is: there is a shop object page that has this item AND has buy price cannot be "N/A"
|