Module:Sandbox/User:Alsang/NodeDescriptionChecker: Difference between revisions

tidy up column headings
(all needed functions, now need to decide how to shrink it)
(tidy up column headings)
Line 215:
:wikitext('Materials')
:done()
-- :tag('th')
-- :attr{ colspan = '10' }
-- :wikitext('SellBuy Value')
-- :done()
-- :tag('th')
-- :attr{ colspan = '10' }
-- :wikitext('ProfitSell Value')
-- :done()
:tag('th')
:attr{ colspan = '10' }
:wikitext('Buy ValueProfit/item')
:done()
:tag('th')
:attr{ colspan = '10' }
:wikitext('Sell Value')
:done()
:tag('th')
:attr{ colspan = '10' }
:wikitext('Profit')
:done()
:tag('th')
Line 232:
:done()
:tag('th')
:wikitext('[[File:Merchant_small_icon.png|18px]] level <br>for discount')
:done()
:tag('th')
Line 244:
:wikitext('XP/hr')
:done()
-- :tag('th')
-- :attr{ colspan = '10' }
-- :wikitext('Coins/XP')
-- :done()
-- :tag('th')
-- :attr{ colspan = '10' }
-- :wikitext('Coins/XP with [[File:Merchant_small_icon.png|18px]] discount')
-- :done()
:done()
 
Line 294:
row
-- :node(currency_cell(item.buy))
-- :node(currency_cell(item.sell))
:ELSE()
Line 331:
:END()
 
-- :node(currency_cell(item.profitPerXP))
-- :node(currency_cell(item.profitPerXPDiscount))
 
:done()
21,283

edits