• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 109: Line 109:  
         return U.ijoin(U.imap(ship._equipment or {}, function (e)
 
         return U.ijoin(U.imap(ship._equipment or {}, function (e)
 
             if not e or e.equipment == nil then
 
             if not e or e.equipment == nil then
                 return '?'
+
                 return '(?)'
 
             end
 
             end
 
             if e.equipment == false then
 
             if e.equipment == false then
 
                 return '[[File:Xx_c.png]]'
 
                 return '[[File:Xx_c.png]]'
 
             end
 
             end
             return string.format("[[%s]]", type(e.equipment) == 'string' and e.equipment or ship:name())
+
             local icon = e.equipment:icon()
         end), ', ')
+
            return Formatting:format_image{Formatting:format_equipment_icon(icon)}
 +
         end))
 
     end,
 
     end,
  
cssedit, gkautomate
7,060

edits

Navigation menu