All public logs
Combined display of all available logs of Ikwipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 06:30, 22 December 2024 EnWikiAdmin talk contribs created page Module:RecursiveSelectiveList (Created page with "local p = {} local function getPagesFromCategory(categoryName, limit, visitedCategories, pages) local categoryTitle = mw.title.new("Category:" .. categoryName) if not categoryTitle or not categoryTitle.exists then return pages -- Return the list if the category doesn't exist end -- Prevent infinite loops in case of circular category references if visitedCategories[categoryName] then return pages end visitedCategories[category...")