Changes
no edit summary
local EquipmentListKai = BaseTable{
local EquipmentListKai = BaseTable{
_table_start = [[{| class="wikitable typography-xl-optout" style="width: -moz-max-content; width: -webkit-max-content;"]],
_item_class = Equipment,
_item_class = Equipment,
_header_template = [[! No.
_header_template = [[! No.
function EquipmentListKai:create_header()
function EquipmentListKai:create_header()
self._header = format{self._header_template, stat_columns = format{self._column_header_cell_template, value = self._stats_column_label}}
self._header = format{self._header_template, stat_columns = format{self._column_header_cell_template, value = self._stats_column_label}}
end
end
return EquipmentListKai
return EquipmentListKai