2,875
edits
No edit summary |
No edit summary |
||
Line 182: | Line 182: | ||
local rune = Items.getItemByID(req.id) | local rune = Items.getItemByID(req.id) | ||
if rune ~= nil then | if rune ~= nil then | ||
html:wikitext('<sub>' .. req.quantity '</sub>') | html:wikitext('<sub>' .. req.quantity .. '</sub>') | ||
html:wikitext(Icons.Icon({rune.name, type='item', notext=true})) | html:wikitext(Icons.Icon({rune.name, type='item', notext=true})) | ||
end | end |
edits