Anonymous

Module:GolbinRaid: Difference between revisions

From Melvor Idle
no edit summary
(Removed prefix code in getRaidModifierList)
No edit summary
Line 69: Line 69:
local tr = mw.html.create('tr')
local tr = mw.html.create('tr')
tr:tag('td'):wikitext(Icons.Icon({item.name, type='item', notext=true}))
tr:tag('td'):wikitext(Icons.Icon({item.name, type='item', notext=true}))
tr:tag('td'):wikitext(Icons.Link({item.name, type='item'}))
tr:tag('td'):wikitext('[[' .. item.name .. ']]')
tr:tag('td')
tr:tag('td')
:attr('data-sort-value', crateEntry.weight)
:attr('data-sort-value', crateEntry.weight)
2,875

edits