• 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 7: Line 7:  
     event_title = '<div id="${map} ${node} ${diff}" style="width:680px;text-align:center">${map} ${node}${nameSuffix} ([https://db.kcwiki.moe/drop/map/${world_number}${map_number}/${diff_number}/${node}-SAB.html PoiDB])</div>\n',
 
     event_title = '<div id="${map} ${node} ${diff}" style="width:680px;text-align:center">${map} ${node}${nameSuffix} ([https://db.kcwiki.moe/drop/map/${world_number}${map_number}/${diff_number}/${node}-SAB.html PoiDB])</div>\n',
 
     event_title_simple = '<div id="${map} ${node} ${diff}" style="width:680px;text-align:center">${map} ${node}${nameSuffix}</div>\n',
 
     event_title_simple = '<div id="${map} ${node} ${diff}" style="width:680px;text-align:center">${map} ${node}${nameSuffix}</div>\n',
 +
    net_title = '<div id="${node} ${diff}" style="width:680px;text-align:center">${node}${nameSuffix} ([https://db.kcwiki.moe/drop/map/${world_number}${map_number}/${diff_number}/${node}-SAB.html PoiDB])</div>\n',
 
}
 
}
   Line 67: Line 68:     
     return U.format{
 
     return U.format{
         is_simple_node_type and
+
         args.net and templates.net_title or
            (diff and templates.event_title_simple or templates.title_simple) or
+
            (is_simple_node_type and
            (diff and templates.event_title or templates.title),
+
                (diff and templates.event_title_simple or templates.title_simple) or
 +
                (diff and templates.event_title or templates.title)),
 
         map = map,
 
         map = map,
 
         node = node,
 
         node = node,
cssedit, gkautomate
6,928

edits

Navigation menu