- 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 26:
Line 26:
+
+
+
+
+
+
+
Add module page title retrieval
return ship
return ship
end
end
end
function Ship:get_module(name)
if name == nil then
return nil
end
return mw.ustring.format('Module:%s', name)
end
end