Module:PriceCalculator: Difference between revisions
No edit summary |
No edit summary |
||
Line 66: | Line 66: | ||
else | else | ||
if price > 1 then | if price > 1 then | ||
return string.format('<abbr title="%d coins each">%s</abbr>%s', price, format(price * min), coinIcon) | return string.format('<abbr title="%d coins each">%s</abbr> %s', price, format(price * min), coinIcon) | ||
else | else | ||
return string.format('%s %s', format(price * min), coinIcon) | return string.format('%s %s', format(price * min), coinIcon) |