Module:PotionList: Difference between revisions
m
currency_cell now returns a node
m (Remove unused vars) |
m (currency_cell now returns a node) |
||
Line 37:
local function currency_cell(amount)
if not amount then
return
:addClass('table-bg-gray')
:css{ ['text-align'] = 'center' }
:attr{ colspan = '10' }
:wikitext("''unknown''")
:done(
end
return currency._cell(amount, { html = 'yes' })
Line 165:
row
:
:
:
:
:IF(item.XP)
Line 186:
:END()
:
:done()
|