Module:Infobox Monster: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
No edit summary |
No edit summary |
||
Line 104: | Line 104: | ||
} |
} |
||
end |
end |
||
if infobox:is_param_defined(Infobox.param('variant')) > 0 then |
if infobox:is_param_defined(Infobox.param('variant')) > 0 and infobox:get_param(Infobox.param('variant'), 0) ~= 'N/A' then |
||
infobox:add_row{ |
infobox:add_row{ |
||
{tag='th', content='[[Variant]] of', colspan="6"}, |
{tag='th', content='[[Variant]] of', colspan="6"}, |