Module:Infobox Item: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(parse.profession)
No edit summary
Line 19: Line 19:
parse.profession,
parse.profession,
{name = 'value', func = parse.number, category_incomplete = 'Items needing value', smw_property = 'Value'}, -- TODO - move to Module:Param Parse once more details are available
{name = 'value', func = parse.number, category_incomplete = 'Items needing value', smw_property = 'Value'}, -- TODO - move to Module:Param Parse once more details are available
parse.examine,
}
}
Line 48: Line 49:
{tag='th', content='Value', colspan="6"},
{tag='th', content='Value', colspan="6"},
{tag='td', content=Infobox.param('value'), colspan="14"},
{tag='td', content=Infobox.param('value'), colspan="14"},
}
:add_row{
{tag='th', content='Examine', colspan="6"},
{tag='td', content=Infobox.param('examine'), colspan="14"}
}
}
:pad(20)
:pad(20)