Main public logs
Combined display of all available logs of Kernel Info. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 23:10, 17 August 2025 Scottviger talk contribs created page Module:LatestSubpage (Created page with "-- Module:LatestSubpage -- This module finds the last subpage of a given page (alphabetically) -- and generates a redirect to it. local p = {} function p.redirect(frame) -- Get the current page's title object local title = mw.title.getCurrentTitle() local pageName = title.prefixedText -- Use the MediaWiki API to find all subpages of the current page local api_params = { action = 'query', list = 'allpages', apprefix = pageNam...")