Module:Infobox Item: Difference between revisions
Undo revision 33969 by Artoire (talk): We only want sell price / value on the card in game
(Add buy_price/sell_price args instead of single value) |
Tag: Undo |
||
Line 22:
parse.additional_episode,
parse.quest,
parse.value,
parse.description,
parse.variant,
parse.profession_bubble_a,
parse.profession_bubble_b,
-- Include these next params just to export data to smw
parse.profession_a_smw,
parse.profession_a_level_smw,
Line 71:
}
if infobox:is_param_defined(Infobox.param('quest')) == 0 or infobox:get_param(Infobox.param('quest'), 0) == 'No' then
▲ infobox:add_row{
{tag='
▲ {tag='th', content='Sell Price', colspan="6"},
}
else
infobox:add_row{
{tag='th', content='Quest', colspan="6"},
{tag='td', content=Infobox.param('quest'), colspan="14"
}
infobox:addClass('infobox-questitem')
|