Module:Infobox Item: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 82:
infobox:addClass('infobox-questitem')
end
if infobox:is_param_defined(Infobox.param('buy_price'))
infobox:add_row{
{tag='th', content='Buy Price', colspan="6"},
Line 88:
}
end
if infobox:is_param_defined(Infobox.param('sell_price'))
infobox:add_row{
{tag='th', content='Sell Price', colspan="6"},
|