Line 7: |
Line 7: |
| local format = require('Module:Core').format | | local format = require('Module:Core').format |
| | | |
− | -- [[Category:Todo]]: hardcoded icons | + | -- [[Category:Todo]]: hardcoded iconsClasses |
| local EquipmentListKai = BaseTable{ | | local EquipmentListKai = BaseTable{ |
| _item_class = Equipment, | | _item_class = Equipment, |
− | _table_start = [[{| class="wikitable typography-xl-optout" style="width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; text-align: center;"]], | + | _table_start = [[{| class="wikitable typography-xl-optout" style="width: -moz-fit-content; width: -webkit-fit-content; width: fit-content; text-align:center"]], |
| _header_template = [=[! No. | | _header_template = [=[! No. |
| ! Rarity | | ! Rarity |
| ! style="width: 240px" | Name | | ! style="width: 240px" | Name |
− | ! style="width: 120px" | Type | + | ! style="width: 120px" | Equipment Type |
| ${stat_columns} | | ${stat_columns} |
− | ! style="width: 120px" | Classes | + | ! style="width: 120px" | Ship Types |
− | ! [[File:Icon_Dev.png|20px|Craftable]] | + | ! [[File:Icon_Dev.png|20px|Craftable|link=Development]] |
− | ! [[File:Icon_Imp.png|20px|Improvable]] | + | ! [[File:Icon_Imp.png|20px|Improvable|link=Improvement]] |
| ! style="white-space:nowrap;" | Notes]=], | | ! style="white-space:nowrap;" | Notes]=], |
| _column_cell_templates = { | | _column_cell_templates = { |