• 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 414: Line 414:  
         ambush = 'Ambush Battle Node',
 
         ambush = 'Ambush Battle Node',
 
     }
 
     }
     local prefix = self._args.ha and string.format("[[%s|High Altitude]] ", self._params.fullpagename) or ""
+
     local prefix = self._args.ha and string.format(
 +
        "[[%s/High Altitude Raids|High Altitude]] ",
 +
        U.split(self._params.fullpagename, '/')[1]
 +
    ) or ""
 
     return self._args["comment"] or (prefix .. node_types[self._node_type]) or "Fleet"
 
     return self._args["comment"] or (prefix .. node_types[self._node_type]) or "Fleet"
 
end
 
end
Line 581: Line 584:  
})
 
})
 
-- p.run_table_tests()
 
-- p.run_table_tests()
+
 
 
return NodeInfo
 
return NodeInfo
cssedit, gkautomate
6,928

edits

Navigation menu