• 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 150: Line 150:  
                     td:css("font-weight","bold")
 
                     td:css("font-weight","bold")
 
                     td:css("text-align","center")
 
                     td:css("text-align","center")
                     if values[i]["Air Superiority"] ~= "" then
+
                     if values[1]["Air Superiority"] ~= "" then
 
                         td
 
                         td
 
                             :wikitext("AS")
 
                             :wikitext("AS")
 
                             :wikitext("<br>")
 
                             :wikitext("<br>")
                             :wikitext(values[i]["Air Superiority"])
+
                             :wikitext(values[1]["Air Superiority"])
 
                     end
 
                     end
                     if values[i]["Air Supremacy"] ~= "" then
+
                     if values[1]["Air Supremacy"] ~= "" then
                         if values[i]["Air Superiority"] ~= "" then td:wikitext("<br>") end
+
                         if values[1]["Air Superiority"] ~= "" then td:wikitext("<br>") end
 
                         td
 
                         td
 
                             :wikitext("AS+")
 
                             :wikitext("AS+")
 
                             :wikitext("<br>")
 
                             :wikitext("<br>")
                             :wikitext(values[i]["Air Supremacy"])
+
                             :wikitext(values[1]["Air Supremacy"])
 
                     end
 
                     end
 
                     firstRow:node(td)
 
                     firstRow:node(td)
2,922

edits

Navigation menu