Main public logs
More actions
Combined display of all available logs of GameBrew. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:32, 9 May 2023 HydeWing talk contribs created page Module:RandomPage (Created page with "local p = {} local mw = require('mw') function p.getRandomPage(frame) local randomPageTitle = mw.title.random() local randomPageContent = mw.title.new(randomPageTitle):getContent() return randomPageContent or 'No content found' end return p")