Changes

no edit summary
Line 17: Line 17:     
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
Anonymous user