Module:Infobox Item: Difference between revisions

131 bytes added ,  Yesterday at 21:27
no edit summary
(Change value to shop buy and shop sell price)
No edit summary
Line 22:
parse.additional_episode,
parse.quest,
parse.shop_buybuy_price,
parse.shop_sellsell_price,
parse.description,
parse.variant,
Line 82:
infobox:addClass('infobox-questitem')
end
if infobox:is_param_defined(Infobox.param('shop_buybuy_price')) >== 0 or infobox:get_param(Infobox.param('buy_price'), 0) == 'No' then
infobox:add_row{
{tag='th', content='Shop Buy Price', colspan="6"},
{tag='td', content=Infobox.param('shop_buybuy_price'), colspan="14"},
}
end
if infobox:is_param_defined(Infobox.param('shop_sellsell_price')) >== 0 or infobox:get_param(Infobox.param('sell_price'), 0) == 'No' then
infobox:add_row{
{tag='th', content='Shop Sell Price', colspan="6"},
{tag='td', content=Infobox.param('shop_sellsell_price'), colspan="14"},
}
end
2,453

edits