Module:Message box: Difference between revisions

Jump to navigation Jump to search
Issue fix?
imported>YungCyraxxAlt
No edit summary
imported>YungCyraxxAlt
(Issue fix?)
Line 114: Line 114:
obj.categories = {}
obj.categories = {}
obj.classes = {}
obj.classes = {}
-- For lazy loading of [[Module:Category handler]].
obj.hasCategories = false
obj.hasCategories = false


Line 454: Line 453:
end
end
-- Convert category tables to strings and pass them through
-- Convert category tables to strings and pass them through
-- [[Module:Category handler]].
return require('Module:Category handler')._main{
main = table.concat(self.categories[0] or {}),
template = table.concat(self.categories[10] or {}),
all = table.concat(self.categories.all or {}),
nocat = self.args.nocat,
page = self.args.page
}
end
end


Cookies are necessary for this wiki to function properly. By using this wiki, you agree to our use of cookies.

Navigation menu