Line 15: |
Line 15: |
| | | |
| local template = [=[|- | | local template = [=[|- |
− | |style="${style}"|${id} | + | |style="${style}" nowrap|${id} |
| |style="${style}"|${name} | | |style="${style}"|${name} |
| |style="${style}"|${time} | | |style="${style}"|${time} |
Line 28: |
Line 28: |
| | | |
| local template2 = [=[|- | | local template2 = [=[|- |
− | |style="${style}"|${id} | + | |style="${style}" nowrap|${id} |
| |style="${style}"|${name} | | |style="${style}"|${name} |
| |style="${style}"|${time} | | |style="${style}"|${time} |
Line 195: |
Line 195: |
| ), | | ), |
| id = tooltip(id, 'ID number as displayed in game') .. string.format(' (%s)', diffs[e.difficulty]), | | id = tooltip(id, 'ID number as displayed in game') .. string.format(' (%s)', diffs[e.difficulty]), |
− | name = (e.damage_type == 1 and string.format('<span style="color:red">%s</span>', tooltip(e.name, e.details)) or tooltip(e.name, e.details)) .. (e.reset_type == 1 and '<br>(monthly)' or ''), | + | name = e.damage_type == 1 and string.format('<span style="color:red">%s</span>', tooltip(e.name, e.details)) or tooltip(e.name, e.details), |
| time = tooltip(formatTime(e.time), 'Time required for expedition'), | | time = tooltip(formatTime(e.time), 'Time required for expedition'), |
| hq = tooltip(formatAmount(args.explicit[id .. ' hq'], hourly and e.time), 'Admiral experience gained upon completion from this expedition'), | | hq = tooltip(formatAmount(args.explicit[id .. ' hq'], hourly and e.time), 'Admiral experience gained upon completion from this expedition'), |