2,875
edits
No edit summary |
No edit summary |
||
Line 149: | Line 149: | ||
if shard ~= nil then | if shard ~= nil then | ||
local sub = mw.html.create('sub') | local sub = mw.html.create('sub') | ||
:wikitext(cost.quantity):addClass('item-qty'):done() | :wikitext(cost.quantity .. 'x'):addClass('item-qty'):done() | ||
shardCell:node(sub) | shardCell:node(sub) | ||
shardCell:wikitext(Icons.Icon({shard.name, type='item', notext=true})) | shardCell:wikitext(Icons.Icon({shard.name, type='item', notext=true})) |
edits