More languages
More actions
No edit summary |
(1 work instead of 1 works) |
||
Line 4: | Line 4: | ||
local category = frame.args.category or '' | local category = frame.args.category or '' | ||
local pages = mw.site.stats.pagesInCategory(category) | local pages = mw.site.stats.pagesInCategory(category) | ||
if tonumber(pages) == 1 then | |||
return "1 work" | |||
else | |||
return pages .. " works" | |||
end | |||
end | end | ||