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) No edit summary |
||
Line 20: | Line 20: | ||
{name = 'hp', func = parse.number}, -- TODO - move to Module:Param Parse once more details are available, and create smw_property |
{name = 'hp', func = parse.number}, -- TODO - move to Module:Param Parse once more details are available, and create smw_property |
||
parse.variant, |
parse.variant, |
||
parse.passive, |
|||
} |
} |
||
Line 53: | Line 54: | ||
{tag='th', content='[[Variant]] of', colspan="6"}, |
{tag='th', content='[[Variant]] of', colspan="6"}, |
||
{tag='td', content=Infobox.param('variant'), colspan="14"}, |
{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) |
:pad(20) |