Module:MinerPassiveList: Difference between revisions
m
condense table by omitting " (skill node)" from the displayed links to the skill nodes (link still goes to node)
m (spacing around product image, and quantity number) |
m (condense table by omitting " (skill node)" from the displayed links to the skill nodes (link still goes to node)) |
||
(One intermediate revision by the same user not shown) | |||
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"
Line 140 ⟶ 143:
:tag('td')
:addClass('plinkt-link no-border')
:wikitext('[[' .. item.name .. '|' .. item.product .. ']]')
:done()
|