All public logs
Jump to navigation
Jump to search
Combined display of all available logs of CinderCivs Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:43, 1 September 2025 Nex23 talk contribs created page Module:Weeklyfeature (Created page with "local p = {} -- Helper: deterministic "random" pick based on week local function pickFromCategory(cat, seed) local pages = mw.site.stats.pagesInCategory(cat, false) if pages == 0 then return "''(No pages in " .. cat .. ")''" end -- Get list of pages in category local titleObj = mw.title.makeTitle("Category", cat) local members = titleObj:getContent() -- This doesn't work directly, we need iterator local catMembers = mw.site.stats...")