Module:Products: Difference between revisions
Reduce padding before image of product
(Rewrite to use Property:Recipe JSON and mw.html; show quantity of output) |
(Reduce padding before image of product) |
||
Line 91:
:tag('td')
:addClass('plinkt-image no-border')
:css{ ['border-left'] = '0', ['padding-left'] = '0' }
:wikitext('[[File:' .. recipe.output[1].name .. '.png|30px]]')
:done()
|