Module:Items: Difference between revisions

Bolding the quantity of the item
(change to data sort value)
(Bolding the quantity of the item)
Line 1,015: Line 1,015:
     result = result..'\r\n|-\r\n|data-sort-value="'..row.item.name..'"|'
     result = result..'\r\n|-\r\n|data-sort-value="'..row.item.name..'"|'
     result = result..Icons.Icon({row.item.name, type='item', notext=true, size=50})..'||'
     result = result..Icons.Icon({row.item.name, type='item', notext=true, size=50})..'||'
     if qty > 1 then result = result..qty..'x ' end
     if qty > 1 then result = result.."'''"..qty.."x''' " end
     result = result..'[['..row.item.name..']]'
     result = result..'[['..row.item.name..']]'
     if row.skill == 'Upgrade' then
     if row.skill == 'Upgrade' then