Changes

m
no edit summary
Line 141: Line 141:  
     icon = function(obj)
 
     icon = function(obj)
 
         if obj.hp then
 
         if obj.hp then
             return string.format("[[File:Ship Icon %s.png]]", obj:name())
+
             return string.format("[[File:Ship Icon %s.png|100px]]", obj:name())
 
         else
 
         else
 
             return obj.icon and ([[<span data-sort-value="]] .. obj._type .. [=[">[[File:]=] .. Formatting:format_equipment_icon(obj:icon()) .. "]]</span>") or ''
 
             return obj.icon and ([[<span data-sort-value="]] .. obj._type .. [=[">[[File:]=] .. Formatting:format_equipment_icon(obj:icon()) .. "]]</span>") or ''
cssedit, gkautomate
7,060

edits