Module:Message box: திருத்தங்களுக்கு இடையிலான வேறுபாடு
உள்ளடக்கம் நீக்கப்பட்டது உள்ளடக்கம் சேர்க்கப்பட்டது
சி fix brackets |
on second thoughts, I like this way of passing params to category handler better |
||
வரிசை 128:
function box:setTitle(args)
-- Get the title object and the namespace.
self.title = self.pageTitle or mw.title.getCurrentTitle()
self.nsid = box.getNamespaceId(self.demospace) or self.title.namespace
end
வரிசை 383:
-- Convert category tables to strings and pass them through [[Module:Category handler]].
self.categories = categoryHandler{
main = tconcat(self.mainCats or {}),
வரி 396 ⟶ 388:
all = tconcat(self.allCats or {}),
nocat = args.nocat,
demospace =
page =
}
end
| |||