• 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
no edit summary
Line 44: Line 44:  
     for _, item_name in ipairs(item_names) do
 
     for _, item_name in ipairs(item_names) do
 
         if items[item_name] then
 
         if items[item_name] then
             local image = ResourceIcons[item_name] and string.format("[[File:%s]]", ResourceIcons[item_name]) or "?"
+
             local image = ResourceIcons[item_name] and string.format("[[File:%s]]", ResourceIcons[item_name]) or item_name
 
             table.insert(images, image)
 
             table.insert(images, image)
 
         end
 
         end
Line 70: Line 70:  
             id = id,
 
             id = id,
 
             link = string.format("World %d#%s", world_id, id),
 
             link = string.format("World %d#%s", world_id, id),
             banner = string.format("[[File:%s.png]]", id),
+
             banner = string.format("[[File:%s Banner.png]]", id),
 
             name = map_data.name or "?",
 
             name = map_data.name or "?",
 
             name_en = map_data.name_en or "?",
 
             name_en = map_data.name_en or "?",
cssedit, gkautomate
6,996

edits

Navigation menu