Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:BaseTable
(view source)
Revision as of 04:26, 22 June 2020
2 bytes added
,
4 years ago
no edit summary
Line 277:
Line 277:
if mw.ustring.sub(custom_row_key, 1, 1) == "#" then
if mw.ustring.sub(custom_row_key, 1, 1) == "#" then
local value = mw.ustring.sub(custom_row_key, 2)
local value = mw.ustring.sub(custom_row_key, 2)
−
if not self.
sum_hack
and self._row_starter then
+
if not self.
_disable_row_starter
and self._row_starter then
table.insert(self._rows, self._row_starter)
table.insert(self._rows, self._row_starter)
end
end
Line 293:
Line 293:
},
},
})
})
−
if not self.
sum_hack
and self._row_starter then
+
if not self.
_disable_row_starter
and self._row_starter then
table.insert(self._rows, self._row_starter)
table.insert(self._rows, self._row_starter)
end
end
−
if
not self.sum_hack and
self._header then
+
if self._header then
table.insert(self._rows, self._header)
table.insert(self._rows, self._header)
end
end
がか
cssedit, gkautomate
7,064
edits