Editing Module:Sandbox/User:Alsang/PassivePotionList
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 2: | Line 2: | ||
local param = require( 'Module:Paramtest' ) |
local param = require( 'Module:Paramtest' ) |
||
local currency = require('Module:Currency') |
local currency = require('Module:Currency') |
||
local lang = mw.getContentLanguage() |
|||
require("Module:Mw.html extension") |
|||
Line 265: | Line 263: | ||
:tag('td') |
:tag('td') |
||
:IF(item.hasXP and item.hasDuration) |
:IF(item.hasXP and item.hasDuration) |
||
:wikitext |
:wikitext(item.XPPerHour) |
||
:ELSE() |
:ELSE() |
||
:addClass('table-bg-grey') |
:addClass('table-bg-grey') |