- 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 95:
Line 95:
− end
−
− function EquipmentListKai:post_process()
− self._result = tostring(mw.html.create('div'):addClass('expand-on-focus'):wikitext(self._result))
Undo revision 455027 by Ckwng (talk)
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