Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Fleet
(view source)
Revision as of 11:25, 11 September 2019
164 bytes added
,
5 years ago
no edit summary
Line 104:
Line 104:
local function formatVoice(e)
local function formatVoice(e)
−
return string.format('{{audio|file=Ship Voice %s Spring 2019 Event Friend Fleet %s.ogg}}', e.ship, e.voice)
+
if type(e.voice) == 'number' then
+
return string.format('{{audio|file=Ship Voice %s Spring 2019 Event Friend Fleet %s.ogg}}', e.ship, e.voice)
+
else
+
return string.format('{{audio|file=Ship Voice %s Spring 2019 Event Friend Fleet %s.ogg}}', e.ship, e.voice)
+
end
end
end
がか
cssedit, gkautomate
7,064
edits