Module:AlchemistList: Difference between revisions

204 bytes removed ,  19 December 2024
m
remove display option for non-recipes that doesnt apply to alchemist active table
m (does not need to check activities)
m (remove display option for non-recipes that doesnt apply to alchemist active table)
Line 128:
-- materials
:node(plist.currency_cellone_column_image_text(item.sellPricematerials))
:IF(item.type=='recipe')
:node(plist.one_column_image_textcurrency_cell(item.materialsbuyPrice))
:node(plist.currency_cell(item.buyPricesellPrice))
:node(plist.currency_cell(item.sellPrice))
:ELSE()
:tag('td')
:addClass('table-na')
:css{ ['text-align'] = 'center' }
:attr{ colspan = '21' }
:wikitext('N/A')
:done()
:END()
:node(plist.currency_cell(item.profit))
:node(plist.currency_cell(item.profitPerHour))
 
21,675

edits