• 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 166: Line 166:  
end
 
end
   −
function NanaminFunctions.shorten_name(name)
+
function NanaminFunctions.shorten_name(page, name)
 
     --This takes an equipment name listed on Sandbox/EquipmentListKai/TypeSorted
 
     --This takes an equipment name listed on Sandbox/EquipmentListKai/TypeSorted
 
     --and switches it with a shorter version of the name.
 
     --and switches it with a shorter version of the name.
Line 267: Line 267:  
     }
 
     }
 
      
 
      
     return shortened[name] or name
+
     return page, shortened[name] or page, name
 
end
 
end
    
return NanaminFunctions
 
return NanaminFunctions
48

edits

Navigation menu