All public logs

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

Logs
  • 15:37, 17 September 2023 CriticalResist talk contribs created page Module:Last update (Created page with "local p = {} -- Function to get the timestamp from a specific page function p.getTimestampFromPage(pageTitle) local wikiCode = mw.text.read(pageTitle) local timestamp = mw.text.find(wikiCode, '{{REVISIONTIMESTAMP}}') return timestamp end return p")