Module:CategoryCount: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 October 2024

  • curprev 20:2320:23, 14 October 2024Buburka Rinderbuy talk contribs 542 bytes +542 Created page with "local p = {} function p.countPagesInCategory(frame) -- Получаем название категории из параметров local category = frame.args[1] if not category then return "Не указана категория" end -- Получаем количество страниц в категории local categoryInfo = mw.site.stats.pagesInCategory(category) if not categoryInfo then return "Категория..."