Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of Test Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:56, 30 December 2024 TheAstorPastor talk contribs deleted page Module:LastActionTime (content was: "return require Module:LastActionForUser", and the only contributor was "TheAstorPastor" (talk))
- 16:56, 30 December 2024 TheAstorPastor talk contribs moved page Module:LastActionTime to Module:LastActionForUser
- 16:52, 30 December 2024 TheAstorPastor talk contribs created page Module:LastActionTime (Created page with "local p = {} function p.getLastActionTime(frame) local username = mw.title.getCurrentTitle().userText -- Get the current user's username -- Check if the user is logged in if not username then return "This feature is available only for logged-in users." end -- Access the recent changes for the current user local recentChanges = mw.site.stats.recentChanges if not recentChanges then return "Unable to fetch recent changes data....")