• 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
m
no edit summary
Line 41: Line 41:  
         color = self._boss_battle_color
 
         color = self._boss_battle_color
 
     end
 
     end
     if row.time == "(Night Battle)" then
+
     if row.time == "(Night)" then
 
         time_color = self._night_battle_color
 
         time_color = self._night_battle_color
 
         bg_color = self._night_battle_bg_color
 
         bg_color = self._night_battle_bg_color
Line 68: Line 68:  
if split then
 
if split then
 
    node = mw.ustring.sub(item, 1, split - 1)
 
    node = mw.ustring.sub(item, 1, split - 1)
    time = "(" .. mw.ustring.sub(item, split + 1):gsub("^%l", string.upper) .. " Battle)"
+
    time = "(" .. mw.ustring.sub(item, split + 1):gsub("^%l", string.upper) .. ")"
 
else
 
else
 
    node = item:upper()
 
    node = item:upper()
48

edits

Navigation menu