More actions
Combined display of all available logs of Randomness wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:08, 10 September 2024 Derg talk contribs created page Special:Badtitle/NS828:RecentChanges (Created page with "local p = {} function p.recentChanges(frame) local changes = mw.site.recentChanges{ limit = 5, -- Limit to the number of changes you want to display namespaces = {0}, -- Limit to namespace 0 (articles), you can modify it for other namespaces } local result = "<ul>\n" for _, change in ipairs(changes) do local title = change.title or "Unknown" local user = change.user or "Unknown" local timestamp = change.timestamp...")