• 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
no edit summary
Line 104: Line 104:     
local function formatVoice(e)
 
local function formatVoice(e)
   if type(e.voice) == 'number' and e.voice < 10 then
+
   local file = type(e.voice) == 'number' and e.voice < 10 and
     return string.format('{{audio|file=Ship Voice %s Spring 2019 Event Friend Fleet %s.ogg}}', e.ship, e.voice)
+
     string.format('Ship Voice %s Spring 2019 Event Friend Fleet %s.ogg', e.ship, e.voice) or
  else
+
    string.format('Ship Voice %s %s.ogg', e.ship, e.voice)
    return string.format('{{audio|file=Ship Voice %s %s.ogg}}', e.ship, e.voice)
+
   return string.format('<span data-voice="%s">{{audio|file=%s}}</span>', file, file)
   end
   
end
 
end
  
cssedit, gkautomate
6,941

edits

Navigation menu