Module:Infobox Monster: Difference between revisions

m
no edit summary
(Widening left half a bit.)
mNo edit summary
Line 41:
parse.episode,
{name = 'requirements', func = parse.has_content},
{name = 'lvl', func = parse.number},
{name = 'hp', func = parse.number}, -- TODO - move to Module:Param Parse once more details are available, and create smw_property
{name = 'xp', func = parse.number}, -- TODO - same as above
Line 82 ⟶ 83:
{tag='th', content='Requirements', colspan="7"},
{tag='td', content=Infobox.param('requirements'), colspan="13"},
}
:add_row{
{tag='th', content='Level', colspan="7"},
{tag='td', content=Infobox.param('lvl'), colspan="13"},
}
:add_row{
484

edits