Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:KanmusuModule
(view source)
Revision as of 00:36, 2 March 2017
177 bytes added
,
7 years ago
no edit summary
Line 5:
Line 5:
function shipmodule.KanmusuInfo(frame) -- Kanmusu Info Template
function shipmodule.KanmusuInfo(frame) -- Kanmusu Info Template
local shipNum = frame.args[1]
local shipNum = frame.args[1]
+
if(string.sub(shipNum, 1, 3) == nil) then -- if given a name instead of ID, this searches the db for the ship's corresponding ID
+
shipNum = shipdb.findID(shipNum)
+
end
+
local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data")
local shipInfo = assert(shipmodule.data[shipNum], "This KanMusu ID doesn't contains any data")
IbarakiIbuki
5,421
edits