local shipType = shipInfo.type == 'Light Carrier' and type(shipInfo.asw) == 'table' and type(shipInfo.asw[1]) == 'number' and shipInfo.asw[1] > 0 and string.format('<span class="explain" title="CVE">%s</span>', shipInfo.type) or shipInfo.type
+
local isCVE = shipInfo.type == 'Light Carrier' and type(shipInfo.asw) == 'table' and type(shipInfo.asw[1]) == 'number' and shipInfo.asw[1] > 0
+
local shipType = isCVE and string.format('<span class="explain" title="CVE">%s[[Category:Escort Carriers]]</span>', shipInfo.type) or shipInfo.type