- 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 17:
Line 17:
− +
no edit summary
function Tabber:_tostring()
function Tabber:_tostring()
return mw.getCurrentFrame():preprocess('<tabber>' .. table.concat(self._tabs, self._separator) .. '</tabber>')
return (mw.getCurrentFrame() or require('Module:ConsoleFrame')):preprocess('<tabber>' .. table.concat(self._tabs, self._separator) .. '</tabber>')
end
end
return Tabber
return Tabber