- 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
mLine 314:
Line 314:
− +
no edit summary
self._vars.table_class = table.concat(table_classes, " ")
self._vars.table_class = table.concat(table_classes, " ")
self._vars.table_id = collapsible and collapsible ~= "true" and ("mw-customcollapsible-" .. collapsible) or ""
self._vars.table_id = collapsible and collapsible ~= "true" and ("mw-customcollapsible-" .. collapsible) or ""
self._vars.float = format{self._float_style_template, float = self._args.float} or ""
self._vars.float = self._args.float and format{self._float_style_template, float = self._args.float} or ""
end
end