Module:Infobox Monster: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
InvalidCards (talk | contribs) No edit summary |
InvalidCards (talk | contribs) (whoops this needs to be a greater than 0 check) |
||
Line 58: | Line 58: | ||
{tag='td', content=Infobox.param('xp'), colspan="14"}, |
{tag='td', content=Infobox.param('xp'), colspan="14"}, |
||
} |
} |
||
if infobox:is_param_defined(Infobox.param('variant')) then |
if infobox:is_param_defined(Infobox.param('variant')) > 0 then |
||
infobox:add_row{ |
infobox:add_row{ |
||
{tag='th', content='[[Variant]] of', colspan="6"}, |
{tag='th', content='[[Variant]] of', colspan="6"}, |