4,951
edits
(_getShopTable: Implement nolink for shop object icon overrides) |
Falterfire (talk | contribs) (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;"' | ||