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