Module:Sandbox/User:Alsang/PassivePotionList: Difference between revisions
thousand sepatating commas
(cell centering) |
(thousand sepatating commas) |
||
Line 2:
local param = require( 'Module:Paramtest' )
local currency = require('Module:Currency')
local lang = mw.getContentLanguage()
require("Module:Mw.html extension")
Line 263 ⟶ 265:
:tag('td')
:IF(item.hasXP and item.hasDuration)
:wikitext(lang:formatNum(tonumber(item.XPPerHour)))
:ELSE()
:addClass('table-bg-grey')
|