Module:Infobox Monster: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
mNo edit summary |
mNo edit summary |
||
Line 41: | Line 41: | ||
parse.episode, |
parse.episode, |
||
{name = 'requirements', func = parse.has_content}, |
{name = 'requirements', func = parse.has_content}, |
||
{name = ' |
{name = 'level', 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 86: | Line 86: | ||
:add_row{ |
:add_row{ |
||
{tag='th', content='Level', colspan="7"}, |
{tag='th', content='Level', colspan="7"}, |
||
{tag='td', content=Infobox.param(' |
{tag='td', content=Infobox.param('level'), colspan="13"}, |
||
} |
} |
||
:add_row{ |
:add_row{ |