Combined display of all available logs of Kenshi Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:48, 20 February 2025 Prd talk contribs created page Module:FeaturedTopicSum (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...")