All public logs

Jump to navigation Jump to search

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

Logs
  • 06:55, 12 November 2023 Morganstedmanms talk contribs created page Module:Test (Created page with "local p = {} function p.check(pageName) -- Construct the full page name using BASEPAGENAME and the provided input local fullPageName = mw.title.getCurrentTitle():getBaseText() .. '/' .. pageName -- Check if the page exists and has editing protection local protectionExpiry = mw.title.new(fullPageName):getRestrictions()["edit"] if protectionExpiry then return "{{Test}}" else return "" end end return p")