Module:Infobox Monster: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 20:
{name = 'hp', func = parse.number}, -- TODO - move to Module:Param Parse once more details are available, and create smw_property
parse.variant,
parse.passive,
}
Line 53 ⟶ 54:
{tag='th', content='[[Variant]] of', colspan="6"},
{tag='td', content=Infobox.param('variant'), colspan="14"},
}
:add_row{
{tag='th', content='[[File:Passive activity icon.png|14px]] [[Passive activity]]', colspan="6"},
{tag='td', content=Infobox.param('passive'), colspan="14"},
}
:pad(20)