Module:Skills/Artisan: Difference between revisions

m
Force nowrap on potion icon
(Add expansion icon to potion instead of tier)
m (Force nowrap on potion icon)
Line 296: Line 296:
    :tag('td'):wikitext(Icons.getExpansionIcon(potion.id))
    :tag('td'):wikitext(Icons.getExpansionIcon(potion.id))
          :wikitext(Icons.Icon({potion.name, type='item', notext=true, size='25'}))
          :wikitext(Icons.Icon({potion.name, type='item', notext=true, size='25'}))
          :css('text-wrap', 'nowrap')
    :tag('td'):wikitext(Icons.Icon({potion.name, tier, type='item', noicon=true}))
    :tag('td'):wikitext(Icons.Icon({potion.name, tier, type='item', noicon=true}))
:tag('td'):wikitext(potion.charges)
:tag('td'):wikitext(potion.charges)
2,874

edits