Changes
no edit summary
function EnemyShipListKai.Invoke(frame)
function EnemyShipListKai.Invoke(frame)
local args = getArgs{frame = frame:getParent()}
local args = require('Module:GetArgs'){frame = frame:getParent()}
return EnemyShipListKai:Table(args)
return EnemyShipListKai:Table(args)
end
end
return EnemyShipListKai
return EnemyShipListKai