- 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 25:
Line 25:
− +
no edit summary
function CategoryTree:_tostring()
function CategoryTree:_tostring()
return mw.getCurrentFrame():preprocess(format(self._template, self))
return (mw.getCurrentFrame() or require('Module:ConsoleFrame')):preprocess(format(self._template, self))
end
end
return CategoryTree
return CategoryTree