Module:Infobox Item: Difference between revisions
no edit summary
(parse.profession) |
No edit summary |
||
Line 19:
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
parse.examine,
}
Line 48 ⟶ 49:
{tag='th', content='Value', colspan="6"},
{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)
|