Module:Infobox Item: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(smw)
m (Added buy price param)
Line 19: Line 19:
parse.episode,
parse.episode,
parse.value,
parse.value,
parse.buy_price,
parse.examine,
parse.examine,
parse.variant,
parse.variant,
Line 53: Line 54:
{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='Buy Price', colspan="6"},
{tag='td', content=Infobox.param('buy_price'), colspan="14"},
}
}
:add_row{
:add_row{