Module:MinerPassiveList: Difference between revisions

m
spacing around product image, and quantity number
(add column for the profit from selling the items)
m (spacing around product image, and quantity number)
Line 95:
:done()
:tag('th')
:attr{ colspan = '23' }
:wikitext('Product')
:done()
Line 136:
:addClass('plinkt-link no-border')
:attr{ ['data-sort-value'] = item.name }
:wikitext(' [[' .. item.Image .. '|link=' .. item.name .. '|30x30px]]')
:done()
:tag('td')
Line 144:
-- products (coins or items)
:tag('td')
:css{ ['border-right'] = '0', ['text-align'] = 'right' }
:attr{ ['data-sort-value'] = item.name }
:wikitext('0.005 × ')
:done()
:tag('td')
:css{ ['border-right'] = '0', ['text-align'] = 'center' }
9,742

edits