Jump to content

Main public logs

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

Logs
  • 02:26, 23 March 2025 Thehighwayman talk contribs created page Module:RandomQuote (Created page with "local p = {} function p.randomQuote(frame) -- Category you want to pick random pages from local categoryName = "Category:Quotes" -- Get all pages in the category local categoryPages = mw.categories.getPagesInCategory(categoryName) -- If the category is empty, return a default message if #categoryPages == 0 then return "No quotes found in the category." end -- Select a random page from the list local randomPage = cat...")