• 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 351: Line 351:  
         end
 
         end
 
         if form.normal then
 
         if form.normal then
 +
            table.insert(result, '<div class="ship-gallery-page-section-image">')
 
             table.insert(result, cg(form.name))
 
             table.insert(result, cg(form.name))
 +
            table.insert(result, "</div>")
 
         end
 
         end
 
         if form.damaged then
 
         if form.damaged then
 +
            table.insert(result, '<div class="ship-gallery-page-section-image">')
 
             table.insert(result, cg(form.name, true))
 
             table.insert(result, cg(form.name, true))
 +
            table.insert(result, "</div>")
 
         end
 
         end
 
         if form.normal and form.damaged then
 
         if form.normal and form.damaged then
cssedit, gkautomate
7,060

edits

Navigation menu