Anonymous

Module:Skills/Gathering/Sandbox: Difference between revisions

From Melvor Idle
no edit summary
No edit summary
No edit summary
Line 1,186: Line 1,186:
         if modType.inUse then
         if modType.inUse then
             headerRow1:tag('th'):attr('colspan', 2):wikitext(modType.name .. ' Stars')
             headerRow1:tag('th'):attr('colspan', 2):wikitext(modType.name .. ' Stars')
             headerRow2:tag('th'):wikitext('Level')
             headerRow2:tag('th'):wikitext(Icons.Icon({'Mastery', notext=true}) .. '<br>Level')
             headerRow2:tag('th'):wikitext('Modifiers')
             headerRow2:tag('th'):wikitext('Modifiers')
         end
         end
Line 1,235: Line 1,235:
                     if masteryLevel ~= nil and rowModData ~= nil then
                     if masteryLevel ~= nil and rowModData ~= nil then
                         cell1:wikitext(masteryLevel)
                         cell1:wikitext(masteryLevel)
                        :css('text-align', 'right')
                         cell2:wikitext(Modifiers.getModifiersText(rowModData, false, false, 10))
                         cell2:wikitext(Modifiers.getModifiersText(rowModData, false, false, 10))
                     else
                     else
                         cell1:attr('colspan', 2):wikitext(' ')
                         cell1:attr('colspan', 2)
                        :wikitext('N/A')
                        :addClass('table-na')
                     end
                     end
                 end
                 end
2,875

edits