- 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 1:
Line 1:
− +
− +
Line 27:
Line 27:
+
Template:ShipDataDocumentation/ShipData (view source)
Revision as of 03:45, 2 March 2015
, 9 years agono edit summary
==Ship Data Format==
==Ship Data Format==
This module should return a table.
<div class="mw-collapsible {{#if:{{{collapsed|false}}}|true|mw-collapsed}}">This module should return a table.
If the module contains ship forms, the returned table should contain other tables for each form of the ship. The table for the basic form should be under the key "", or the empty string. Remodels should be under the suffix of that remodel, like "Kai" or "Kai Ni".
If the module contains ship forms, the returned table should contain other tables for each form of the ship. The table for the basic form should be under the key "", or the empty string. Remodels should be under the suffix of that remodel, like "Kai" or "Kai Ni".
For example,
<div class="mw-collapsible-content">For example,
local Ooyodo = {
local Ooyodo = {
return Ooyodo
return Ooyodo
</div></div>