Changes

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