Module:Infobox Monster: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
ToofleBerry (talk | contribs) (Widening left half a bit.) |
mNo edit summary |
||
Line 41: | Line 41: | ||
parse.episode, |
parse.episode, |
||
{name = 'requirements', func = parse.has_content}, |
{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 = '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 |
{name = 'xp', func = parse.number}, -- TODO - same as above |
||
Line 82: | Line 83: | ||
{tag='th', content='Requirements', colspan="7"}, |
{tag='th', content='Requirements', colspan="7"}, |
||
{tag='td', content=Infobox.param('requirements'), colspan="13"}, |
{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{ |
:add_row{ |