Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Equipment
(view source)
Revision as of 13:48, 20 December 2015
143 bytes added
,
8 years ago
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
7,064
edits