• 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 69: Line 69:  
     local diff = diffs[args.diff] and args.diff
 
     local diff = diffs[args.diff] and args.diff
 
     local diff_number = diffs[diff] or "??"
 
     local diff_number = diffs[diff] or "??"
 +
    local is_event_diff = diff and diff ~= 'Regular'
    
     local nameSuffix = args.name and ": " .. args.name or ""
 
     local nameSuffix = args.name and ": " .. args.name or ""
Line 74: Line 75:  
     return U.format{
 
     return U.format{
 
         (is_simple_node_type and
 
         (is_simple_node_type and
             (diff and templates.event_title_simple or templates.title_simple) or
+
             (is_event_diff and templates.event_title_simple or templates.title_simple) or
             (diff and templates.event_title or templates.title)),
+
             (is_event_diff and templates.event_title or templates.title)),
 
         map = map,
 
         map = map,
 
         node = node,
 
         node = node,
cssedit, gkautomate
6,926

edits

Navigation menu