Module:Shop: Difference between revisions

Added links to purchase names in the shop table
(_getShopTable: Implement nolink for shop object icon overrides)
(Added links to purchase names in the shop table)
Line 120: Line 120:
     end
     end
     result = result..Icons.Icon({iconName, type=iconType, notext=true, nolink=iconNoLink, size='50'})
     result = result..Icons.Icon({iconName, type=iconType, notext=true, nolink=iconNoLink, size='50'})
     result = result..'||'..purchase.name..'||'..purchType
     result = result..'||[['..purchase.name..']]||'..purchType
     result = result..'||'..purchase.description..'||style="text-align:right;"'
     result = result..'||'..purchase.description..'||style="text-align:right;"'