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 179: | Line 177: | ||
:tag('td') |
:tag('td') |
||
:IF(item.hasBuy) |
:IF(item.hasBuy) |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext(item.lvl) |
:wikitext(item.lvl) |
||
:ELSE() |
:ELSE() |
||
:addClass('table-bg-grey') |
:addClass('table-bg-grey') |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext('unknown') |
:wikitext('unknown') |
||
:END() |
:END() |
||
Line 203: | Line 199: | ||
:addClass('table-bg-grey') |
:addClass('table-bg-grey') |
||
:attr{ colspan = '10' } |
:attr{ colspan = '10' } |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext('unknown') |
:wikitext('unknown') |
||
:done() |
:done() |
||
Line 219: | Line 214: | ||
:addClass('table-bg-grey') |
:addClass('table-bg-grey') |
||
:attr{ colspan = '10' } |
:attr{ colspan = '10' } |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext('unknown') |
:wikitext('unknown') |
||
:done() |
:done() |
||
Line 237: | Line 231: | ||
:addClass('table-bg-grey') |
:addClass('table-bg-grey') |
||
:attr{ colspan = '10' } |
:attr{ colspan = '10' } |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext('unknown') |
:wikitext('unknown') |
||
:done() |
:done() |
||
Line 248: | Line 241: | ||
:addClass('table-bg-grey') |
:addClass('table-bg-grey') |
||
:attr{ colspan = '10' } |
:attr{ colspan = '10' } |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext('unknown') |
:wikitext('unknown') |
||
:done() |
:done() |
||
Line 258: | Line 250: | ||
:ELSE() |
:ELSE() |
||
:addClass('table-bg-grey') |
:addClass('table-bg-grey') |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext('unknown') |
:wikitext('unknown') |
||
:END() |
:END() |
||
Line 265: | Line 256: | ||
: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') |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext('unknown') |
:wikitext('unknown') |
||
:END() |
:END() |
||
Line 279: | Line 269: | ||
:addClass('table-bg-grey') |
:addClass('table-bg-grey') |
||
:attr{ colspan = '10' } |
:attr{ colspan = '10' } |
||
:css{ ['text-align'] = 'center' } |
|||
:wikitext('unknown') |
:wikitext('unknown') |
||
:done() |
:done() |