- 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
Line 20:
Line 20:
+
+
+
+
+
+
+
no edit summary
return equipment
return equipment
end
end
end
function Equipment:get_module(name)
if name == nil then
return nil
end
return mw.ustring.format('Module:%s', name)
end
end