• 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:  
local ShipIterator = require('Module:ShipIterator')
 
local ShipIterator = require('Module:ShipIterator')
   −
function ShipPage.TestGalleryAll()
+
function ShipPage.TestGalleryAll(frame)
 
     local result = {}
 
     local result = {}
 
     for _, ship in ShipIterator.base() do
 
     for _, ship in ShipIterator.base() do
 
         table.insert(result, ShipPage.TestGallery(ship))
 
         table.insert(result, ShipPage.TestGallery(ship))
 
     end
 
     end
     return table.concat(result, '\n')
+
     return frame:preprocess(table.concat(result, '\n'))
 
end
 
end
  
cssedit, gkautomate
7,060

edits

Navigation menu