Module:Infobox Monster: Difference between revisions
Jump to navigation
Jump to search
Content added Content deleted
ToofleBerry (talk | contribs) No edit summary Tag: Manual revert |
ToofleBerry (talk | contribs) No edit summary |
||
Line 40: | Line 40: | ||
parse.premium, |
parse.premium, |
||
parse.episode, |
parse.episode, |
||
parse.requirements, |
|||
{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 80: | Line 80: | ||
} |
} |
||
:add_row{ |
:add_row{ |
||
{tag='th', content=' |
{tag='th', content='Requirements', colspan="6"}, |
||
{tag='td', content=Infobox.param(' |
{tag='td', content=Infobox.param('requirements'), colspan="14"}, |
||
} |
} |
||
:add_row{ |
:add_row{ |