Editing Module:RecursiveSelectiveList
Revision as of 06:30, 22 December 2024 by EnWikiAdmin (talk | contribs) (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...")
Warning: You are editing an out-of-date revision of this page.
If you publish it, any changes made since this revision will be lost.
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
Retrieved from "https://en.ikwipedia.org/wiki/Module:RecursiveSelectiveList"