Changes

no edit summary
Line 414: Line 414:  
         ambush = 'Ambush Battle Node',
 
         ambush = 'Ambush Battle Node',
 
     }
 
     }
     return self._args["comment"] or node_types[self._node_type] or "Fleet"
+
    local prefix = self._args.ha and string.format("[[%s|High Altitude]] ", self._params.fullpagename) or ""
 +
     return self._args["comment"] or (prefix .. node_types[self._node_type]) or "Fleet"
 
end
 
end
 
   
 
   
cssedit, gkautomate
6,940

edits