Line 179: |
Line 179: |
| |- | | |- |
| !style="width:60px;"|Rank | | !style="width:60px;"|Rank |
− | !style="width:80px;"|Name | + | !style="width:85px;"|Name |
| !${fp} | | !${fp} |
| !${torp} | | !${torp} |
Line 196: |
Line 196: |
| carrier = [[{| class="wikitable sortable typography-xl-optout" style="width:100%;" | | carrier = [[{| class="wikitable sortable typography-xl-optout" style="width:100%;" |
| !style="width:60px;"|Rank | | !style="width:60px;"|Rank |
− | !style="width:80px;"|Name | + | !style="width:85px;"|Name |
| !${fp} | | !${fp} |
| !<span title="Air Power with maxed Reppuu">Air Power</span> | | !<span title="Air Power with maxed Reppuu">Air Power</span> |
Line 240: |
Line 240: |
| template, | | template, |
| rows = frame.args[1] or "", | | rows = frame.args[1] or "", |
− | db_attack_note = attacks[type_code] and attacks[type_code].note or "", | + | db_attack_note = setups[type_code] and setups[type_code].note or "", |
| fp = Formatting:format_image{StatIcons.firepower, caption = Formatting:format_stat_name("firepower")}, | | fp = Formatting:format_image{StatIcons.firepower, caption = Formatting:format_stat_name("firepower")}, |
| torp = Formatting:format_image{StatIcons.torpedo, caption = Formatting:format_stat_name("torpedo")}, | | torp = Formatting:format_image{StatIcons.torpedo, caption = Formatting:format_stat_name("torpedo")}, |