Changes

no edit summary
Line 53: Line 53:  
_all = "All",
 
_all = "All",
 
_all_except = "All except ",
 
_all_except = "All except ",
_ship_image_template = "Ship ${image_type} ${ship_name}${suffix}.${extension}",
+
_ship_image_template = "${type} ${image_type} ${ship_name}${suffix}.${extension}",
 
_ship_image_simple_template = "Ship ${image_type} ${ship_name}${suffix}.${extension}",
 
_ship_image_simple_template = "Ship ${image_type} ${ship_name}${suffix}.${extension}",
 
_equipment_image_template = "Equipment ${image_type} ${equipment_name}.png",
 
_equipment_image_template = "Equipment ${image_type} ${equipment_name}.png",
Line 217: Line 217:  
return format{
 
return format{
 
    self._ship_image_template,
 
    self._ship_image_template,
 +
    type = api_id and api_id >= 1501 and 'Enemy' or 'Ship',
 
    image_type = image_type,
 
    image_type = image_type,
 
    api_id = api_id,
 
    api_id = api_id,
cssedit, gkautomate
7,064

edits