- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Difference between revisions of "Module:ShipInfo"
Jump to navigation
Jump to search
com>Ckwng (Entry point for ship infoboxes.) |
(No difference)
|
Revision as of 06:56, 14 December 2014
Documentation for this module may be created at Module:ShipInfo/doc
local ShipInfo = {}
local ShipInfoKai = require('Module:ShipInfoKai')
function ShipInfo.Infobox(name, model)
return ShipInfoKai:Infobox(name, model)
end
return ShipInfo