Module:Items: Difference between revisions

Added links to tier column in potion table
(Fixed typo)
(Added links to tier column in potion table)
Line 102: Line 102:
     else
     else
       result = result..'\r\n|-'
       result = result..'\r\n|-'
       result = result..'\r\n|'..Icons.Icon({tierName, type='item', notext='true', size='60'})..'||'..tier
       result = result..'\r\n|'..Icons.Icon({tierName, type='item', notext='true', size='60'})
      result = result..'||'..'[['..tierName..'|'..tier..']]'
       result = result..'||'..potion.potionCharges..'||'..potion.description
       result = result..'||'..potion.potionCharges..'||'..potion.description
     end
     end