Module:Infobox Monster: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
(not used, we already specify profession requirements and premium pass requirements)
Line 40: Line 40:
parse.premium,
parse.premium,
parse.episode,
parse.episode,
{name = 'requirements', func = parse.has_content},
{name = 'level', func = parse.number},
{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
Line 79: Line 78:
{tag='th', content='[[Premium Pass|Premium]]', colspan="7"},
{tag='th', content='[[Premium Pass|Premium]]', colspan="7"},
{tag='td', content=Infobox.param('premium'), colspan="13"},
{tag='td', content=Infobox.param('premium'), colspan="13"},
}
:add_row{
{tag='th', content='Requirements', colspan="7"},
{tag='td', content=Infobox.param('requirements'), colspan="13"},
}
}
:add_row{
:add_row{