Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:FeaturedTopicSum: Revision history

From Kenshi Wiki

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.

20 February 2025

  • curprev 22:4822:48, 20 February 2025 Prd talk contribs 1,376 bytes +1,376 Created page with "-- This module implements {{FeaturedTopicSum}}. local p = {} local function pagesInCategory(category) -- Gets the number of pages in a category. Counting pages in a category is -- expensive, so use pcall in case we are being used on pages with lots of -- expensive function calls. local success, noPages = pcall( mw.site.stats.pagesInCategory, category, 'pages' ) return success and noPages or 0 end function p.status(topic) if not topic then error('no topi..."