2,875
edits
No edit summary |
No edit summary |
||
Line 531: | Line 531: | ||
:attr('data-sort-value', thisItem.name) | :attr('data-sort-value', thisItem.name) | ||
:wikitext(Icons.Icon({thisItem.name, type='item'})) | :wikitext(Icons.Icon({thisItem.name, type='item'})) | ||
row:tag('td') | row:tag('td') | ||
:wikitext(Icons.getDLCColumnIcon(thisItem.id)) | :wikitext(Icons.getDLCColumnIcon(thisItem.id)) | ||
:attr('data-sort-value', Icons.getExpansionID(thisItem.id)) | :attr('data-sort-value', Icons.getExpansionID(thisItem.id)) | ||
:css('text-align', 'center') | :css('text-align', 'center') | ||
row:tag('td') | |||
:wikitext('1') | |||
row:tag('td') | row:tag('td') | ||
:attr('data-sort-value', thisItem.sellsFor) | :attr('data-sort-value', thisItem.sellsFor) |
edits