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

Jump to navigation Jump to search
Content added Content deleted
(all needed functions, now need to decide how to shrink it)
(tidy up column headings)
Line 215: Line 215:
:wikitext('Materials')
:wikitext('Materials')
:done()
:done()
-- :tag('th')
-- :attr{ colspan = '10' }
-- :wikitext('Buy Value')
-- :done()
-- :tag('th')
-- :attr{ colspan = '10' }
-- :wikitext('Sell Value')
-- :done()
:tag('th')
:tag('th')
:attr{ colspan = '10' }
:attr{ colspan = '10' }
:wikitext('Buy Value')
:wikitext('Profit/item')
:done()
:tag('th')
:attr{ colspan = '10' }
:wikitext('Sell Value')
:done()
:tag('th')
:attr{ colspan = '10' }
:wikitext('Profit')
:done()
:done()
:tag('th')
:tag('th')
Line 232: Line 232:
:done()
:done()
:tag('th')
:tag('th')
:wikitext('[[File:Merchant_small_icon.png|18px]] level for discount')
:wikitext('[[File:Merchant_small_icon.png|18px]] level<br>for discount')
:done()
:done()
:tag('th')
:tag('th')
Line 244: Line 244:
:wikitext('XP/hr')
:wikitext('XP/hr')
:done()
:done()
:tag('th')
-- :tag('th')
:attr{ colspan = '10' }
-- :attr{ colspan = '10' }
:wikitext('Coins/XP')
-- :wikitext('Coins/XP')
:done()
-- :done()
:tag('th')
-- :tag('th')
:attr{ colspan = '10' }
-- :attr{ colspan = '10' }
:wikitext('Coins/XP with [[File:Merchant_small_icon.png|18px]] discount')
-- :wikitext('Coins/XP with [[File:Merchant_small_icon.png|18px]] discount')
:done()
-- :done()
:done()
:done()


Line 294: Line 294:
row
row
:node(currency_cell(item.buy))
-- :node(currency_cell(item.buy))
:node(currency_cell(item.sell))
-- :node(currency_cell(item.sell))
:ELSE()
:ELSE()
Line 331: Line 331:
:END()
:END()


:node(currency_cell(item.profitPerXP))
-- :node(currency_cell(item.profitPerXP))
:node(currency_cell(item.profitPerXPDiscount))
-- :node(currency_cell(item.profitPerXPDiscount))


:done()
:done()