Main public logs

From Freephile Wiki

Combined display of all available logs of Freephile Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:52, 6 June 2025 Admin talk contribs created page Module:CategoryReporter (Created page with "-- a module that leverages mw.Api to query Categories local p = {} -- Function to get all subcategories of a category function p.getSubcategories(frame) local categoryName = frame.args[1] or frame:getParent().args[1] if not categoryName then return "Error: Category name must be provided" end -- Remove "Category:" prefix if present categoryName = categoryName:gsub("^Category:", "") local api = mw.Api.new() local data = api:g...")