• 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 284: Line 284:  
                table.insert(self._rows, format{self._empty_node_template, values = { node = values[1] } })
 
                table.insert(self._rows, format{self._empty_node_template, values = { node = values[1] } })
 
             else
 
             else
                local resource = Formatting:format_image{mw.ustring.sub(values[2], 1, split - 1) .. ".png", caption = mw.ustring.sub(resource, 1, split - 1), size = "22x22px"}
+
                local resource = Formatting:format_image{values[2] .. ".png", caption = self:upcase(values[2]), size = "22x22px"}
 
                local text, node_type, bg_color = self:process_resource_node(resource, values[3])
 
                local text, node_type, bg_color = self:process_resource_node(resource, values[3])
 
                local color = "initial"
 
                local color = "initial"
48

edits

Navigation menu