• 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 34: Line 34:  
end
 
end
 
return mw.ustring.format('Module:%s', name)
 
return mw.ustring.format('Module:%s', name)
 +
end
 +
 +
function Equipment:extend(data)
 +
data = data or {}
 +
setmetatable(data, data)
 +
data.__index = self
 +
data.__call = self.__call
 +
return data
 
end
 
end
  
cssedit, gkautomate
6,928

edits

Navigation menu