Module:Infobox Item: Difference between revisions

123 bytes removed ,  Yesterday at 21:29
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')) ==> 0 or infobox:get_param(Infobox.param('buy_price'), 0) == 'No' then
infobox:add_row{
{tag='th', content='Buy Price', colspan="6"},
Line 88:
}
end
if infobox:is_param_defined(Infobox.param('sell_price')) ==> 0 or infobox:get_param(Infobox.param('sell_price'), 0) == 'No' then
infobox:add_row{
{tag='th', content='Sell Price', colspan="6"},
2,453

edits