- 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 13:
Line 13:
+
+
Line 203:
Line 205:
− +
− +
no edit summary
_empty_cell = [[|]],
_empty_cell = [[|]],
_column_cell_templates = {
_column_cell_templates = {
},
_column_empty_cells = {
},
},
_custom_row_prefix = "custom_row_",
_custom_row_prefix = "custom_row_",
table.insert(self._rows, self._row_starter)
table.insert(self._rows, self._row_starter)
if row_values == "break" then
if row_values == "break" then
for i=1, #self._columns do
for _, column in ipairs(self._columns) do
table.insert(self._rows, self._empty_cell)
table.insert(self._rows, self._column_empty_cells[column] or self._empty_cell)
end
end
elseif row_values == "header" then
elseif row_values == "header" then