Module:Sandbox/User:Alsang/NodeDescriptionChecker: Difference between revisions
Module:Sandbox/User:Alsang/NodeDescriptionChecker (edit)
Revision as of 22:41, 3 December 2024
, 3 December 2024tidy 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' }▼
-- :done()▼
-- :tag('th')▼
-- :attr{ colspan = '10' }▼
-- :done()▼
:tag('th')
:attr{ colspan = '10' }
:wikitext('
▲ :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
: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()
|