- 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
Line 7:
Line 7:
+
Line 95:
Line 96:
− end
−
− function EquipmentListKai:post_process()
− self._result = tostring(mw.html.create('div'):addClass('expand-on-focus'):wikitext('\n'):wikitext(self._result))
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