- 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 2:
Line 2:
− +
Line 18:
Line 18:
− +
no edit summary
local Tabber = BaseData{
local Tabber = BaseData{
_tag = 'tabber',
_tag = '#tag:tabber',
_separator = '\n|-|\n'
_separator = '\n|-|\n'
}
}
function Tabber:_tostring()
function Tabber:_tostring()
return mw.getCurrentFrame():extensionTag(self._tag, table.concat(self._tabs, self._separator))
return mw.getCurrentFrame():callParserFunction(self._tag, table.concat(self._tabs, self._separator))
end
end
return Tabber
return Tabber