17,105
edits
(_getRecipeTable: Support Smithing & implement Value/Bar column specific to Smithing. Replaces getSmithingTable in Module:Skills) Tag: Reverted |
m (Fix HTML unclosed quote error) Tag: Reverted |
||
Line 373: | Line 373: | ||
table.insert(resultPart, '\r\n|' .. spanStr .. 'data-sort-value="' .. barVal .. '"| ' .. Icons.GP(barVal)) | table.insert(resultPart, '\r\n|' .. spanStr .. 'data-sort-value="' .. barVal .. '"| ' .. Icons.GP(barVal)) | ||
else | else | ||
table.insert(resultPart, '\r\n|' .. spanStr .. 'data-sort-value="0" class="table-na| N/A') | table.insert(resultPart, '\r\n|' .. spanStr .. 'data-sort-value="0" class="table-na"| N/A') | ||
end | end | ||
elseif colID == 'Description' then | elseif colID == 'Description' then |